2023-12-27T21:59:42.807 INFO:root:teuthology version: 0.0.1.dev228+g01dd171 2023-12-27T21:59:42.808 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --verbose --description rados/cephadm/upgrade/{1-start-distro/1-start-centos_8.stream_container-tools 2-repo_digest/defaut 3-upgrade/simple 4-wait 5-upgrade-ls mon_election/classic} --archive /home/teuthworker/archive/yuriw-2023-12-27_21:01:10-rados-wip-yuri7-testing-2023-12-27-1008-pacific-distro-default-smithi/7502338 --name yuriw-2023-12-27_21:01:10-rados-wip-yuri7-testing-2023-12-27-1008-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-12-27_21:01:10-rados-wip-yuri7-testing-2023-12-27-1008-pacific-distro-default-smithi/7502338/orig.config.yaml 2023-12-27T21:59:42.835 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-27T21:59:42.912 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-27_21:01:10-rados-wip-yuri7-testing-2023-12-27-1008-pacific-distro-default-smithi/7502338 branch: wip-yuri7-testing-2023-12-27-1008-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: '7502338' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-27_21:01:10-rados-wip-yuri7-testing-2023-12-27-1008-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-27-1008-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: c5564c7988cbaadc3382253af5843a8595347c2d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: c5564c7988cbaadc3382253af5843a8595347c2d workunit: branch: wip-yuri7-testing-2023-12-27-1008-pacific sha1: c5564c7988cbaadc3382253af5843a8595347c2d 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: c5564c7988cbaadc3382253af5843a8595347c2d sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri7-testing-2023-12-27-1008-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_c5564c7988cbaadc3382253af5843a8595347c2d/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: c5564c7988cbaadc3382253af5843a8595347c2d targets: smithi005.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO2qvR1mhcuXm9BorgZ2z0UKQWCCnwsZAY9l5phDCOHVl+GnRcBWdOYxtADzBxobPtryneNR2+/d2z+Rt0MhEQY= smithi115.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB9kDb3qTL4l1Ez0BstHg6QvxbqLJ2i2QZnQtiPPRM7Ro3gA+ckCHkHg3t0VdQsIw2xi7rDq5bV397sqhj6M0YU= 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: 01dd171a561ca33631bf0a38b105879779f72410 timestamp: 2023-12-27_21:01:10 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 2023-12-27T21:59:42.912 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_c5564c7988cbaadc3382253af5843a8595347c2d/qa; will attempt to use it 2023-12-27T21:59:42.913 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_c5564c7988cbaadc3382253af5843a8595347c2d/qa/tasks 2023-12-27T21:59:42.913 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-27T21:59:42.915 INFO:teuthology.task.internal:Checking packages... 2023-12-27T21:59:42.936 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'c5564c7988cbaadc3382253af5843a8595347c2d' 2023-12-27T21:59:42.936 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-27T21:59:42.936 INFO:teuthology.packaging:ref: None 2023-12-27T21:59:42.936 INFO:teuthology.packaging:tag: None 2023-12-27T21:59:42.936 INFO:teuthology.packaging:branch: wip-yuri7-testing-2023-12-27-1008-pacific 2023-12-27T21:59:42.936 INFO:teuthology.packaging:sha1: c5564c7988cbaadc3382253af5843a8595347c2d 2023-12-27T21:59:42.937 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-27-1008-pacific 2023-12-27T21:59:43.164 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-417.gc5564c79 2023-12-27T21:59:43.165 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-27T21:59:43.172 INFO:teuthology.task.internal:no buildpackages task found 2023-12-27T21:59:43.172 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-27T21:59:43.184 INFO:teuthology.task.internal:Saving configuration 2023-12-27T21:59:43.196 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-27T21:59:43.201 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-27T21:59:43.227 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi005.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-27_21:01:10-rados-wip-yuri7-testing-2023-12-27-1008-pacific-distro-default-smithi/7502338', '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-27 21:54:25.671535', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO2qvR1mhcuXm9BorgZ2z0UKQWCCnwsZAY9l5phDCOHVl+GnRcBWdOYxtADzBxobPtryneNR2+/d2z+Rt0MhEQY='} 2023-12-27T21:59:43.248 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi115.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-27_21:01:10-rados-wip-yuri7-testing-2023-12-27-1008-pacific-distro-default-smithi/7502338', '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-27 21:54:25.670108', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB9kDb3qTL4l1Ez0BstHg6QvxbqLJ2i2QZnQtiPPRM7Ro3gA+ckCHkHg3t0VdQsIw2xi7rDq5bV397sqhj6M0YU='} 2023-12-27T21:59:43.248 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-27T21:59:43.254 INFO:teuthology.task.internal:roles: ubuntu@smithi005.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-27T21:59:43.254 INFO:teuthology.task.internal:roles: ubuntu@smithi115.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-27T21:59:43.254 INFO:teuthology.run_tasks:Running task console_log... 2023-12-27T21:59:43.328 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f60f418be50>, signals=[15]) 2023-12-27T21:59:43.328 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-27T21:59:43.334 INFO:teuthology.task.internal:Opening connections... 2023-12-27T21:59:43.335 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi005.front.sepia.ceph.com 2023-12-27T21:59:43.336 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-27T21:59:43.408 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi115.front.sepia.ceph.com 2023-12-27T21:59:43.409 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-27T21:59:43.476 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-27T21:59:43.483 DEBUG:teuthology.orchestra.run.smithi005:> uname -m 2023-12-27T21:59:43.506 INFO:teuthology.orchestra.run.smithi005.stdout:x86_64 2023-12-27T21:59:43.507 DEBUG:teuthology.orchestra.run.smithi005:> cat /etc/os-release 2023-12-27T21:59:43.567 INFO:teuthology.orchestra.run.smithi005.stdout:NAME="CentOS Stream" 2023-12-27T21:59:43.567 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION="8" 2023-12-27T21:59:43.567 INFO:teuthology.orchestra.run.smithi005.stdout:ID="centos" 2023-12-27T21:59:43.568 INFO:teuthology.orchestra.run.smithi005.stdout:ID_LIKE="rhel fedora" 2023-12-27T21:59:43.568 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION_ID="8" 2023-12-27T21:59:43.568 INFO:teuthology.orchestra.run.smithi005.stdout:PLATFORM_ID="platform:el8" 2023-12-27T21:59:43.568 INFO:teuthology.orchestra.run.smithi005.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-27T21:59:43.568 INFO:teuthology.orchestra.run.smithi005.stdout:ANSI_COLOR="0;31" 2023-12-27T21:59:43.568 INFO:teuthology.orchestra.run.smithi005.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-27T21:59:43.568 INFO:teuthology.orchestra.run.smithi005.stdout:HOME_URL="https://centos.org/" 2023-12-27T21:59:43.568 INFO:teuthology.orchestra.run.smithi005.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-27T21:59:43.568 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-27T21:59:43.568 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-27T21:59:43.569 INFO:teuthology.lock.ops:Updating smithi005.front.sepia.ceph.com on lock server 2023-12-27T21:59:43.592 DEBUG:teuthology.orchestra.run.smithi115:> uname -m 2023-12-27T21:59:43.614 INFO:teuthology.orchestra.run.smithi115.stdout:x86_64 2023-12-27T21:59:43.615 DEBUG:teuthology.orchestra.run.smithi115:> cat /etc/os-release 2023-12-27T21:59:43.675 INFO:teuthology.orchestra.run.smithi115.stdout:NAME="CentOS Stream" 2023-12-27T21:59:43.675 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION="8" 2023-12-27T21:59:43.675 INFO:teuthology.orchestra.run.smithi115.stdout:ID="centos" 2023-12-27T21:59:43.675 INFO:teuthology.orchestra.run.smithi115.stdout:ID_LIKE="rhel fedora" 2023-12-27T21:59:43.675 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION_ID="8" 2023-12-27T21:59:43.675 INFO:teuthology.orchestra.run.smithi115.stdout:PLATFORM_ID="platform:el8" 2023-12-27T21:59:43.675 INFO:teuthology.orchestra.run.smithi115.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-27T21:59:43.675 INFO:teuthology.orchestra.run.smithi115.stdout:ANSI_COLOR="0;31" 2023-12-27T21:59:43.675 INFO:teuthology.orchestra.run.smithi115.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-27T21:59:43.675 INFO:teuthology.orchestra.run.smithi115.stdout:HOME_URL="https://centos.org/" 2023-12-27T21:59:43.675 INFO:teuthology.orchestra.run.smithi115.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-27T21:59:43.676 INFO:teuthology.orchestra.run.smithi115.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-27T21:59:43.676 INFO:teuthology.orchestra.run.smithi115.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-27T21:59:43.676 INFO:teuthology.lock.ops:Updating smithi115.front.sepia.ceph.com on lock server 2023-12-27T21:59:43.700 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-27T21:59:43.709 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-27T21:59:43.714 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-27T21:59:43.714 DEBUG:teuthology.orchestra.run.smithi005:> test '!' -e /home/ubuntu/cephtest 2023-12-27T21:59:43.716 DEBUG:teuthology.orchestra.run.smithi115:> test '!' -e /home/ubuntu/cephtest 2023-12-27T21:59:43.736 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-27T21:59:43.744 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-27T21:59:43.744 DEBUG:teuthology.orchestra.run.smithi005:> test -z $(ls -A /var/lib/ceph) 2023-12-27T21:59:43.779 DEBUG:teuthology.orchestra.run.smithi115:> test -z $(ls -A /var/lib/ceph) 2023-12-27T21:59:43.809 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-27T21:59:43.864 INFO:teuthology.run_tasks:Running task kernel... 2023-12-27T21:59:43.878 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-27T21:59:43.878 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-27T21:59:43.878 DEBUG:teuthology.orchestra.run.smithi005:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-27T21:59:43.879 DEBUG:teuthology.orchestra.run.smithi115:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-27T21:59:43.897 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-27T21:59:43.898 DEBUG:teuthology.orchestra.run.smithi115:> uname -r 2023-12-27T21:59:43.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-27T21:59:43.899 DEBUG:teuthology.orchestra.run.smithi005:> uname -r 2023-12-27T21:59:43.958 INFO:teuthology.orchestra.run.smithi115.stdout:4.18.0-489.el8.x86_64 2023-12-27T21:59:43.958 INFO:teuthology.task.kernel:Running kernel on smithi115: 4.18.0-489.el8.x86_64 2023-12-27T21:59:43.958 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum install -y kernel 2023-12-27T21:59:43.961 INFO:teuthology.orchestra.run.smithi005.stdout:4.18.0-489.el8.x86_64 2023-12-27T21:59:43.961 INFO:teuthology.task.kernel:Running kernel on smithi005: 4.18.0-489.el8.x86_64 2023-12-27T21:59:43.961 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum install -y kernel 2023-12-27T22:00:36.310 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 8 - AppStream 713 kB/s | 35 MB 00:49 2023-12-27T22:00:41.172 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 8 - AppStream 649 kB/s | 35 MB 00:54 2023-12-27T22:00:43.509 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 8 - BaseOS 62 MB/s | 57 MB 00:00 2023-12-27T22:00:48.938 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 8 - BaseOS 55 MB/s | 57 MB 00:01 2023-12-27T22:00:51.691 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 8 - Extras 128 kB/s | 18 kB 00:00 2023-12-27T22:00:52.142 INFO:teuthology.orchestra.run.smithi115.stdout:CentOS Stream 8 - Extras common packages 25 kB/s | 6.9 kB 00:00 2023-12-27T22:00:52.437 INFO:teuthology.orchestra.run.smithi115.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-12-27T22:00:53.538 INFO:teuthology.orchestra.run.smithi115.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-12-27T22:00:57.371 INFO:teuthology.orchestra.run.smithi115.stdout:lab-extras 511 kB/s | 24 kB 00:00 2023-12-27T22:00:57.871 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 8 - Extras 54 kB/s | 18 kB 00:00 2023-12-27T22:00:58.314 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 8 - Extras common packages 28 kB/s | 6.9 kB 00:00 2023-12-27T22:00:58.615 INFO:teuthology.orchestra.run.smithi005.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-12-27T22:01:00.191 INFO:teuthology.orchestra.run.smithi005.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-12-27T22:01:00.995 INFO:teuthology.orchestra.run.smithi115.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-27T22:01:00.995 INFO:teuthology.orchestra.run.smithi115.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-27T22:01:01.278 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2023-12-27T22:01:01.278 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2023-12-27T22:01:01.279 INFO:teuthology.orchestra.run.smithi115.stdout: Package Architecture Version Repository Size 2023-12-27T22:01:01.279 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2023-12-27T22:01:01.279 INFO:teuthology.orchestra.run.smithi115.stdout:Installing: 2023-12-27T22:01:01.279 INFO:teuthology.orchestra.run.smithi115.stdout: kernel x86_64 4.18.0-529.el8 baseos 10 M 2023-12-27T22:01:01.279 INFO:teuthology.orchestra.run.smithi115.stdout:Installing dependencies: 2023-12-27T22:01:01.279 INFO:teuthology.orchestra.run.smithi115.stdout: kernel-core x86_64 4.18.0-529.el8 baseos 43 M 2023-12-27T22:01:01.279 INFO:teuthology.orchestra.run.smithi115.stdout: kernel-modules x86_64 4.18.0-529.el8 baseos 36 M 2023-12-27T22:01:01.279 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-27T22:01:01.279 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2023-12-27T22:01:01.279 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2023-12-27T22:01:01.279 INFO:teuthology.orchestra.run.smithi115.stdout:Install 3 Packages 2023-12-27T22:01:01.279 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-27T22:01:01.280 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 89 M 2023-12-27T22:01:01.280 INFO:teuthology.orchestra.run.smithi115.stdout:Installed size: 96 M 2023-12-27T22:01:01.280 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2023-12-27T22:01:01.772 INFO:teuthology.orchestra.run.smithi115.stdout:(1/3): kernel-4.18.0-529.el8.x86_64.rpm 34 MB/s | 10 MB 00:00 2023-12-27T22:01:02.472 INFO:teuthology.orchestra.run.smithi115.stdout:(2/3): kernel-modules-4.18.0-529.el8.x86_64.rpm 36 MB/s | 36 MB 00:00 2023-12-27T22:01:02.881 INFO:teuthology.orchestra.run.smithi115.stdout:(3/3): kernel-core-4.18.0-529.el8.x86_64.rpm 31 MB/s | 43 MB 00:01 2023-12-27T22:01:02.881 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2023-12-27T22:01:02.881 INFO:teuthology.orchestra.run.smithi115.stdout:Total 56 MB/s | 89 MB 00:01 2023-12-27T22:01:03.563 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2023-12-27T22:01:03.967 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2023-12-27T22:01:03.968 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2023-12-27T22:01:04.283 INFO:teuthology.orchestra.run.smithi005.stdout:lab-extras 290 kB/s | 24 kB 00:00 2023-12-27T22:01:05.196 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2023-12-27T22:01:05.216 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2023-12-27T22:01:07.995 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2023-12-27T22:01:08.266 INFO:teuthology.orchestra.run.smithi005.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-27T22:01:08.266 INFO:teuthology.orchestra.run.smithi005.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-27T22:01:08.580 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-12-27T22:01:08.581 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-12-27T22:01:08.581 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2023-12-27T22:01:08.581 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-12-27T22:01:08.581 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2023-12-27T22:01:08.581 INFO:teuthology.orchestra.run.smithi005.stdout: kernel x86_64 4.18.0-529.el8 baseos 10 M 2023-12-27T22:01:08.581 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2023-12-27T22:01:08.582 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-core x86_64 4.18.0-529.el8 baseos 43 M 2023-12-27T22:01:08.582 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-modules x86_64 4.18.0-529.el8 baseos 36 M 2023-12-27T22:01:08.582 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-27T22:01:08.582 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-12-27T22:01:08.582 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-12-27T22:01:08.582 INFO:teuthology.orchestra.run.smithi005.stdout:Install 3 Packages 2023-12-27T22:01:08.582 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-27T22:01:08.582 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 89 M 2023-12-27T22:01:08.583 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 96 M 2023-12-27T22:01:08.583 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-12-27T22:01:08.583 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-27T22:01:09.059 INFO:teuthology.orchestra.run.smithi005.stdout:(1/3): kernel-4.18.0-529.el8.x86_64.rpm 41 MB/s | 10 MB 00:00 2023-12-27T22:01:09.659 INFO:teuthology.orchestra.run.smithi005.stdout:(2/3): kernel-core-4.18.0-529.el8.x86_64.rpm 51 MB/s | 43 MB 00:00 2023-12-27T22:01:10.035 INFO:teuthology.orchestra.run.smithi005.stdout:(3/3): kernel-modules-4.18.0-529.el8.x86_64.rpm 29 MB/s | 36 MB 00:01 2023-12-27T22:01:10.035 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-12-27T22:01:10.035 INFO:teuthology.orchestra.run.smithi005.stdout:Total 61 MB/s | 89 MB 00:01 2023-12-27T22:01:10.743 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-12-27T22:01:11.215 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-12-27T22:01:11.215 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-12-27T22:01:12.143 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-27T22:01:12.519 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-12-27T22:01:12.546 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-12-27T22:01:12.574 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-27T22:01:15.518 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-12-27T22:01:15.998 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-27T22:01:16.067 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-27T22:01:16.279 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : kernel-4.18.0-529.el8.x86_64 3/3 2023-12-27T22:01:19.800 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-27T22:01:20.175 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-27T22:01:23.849 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-27T22:01:24.144 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : kernel-4.18.0-529.el8.x86_64 3/3 2023-12-27T22:01:38.306 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 3/3 2023-12-27T22:01:38.331 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-27T22:01:38.986 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: kernel-4.18.0-529.el8.x86_64 3/3 2023-12-27T22:01:38.986 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : kernel-4.18.0-529.el8.x86_64 1/3 2023-12-27T22:01:38.986 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : kernel-core-4.18.0-529.el8.x86_64 2/3 2023-12-27T22:01:39.766 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-27T22:01:39.766 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-27T22:01:39.766 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2023-12-27T22:01:39.766 INFO:teuthology.orchestra.run.smithi115.stdout: kernel-4.18.0-529.el8.x86_64 kernel-core-4.18.0-529.el8.x86_64 2023-12-27T22:01:39.766 INFO:teuthology.orchestra.run.smithi115.stdout: kernel-modules-4.18.0-529.el8.x86_64 2023-12-27T22:01:39.766 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-27T22:01:39.766 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2023-12-27T22:01:39.901 DEBUG:teuthology.orchestra.run.smithi115:> rpm -q kernel | sort -rV | head -n 1 2023-12-27T22:01:40.116 INFO:teuthology.orchestra.run.smithi115.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-27T22:01:40.116 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-27T22:01:40.117 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-27T22:01:40.117 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-27T22:01:40.117 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-27T22:01:40.117 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2023-12-27T22:01:40.117 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi115.front.sepia.ceph.com, path=None, version=distro) 2023-12-27T22:01:40.117 DEBUG:teuthology.orchestra.run.smithi115:> rpm -q kernel | sort -rV | head -n 1 2023-12-27T22:01:40.327 INFO:teuthology.orchestra.run.smithi115.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-27T22:01:40.327 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-27T22:01:40.327 DEBUG:teuthology.orchestra.run.smithi115:> sudo rpm -qi grub2-tools 2023-12-27T22:01:40.360 INFO:teuthology.orchestra.run.smithi115.stdout:Name : grub2-tools 2023-12-27T22:01:40.360 INFO:teuthology.orchestra.run.smithi115.stdout:Epoch : 1 2023-12-27T22:01:40.360 INFO:teuthology.orchestra.run.smithi115.stdout:Version : 2.02 2023-12-27T22:01:40.360 INFO:teuthology.orchestra.run.smithi115.stdout:Release : 129.el8 2023-12-27T22:01:40.361 INFO:teuthology.orchestra.run.smithi115.stdout:Architecture: x86_64 2023-12-27T22:01:40.361 INFO:teuthology.orchestra.run.smithi115.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-27T22:01:40.361 INFO:teuthology.orchestra.run.smithi115.stdout:Group : System Environment/Base 2023-12-27T22:01:40.361 INFO:teuthology.orchestra.run.smithi115.stdout:Size : 9265586 2023-12-27T22:01:40.361 INFO:teuthology.orchestra.run.smithi115.stdout:License : GPLv3+ 2023-12-27T22:01:40.361 INFO:teuthology.orchestra.run.smithi115.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-27T22:01:40.361 INFO:teuthology.orchestra.run.smithi115.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-27T22:01:40.361 INFO:teuthology.orchestra.run.smithi115.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-27T22:01:40.361 INFO:teuthology.orchestra.run.smithi115.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-27T22:01:40.361 INFO:teuthology.orchestra.run.smithi115.stdout:Relocations : (not relocatable) 2023-12-27T22:01:40.361 INFO:teuthology.orchestra.run.smithi115.stdout:Packager : CentOS BuildSystem 2023-12-27T22:01:40.361 INFO:teuthology.orchestra.run.smithi115.stdout:Vendor : CentOS 2023-12-27T22:01:40.361 INFO:teuthology.orchestra.run.smithi115.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-27T22:01:40.361 INFO:teuthology.orchestra.run.smithi115.stdout:Summary : Support tools for GRUB. 2023-12-27T22:01:40.362 INFO:teuthology.orchestra.run.smithi115.stdout:Description : 2023-12-27T22:01:40.362 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-27T22:01:40.362 INFO:teuthology.orchestra.run.smithi115.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-27T22:01:40.362 INFO:teuthology.orchestra.run.smithi115.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-27T22:01:40.362 INFO:teuthology.orchestra.run.smithi115.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-27T22:01:40.362 INFO:teuthology.orchestra.run.smithi115.stdout:hardware devices. 2023-12-27T22:01:40.362 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-27T22:01:40.362 INFO:teuthology.orchestra.run.smithi115.stdout:This subpackage provides tools for support of all platforms. 2023-12-27T22:01:40.363 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-27T22:01:40.363 INFO:teuthology.task.kernel:Updating grub on smithi115 to boot 4.18.0-529.el8.x86_64 2023-12-27T22:01:40.363 DEBUG:teuthology.orchestra.run.smithi115:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-27T22:01:41.818 INFO:teuthology.orchestra.run.smithi115.stderr:Generating grub configuration file ... 2023-12-27T22:01:44.033 INFO:teuthology.orchestra.run.smithi115.stderr:done 2023-12-27T22:01:44.034 DEBUG:teuthology.orchestra.run.smithi115:> mktemp 2023-12-27T22:01:44.057 INFO:teuthology.orchestra.run.smithi115.stdout:/tmp/tmp.d0kg1qifXX 2023-12-27T22:01:44.057 DEBUG:teuthology.orchestra.run.smithi115:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.d0kg1qifXX 2023-12-27T22:01:44.149 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod 0666 /tmp/tmp.d0kg1qifXX 2023-12-27T22:01:44.251 DEBUG:teuthology.orchestra.remote:smithi115:/tmp/tmp.d0kg1qifXX is 6KB 2023-12-27T22:01:44.299 DEBUG:teuthology.orchestra.run.smithi115:> rm -fr /tmp/tmp.d0kg1qifXX 2023-12-27T22:01:44.316 DEBUG:teuthology.orchestra.run.smithi115:> sudo /bin/ls /boot/loader/entries || true 2023-12-27T22:01:44.389 INFO:teuthology.orchestra.run.smithi115.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-27T22:01:44.390 INFO:teuthology.orchestra.run.smithi115.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-27T22:01:44.390 INFO:teuthology.orchestra.run.smithi115.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-27T22:01:44.390 INFO:teuthology.orchestra.run.smithi115.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64.conf 2023-12-27T22:01:44.391 DEBUG:teuthology.orchestra.run.smithi115:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64 2023-12-27T22:01:44.532 DEBUG:teuthology.orchestra.run.smithi115:> sudo shutdown -r now 2023-12-27T22:01:47.610 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 3/3 2023-12-27T22:01:47.636 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-27T22:01:47.991 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-4.18.0-529.el8.x86_64 3/3 2023-12-27T22:01:47.991 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : kernel-4.18.0-529.el8.x86_64 1/3 2023-12-27T22:01:47.991 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : kernel-core-4.18.0-529.el8.x86_64 2/3 2023-12-27T22:01:48.838 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-27T22:01:48.838 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-27T22:01:48.838 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-12-27T22:01:48.838 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-4.18.0-529.el8.x86_64 kernel-core-4.18.0-529.el8.x86_64 2023-12-27T22:01:48.838 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-modules-4.18.0-529.el8.x86_64 2023-12-27T22:01:48.838 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-27T22:01:48.839 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-12-27T22:01:48.974 DEBUG:teuthology.orchestra.run.smithi005:> rpm -q kernel | sort -rV | head -n 1 2023-12-27T22:01:49.218 INFO:teuthology.orchestra.run.smithi005.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-27T22:01:49.218 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-27T22:01:49.218 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-27T22:01:49.218 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-27T22:01:49.218 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-27T22:01:49.218 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2023-12-27T22:01:49.219 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi005.front.sepia.ceph.com, path=None, version=distro) 2023-12-27T22:01:49.219 DEBUG:teuthology.orchestra.run.smithi005:> rpm -q kernel | sort -rV | head -n 1 2023-12-27T22:01:49.436 INFO:teuthology.orchestra.run.smithi005.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-27T22:01:49.436 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-27T22:01:49.437 DEBUG:teuthology.orchestra.run.smithi005:> sudo rpm -qi grub2-tools 2023-12-27T22:01:49.471 INFO:teuthology.orchestra.run.smithi005.stdout:Name : grub2-tools 2023-12-27T22:01:49.471 INFO:teuthology.orchestra.run.smithi005.stdout:Epoch : 1 2023-12-27T22:01:49.471 INFO:teuthology.orchestra.run.smithi005.stdout:Version : 2.02 2023-12-27T22:01:49.471 INFO:teuthology.orchestra.run.smithi005.stdout:Release : 129.el8 2023-12-27T22:01:49.471 INFO:teuthology.orchestra.run.smithi005.stdout:Architecture: x86_64 2023-12-27T22:01:49.471 INFO:teuthology.orchestra.run.smithi005.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-27T22:01:49.472 INFO:teuthology.orchestra.run.smithi005.stdout:Group : System Environment/Base 2023-12-27T22:01:49.472 INFO:teuthology.orchestra.run.smithi005.stdout:Size : 9265586 2023-12-27T22:01:49.472 INFO:teuthology.orchestra.run.smithi005.stdout:License : GPLv3+ 2023-12-27T22:01:49.472 INFO:teuthology.orchestra.run.smithi005.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-27T22:01:49.472 INFO:teuthology.orchestra.run.smithi005.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-27T22:01:49.472 INFO:teuthology.orchestra.run.smithi005.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-27T22:01:49.472 INFO:teuthology.orchestra.run.smithi005.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-27T22:01:49.472 INFO:teuthology.orchestra.run.smithi005.stdout:Relocations : (not relocatable) 2023-12-27T22:01:49.472 INFO:teuthology.orchestra.run.smithi005.stdout:Packager : CentOS BuildSystem 2023-12-27T22:01:49.472 INFO:teuthology.orchestra.run.smithi005.stdout:Vendor : CentOS 2023-12-27T22:01:49.472 INFO:teuthology.orchestra.run.smithi005.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-27T22:01:49.472 INFO:teuthology.orchestra.run.smithi005.stdout:Summary : Support tools for GRUB. 2023-12-27T22:01:49.472 INFO:teuthology.orchestra.run.smithi005.stdout:Description : 2023-12-27T22:01:49.472 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-27T22:01:49.472 INFO:teuthology.orchestra.run.smithi005.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-27T22:01:49.472 INFO:teuthology.orchestra.run.smithi005.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-27T22:01:49.473 INFO:teuthology.orchestra.run.smithi005.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-27T22:01:49.473 INFO:teuthology.orchestra.run.smithi005.stdout:hardware devices. 2023-12-27T22:01:49.473 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-27T22:01:49.473 INFO:teuthology.orchestra.run.smithi005.stdout:This subpackage provides tools for support of all platforms. 2023-12-27T22:01:49.474 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-27T22:01:49.474 INFO:teuthology.task.kernel:Updating grub on smithi005 to boot 4.18.0-529.el8.x86_64 2023-12-27T22:01:49.474 DEBUG:teuthology.orchestra.run.smithi005:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-27T22:01:51.206 INFO:teuthology.orchestra.run.smithi005.stderr:Generating grub configuration file ... 2023-12-27T22:01:53.572 INFO:teuthology.orchestra.run.smithi005.stderr:done 2023-12-27T22:01:53.573 DEBUG:teuthology.orchestra.run.smithi005:> mktemp 2023-12-27T22:01:53.604 INFO:teuthology.orchestra.run.smithi005.stdout:/tmp/tmp.G3cBeQvicj 2023-12-27T22:01:53.604 DEBUG:teuthology.orchestra.run.smithi005:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.G3cBeQvicj 2023-12-27T22:01:53.676 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod 0666 /tmp/tmp.G3cBeQvicj 2023-12-27T22:01:53.823 DEBUG:teuthology.orchestra.remote:smithi005:/tmp/tmp.G3cBeQvicj is 6KB 2023-12-27T22:01:53.871 DEBUG:teuthology.orchestra.run.smithi005:> rm -fr /tmp/tmp.G3cBeQvicj 2023-12-27T22:01:53.889 DEBUG:teuthology.orchestra.run.smithi005:> sudo /bin/ls /boot/loader/entries || true 2023-12-27T22:01:53.955 INFO:teuthology.orchestra.run.smithi005.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-27T22:01:53.956 INFO:teuthology.orchestra.run.smithi005.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-27T22:01:53.956 INFO:teuthology.orchestra.run.smithi005.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-27T22:01:53.956 INFO:teuthology.orchestra.run.smithi005.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64.conf 2023-12-27T22:01:53.957 DEBUG:teuthology.orchestra.run.smithi005:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64 2023-12-27T22:01:54.120 DEBUG:teuthology.orchestra.run.smithi005:> sudo shutdown -r now 2023-12-27T22:02:14.553 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2023-12-27T22:02:14.554 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2023-12-27T22:02:14.555 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-27T22:02:24.129 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2023-12-27T22:02:24.130 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-12-27T22:02:24.130 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-27T22:02:49.234 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2023-12-27T22:02:58.241 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2023-12-27T22:02:58.242 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-27T22:03:16.626 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2023-12-27T22:03:24.134 DEBUG:teuthology.orchestra.remote:timed out 2023-12-27T22:03:28.630 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2023-12-27T22:03:28.631 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-27T22:03:28.953 DEBUG:teuthology.orchestra.run.smithi115:> true 2023-12-27T22:03:29.267 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi115.front.sepia.ceph.com' 2023-12-27T22:03:29.268 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "4.18.0-529.el8.x86_64"... 2023-12-27T22:03:29.268 DEBUG:teuthology.orchestra.run.smithi115:> uname -r 2023-12-27T22:03:29.287 INFO:teuthology.orchestra.run.smithi115.stdout:4.18.0-529.el8.x86_64 2023-12-27T22:03:29.287 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-27T22:03:29.287 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-27T22:03:29.287 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-27T22:03:30.288 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2023-12-27T22:03:30.289 DEBUG:teuthology.orchestra.run.smithi115:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-27T22:03:30.363 INFO:teuthology.orchestra.run.smithi115.stdout:ttyS1 2023-12-27T22:03:30.379 DEBUG:teuthology.parallel:result is None 2023-12-27T22:03:33.135 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-12-27T22:03:33.135 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-27T22:03:33.613 DEBUG:teuthology.orchestra.run.smithi005:> true 2023-12-27T22:03:33.881 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-12-27T22:03:33.881 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "4.18.0-529.el8.x86_64"... 2023-12-27T22:03:33.881 DEBUG:teuthology.orchestra.run.smithi005:> uname -r 2023-12-27T22:03:33.899 INFO:teuthology.orchestra.run.smithi005.stdout:4.18.0-529.el8.x86_64 2023-12-27T22:03:33.899 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-27T22:03:33.899 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-27T22:03:33.900 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-27T22:03:34.900 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2023-12-27T22:03:34.901 DEBUG:teuthology.orchestra.run.smithi005:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-27T22:03:35.025 INFO:teuthology.orchestra.run.smithi005.stdout:ttyS1 2023-12-27T22:03:35.037 DEBUG:teuthology.parallel:result is None 2023-12-27T22:03:35.038 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-27T22:03:35.045 INFO:teuthology.task.internal:Creating test directory... 2023-12-27T22:03:35.045 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-27T22:03:35.047 DEBUG:teuthology.orchestra.run.smithi115:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-27T22:03:35.067 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-27T22:03:35.073 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-27T22:03:35.080 INFO:teuthology.task.internal:Creating archive directory... 2023-12-27T22:03:35.081 DEBUG:teuthology.orchestra.run.smithi005:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-27T22:03:35.105 DEBUG:teuthology.orchestra.run.smithi115:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-27T22:03:35.140 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-27T22:03:35.147 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-27T22:03:35.148 DEBUG:teuthology.orchestra.run.smithi005:> 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-27T22:03:35.168 DEBUG:teuthology.orchestra.run.smithi115:> 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-27T22:03:35.195 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-27T22:03:35.205 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-27T22:03:35.243 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-27T22:03:35.257 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-27T22:03:35.258 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-27T22:03:35.266 INFO:teuthology.task.internal:Configuring sudo... 2023-12-27T22:03:35.266 DEBUG:teuthology.orchestra.run.smithi005:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-27T22:03:35.268 DEBUG:teuthology.orchestra.run.smithi115:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-27T22:03:35.295 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-27T22:03:35.304 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-27T22:03:35.304 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-27T22:03:35.336 DEBUG:teuthology.orchestra.run.smithi115:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-27T22:03:35.354 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-27T22:03:35.447 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-27T22:03:35.509 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-27T22:03:35.553 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-27T22:03:35.597 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-12-27T22:03:35.597 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-27T22:03:35.665 DEBUG:teuthology.orchestra.run.smithi115:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-27T22:03:35.827 DEBUG:teuthology.orchestra.run.smithi115:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-27T22:03:36.079 DEBUG:teuthology.orchestra.run.smithi115:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-27T22:03:36.439 DEBUG:teuthology.orchestra.run.smithi115:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-27T22:03:36.936 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2023-12-27T22:03:36.936 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-27T22:03:37.270 DEBUG:teuthology.orchestra.run.smithi005:> sudo service rsyslog restart 2023-12-27T22:03:37.311 DEBUG:teuthology.orchestra.run.smithi115:> sudo service rsyslog restart 2023-12-27T22:03:37.379 INFO:teuthology.orchestra.run.smithi115.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-27T22:03:37.785 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-27T22:03:38.148 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-27T22:03:38.162 INFO:teuthology.task.internal:Starting timer... 2023-12-27T22:03:38.162 INFO:teuthology.run_tasks:Running task pcp... 2023-12-27T22:03:38.172 INFO:teuthology.run_tasks:Running task selinux... 2023-12-27T22:03:38.180 DEBUG:teuthology.orchestra.run.smithi005:> sudo service auditd rotate 2023-12-27T22:03:38.408 INFO:teuthology.orchestra.run.smithi005.stdout:Rotating logs: 2023-12-27T22:03:38.410 DEBUG:teuthology.orchestra.run.smithi115:> sudo service auditd rotate 2023-12-27T22:03:38.747 INFO:teuthology.orchestra.run.smithi115.stdout:Rotating logs: 2023-12-27T22:03:38.749 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-27T22:03:38.749 DEBUG:teuthology.orchestra.run.smithi005:> /usr/sbin/getenforce 2023-12-27T22:03:38.774 INFO:teuthology.orchestra.run.smithi005.stdout:Permissive 2023-12-27T22:03:38.774 DEBUG:teuthology.orchestra.run.smithi115:> /usr/sbin/getenforce 2023-12-27T22:03:38.900 INFO:teuthology.orchestra.run.smithi115.stdout:Permissive 2023-12-27T22:03:38.900 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi005.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi115.front.sepia.ceph.com': 'permissive'} 2023-12-27T22:03:38.900 DEBUG:teuthology.orchestra.run.smithi005:> 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-27T22:03:38.929 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-27T22:03:38.930 DEBUG:teuthology.orchestra.run.smithi115:> 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-27T22:03:38.958 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-27T22:03:38.959 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-27T22:03:38.959 DEBUG:teuthology.orchestra.run.smithi005:> sudo /usr/sbin/setenforce permissive 2023-12-27T22:03:38.997 DEBUG:teuthology.orchestra.run.smithi115:> sudo /usr/sbin/setenforce permissive 2023-12-27T22:03:39.027 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-27T22:03:39.062 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-27T22:03:39.078 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-27T22:03:39.079 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi005.front.sepia.ceph.com,smithi115.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-27T22:11:11.208 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi005.front.sepia.ceph.com'), Remote(name='ubuntu@smithi115.front.sepia.ceph.com')] 2023-12-27T22:11:11.209 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-12-27T22:11:11.210 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-27T22:11:11.278 DEBUG:teuthology.orchestra.run.smithi005:> true 2023-12-27T22:11:11.350 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-12-27T22:11:11.350 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2023-12-27T22:11:11.351 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-27T22:11:11.417 DEBUG:teuthology.orchestra.run.smithi115:> true 2023-12-27T22:11:11.484 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi115.front.sepia.ceph.com' 2023-12-27T22:11:11.485 INFO:teuthology.run_tasks:Running task clock... 2023-12-27T22:11:11.496 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-27T22:11:11.496 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-27T22:11:11.497 DEBUG:teuthology.orchestra.run.smithi005:> 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-27T22:11:11.499 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-27T22:11:11.499 DEBUG:teuthology.orchestra.run.smithi115:> 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-27T22:11:11.536 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-27T22:11:11.553 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-27T22:11:11.556 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-27T22:11:11.569 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-27T22:11:11.623 INFO:teuthology.orchestra.run.smithi005.stderr:sudo: ntpd: command not found 2023-12-27T22:11:11.630 INFO:teuthology.orchestra.run.smithi115.stderr:sudo: ntpd: command not found 2023-12-27T22:11:11.636 INFO:teuthology.orchestra.run.smithi005.stdout:506 Cannot talk to daemon 2023-12-27T22:11:11.640 INFO:teuthology.orchestra.run.smithi115.stdout:506 Cannot talk to daemon 2023-12-27T22:11:11.651 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-27T22:11:11.654 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-27T22:11:11.665 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-27T22:11:11.668 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-27T22:11:11.734 INFO:teuthology.orchestra.run.smithi115.stderr:bash: ntpq: command not found 2023-12-27T22:11:11.738 INFO:teuthology.orchestra.run.smithi005.stderr:bash: ntpq: command not found 2023-12-27T22:11:11.739 INFO:teuthology.orchestra.run.smithi115.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-27T22:11:11.739 INFO:teuthology.orchestra.run.smithi115.stdout:=============================================================================== 2023-12-27T22:11:11.739 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-27T22:11:11.739 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-27T22:11:11.739 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-27T22:11:11.739 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-27T22:11:11.741 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-27T22:11:11.741 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2023-12-27T22:11:11.741 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-27T22:11:11.741 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-27T22:11:11.741 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-27T22:11:11.741 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-27T22:11:11.742 INFO:teuthology.run_tasks:Running task pexec... 2023-12-27T22:11:11.751 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-27T22:11:11.751 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi005.front.sepia.ceph.com 2023-12-27T22:11:11.752 DEBUG:teuthology.orchestra.run.smithi005:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-27T22:11:11.752 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi115.front.sepia.ceph.com 2023-12-27T22:11:11.752 DEBUG:teuthology.orchestra.run.smithi115:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-27T22:11:12.648 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:46 ago on Wed 27 Dec 2023 10:09:26 PM UTC. 2023-12-27T22:11:12.695 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:36 ago on Wed 27 Dec 2023 10:09:36 PM UTC. 2023-12-27T22:11:14.827 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2023-12-27T22:11:14.828 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2023-12-27T22:11:14.828 INFO:teuthology.orchestra.run.smithi115.stdout: Package Architecture Version Repository Size 2023-12-27T22:11:14.829 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2023-12-27T22:11:14.829 INFO:teuthology.orchestra.run.smithi115.stdout:Resetting modules: 2023-12-27T22:11:14.829 INFO:teuthology.orchestra.run.smithi115.stdout: container-tools 2023-12-27T22:11:14.829 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-27T22:11:14.829 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2023-12-27T22:11:14.829 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2023-12-27T22:11:14.829 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-27T22:11:15.015 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-12-27T22:11:15.016 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-12-27T22:11:15.016 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2023-12-27T22:11:15.016 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-12-27T22:11:15.016 INFO:teuthology.orchestra.run.smithi005.stdout:Resetting modules: 2023-12-27T22:11:15.016 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools 2023-12-27T22:11:15.016 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-27T22:11:15.016 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-12-27T22:11:15.017 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-12-27T22:11:15.017 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-27T22:11:15.073 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2023-12-27T22:11:15.288 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-12-27T22:11:15.988 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:01:49 ago on Wed 27 Dec 2023 10:09:26 PM UTC. 2023-12-27T22:11:16.284 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:40 ago on Wed 27 Dec 2023 10:09:36 PM UTC. 2023-12-27T22:11:18.113 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2023-12-27T22:11:18.116 INFO:teuthology.orchestra.run.smithi115.stdout:=========================================================================================== 2023-12-27T22:11:18.116 INFO:teuthology.orchestra.run.smithi115.stdout: Package Arch Version Repo Size 2023-12-27T22:11:18.116 INFO:teuthology.orchestra.run.smithi115.stdout:=========================================================================================== 2023-12-27T22:11:18.117 INFO:teuthology.orchestra.run.smithi115.stdout:Upgrading: 2023-12-27T22:11:18.117 INFO:teuthology.orchestra.run.smithi115.stdout: conmon x86_64 3:2.1.8-1.module_el8+712+4cd1bd69 appstream 57 k 2023-12-27T22:11:18.117 INFO:teuthology.orchestra.run.smithi115.stdout: container-selinux noarch 2:2.224.0-1.module_el8+712+4cd1bd69 appstream 70 k 2023-12-27T22:11:18.117 INFO:teuthology.orchestra.run.smithi115.stdout: containernetworking-plugins x86_64 1:1.3.0-5.module_el8+712+4cd1bd69 appstream 21 M 2023-12-27T22:11:18.117 INFO:teuthology.orchestra.run.smithi115.stdout: containers-common x86_64 2:1-57.module_el8+712+4cd1bd69 appstream 144 k 2023-12-27T22:11:18.117 INFO:teuthology.orchestra.run.smithi115.stdout: criu x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 564 k 2023-12-27T22:11:18.117 INFO:teuthology.orchestra.run.smithi115.stdout: fuse-overlayfs x86_64 1.13-1.module_el8+712+4cd1bd69 appstream 70 k 2023-12-27T22:11:18.117 INFO:teuthology.orchestra.run.smithi115.stdout: libslirp x86_64 4.4.0-1.module_el8+712+4cd1bd69 appstream 70 k 2023-12-27T22:11:18.117 INFO:teuthology.orchestra.run.smithi115.stdout: runc x86_64 1:1.1.9-1.module_el8+712+4cd1bd69 appstream 3.1 M 2023-12-27T22:11:18.117 INFO:teuthology.orchestra.run.smithi115.stdout: slirp4netns x86_64 1.2.2-1.module_el8+712+4cd1bd69 appstream 56 k 2023-12-27T22:11:18.117 INFO:teuthology.orchestra.run.smithi115.stdout:Installing group/module packages: 2023-12-27T22:11:18.117 INFO:teuthology.orchestra.run.smithi115.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-27T22:11:18.117 INFO:teuthology.orchestra.run.smithi115.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-27T22:11:18.118 INFO:teuthology.orchestra.run.smithi115.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-27T22:11:18.118 INFO:teuthology.orchestra.run.smithi115.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-27T22:11:18.118 INFO:teuthology.orchestra.run.smithi115.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-27T22:11:18.118 INFO:teuthology.orchestra.run.smithi115.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-27T22:11:18.118 INFO:teuthology.orchestra.run.smithi115.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-27T22:11:18.118 INFO:teuthology.orchestra.run.smithi115.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-27T22:11:18.118 INFO:teuthology.orchestra.run.smithi115.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-27T22:11:18.118 INFO:teuthology.orchestra.run.smithi115.stdout:Installing dependencies: 2023-12-27T22:11:18.118 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-27T22:11:18.118 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-27T22:11:18.118 INFO:teuthology.orchestra.run.smithi115.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-27T22:11:18.118 INFO:teuthology.orchestra.run.smithi115.stdout:Installing weak dependencies: 2023-12-27T22:11:18.118 INFO:teuthology.orchestra.run.smithi115.stdout: criu-libs x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 39 k 2023-12-27T22:11:18.118 INFO:teuthology.orchestra.run.smithi115.stdout:Installing module profiles: 2023-12-27T22:11:18.119 INFO:teuthology.orchestra.run.smithi115.stdout: container-tools/common 2023-12-27T22:11:18.119 INFO:teuthology.orchestra.run.smithi115.stdout:Enabling module streams: 2023-12-27T22:11:18.119 INFO:teuthology.orchestra.run.smithi115.stdout: container-tools rhel8 2023-12-27T22:11:18.119 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-27T22:11:18.119 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2023-12-27T22:11:18.119 INFO:teuthology.orchestra.run.smithi115.stdout:=========================================================================================== 2023-12-27T22:11:18.119 INFO:teuthology.orchestra.run.smithi115.stdout:Install 13 Packages 2023-12-27T22:11:18.119 INFO:teuthology.orchestra.run.smithi115.stdout:Upgrade 9 Packages 2023-12-27T22:11:18.119 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-27T22:11:18.120 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 52 M 2023-12-27T22:11:18.120 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2023-12-27T22:11:18.544 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-12-27T22:11:18.547 INFO:teuthology.orchestra.run.smithi005.stdout:=========================================================================================== 2023-12-27T22:11:18.547 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repo Size 2023-12-27T22:11:18.547 INFO:teuthology.orchestra.run.smithi005.stdout:=========================================================================================== 2023-12-27T22:11:18.547 INFO:teuthology.orchestra.run.smithi005.stdout:Upgrading: 2023-12-27T22:11:18.547 INFO:teuthology.orchestra.run.smithi005.stdout: conmon x86_64 3:2.1.8-1.module_el8+712+4cd1bd69 appstream 57 k 2023-12-27T22:11:18.547 INFO:teuthology.orchestra.run.smithi005.stdout: container-selinux noarch 2:2.224.0-1.module_el8+712+4cd1bd69 appstream 70 k 2023-12-27T22:11:18.547 INFO:teuthology.orchestra.run.smithi005.stdout: containernetworking-plugins x86_64 1:1.3.0-5.module_el8+712+4cd1bd69 appstream 21 M 2023-12-27T22:11:18.547 INFO:teuthology.orchestra.run.smithi005.stdout: containers-common x86_64 2:1-57.module_el8+712+4cd1bd69 appstream 144 k 2023-12-27T22:11:18.547 INFO:teuthology.orchestra.run.smithi005.stdout: criu x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 564 k 2023-12-27T22:11:18.547 INFO:teuthology.orchestra.run.smithi005.stdout: fuse-overlayfs x86_64 1.13-1.module_el8+712+4cd1bd69 appstream 70 k 2023-12-27T22:11:18.548 INFO:teuthology.orchestra.run.smithi005.stdout: libslirp x86_64 4.4.0-1.module_el8+712+4cd1bd69 appstream 70 k 2023-12-27T22:11:18.548 INFO:teuthology.orchestra.run.smithi005.stdout: runc x86_64 1:1.1.9-1.module_el8+712+4cd1bd69 appstream 3.1 M 2023-12-27T22:11:18.548 INFO:teuthology.orchestra.run.smithi005.stdout: slirp4netns x86_64 1.2.2-1.module_el8+712+4cd1bd69 appstream 56 k 2023-12-27T22:11:18.548 INFO:teuthology.orchestra.run.smithi005.stdout:Installing group/module packages: 2023-12-27T22:11:18.548 INFO:teuthology.orchestra.run.smithi005.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-27T22:11:18.548 INFO:teuthology.orchestra.run.smithi005.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-27T22:11:18.548 INFO:teuthology.orchestra.run.smithi005.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-27T22:11:18.548 INFO:teuthology.orchestra.run.smithi005.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-27T22:11:18.548 INFO:teuthology.orchestra.run.smithi005.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-27T22:11:18.548 INFO:teuthology.orchestra.run.smithi005.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-27T22:11:18.548 INFO:teuthology.orchestra.run.smithi005.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-27T22:11:18.548 INFO:teuthology.orchestra.run.smithi005.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-27T22:11:18.548 INFO:teuthology.orchestra.run.smithi005.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-27T22:11:18.548 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2023-12-27T22:11:18.549 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-27T22:11:18.549 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-27T22:11:18.549 INFO:teuthology.orchestra.run.smithi005.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-27T22:11:18.549 INFO:teuthology.orchestra.run.smithi005.stdout:Installing weak dependencies: 2023-12-27T22:11:18.549 INFO:teuthology.orchestra.run.smithi005.stdout: criu-libs x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 39 k 2023-12-27T22:11:18.549 INFO:teuthology.orchestra.run.smithi005.stdout:Installing module profiles: 2023-12-27T22:11:18.549 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools/common 2023-12-27T22:11:18.549 INFO:teuthology.orchestra.run.smithi005.stdout:Enabling module streams: 2023-12-27T22:11:18.549 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools rhel8 2023-12-27T22:11:18.549 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-27T22:11:18.549 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-12-27T22:11:18.549 INFO:teuthology.orchestra.run.smithi005.stdout:=========================================================================================== 2023-12-27T22:11:18.549 INFO:teuthology.orchestra.run.smithi005.stdout:Install 13 Packages 2023-12-27T22:11:18.549 INFO:teuthology.orchestra.run.smithi005.stdout:Upgrade 9 Packages 2023-12-27T22:11:18.550 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-27T22:11:18.550 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 52 M 2023-12-27T22:11:18.550 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-12-27T22:11:18.879 INFO:teuthology.orchestra.run.smithi115.stdout:(1/22): cockpit-podman-78-1.module_el8+712+4cd1 1.3 MB/s | 750 kB 00:00 2023-12-27T22:11:18.937 INFO:teuthology.orchestra.run.smithi115.stdout:(2/22): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.6 MB/s | 1.0 MB 00:00 2023-12-27T22:11:18.979 INFO:teuthology.orchestra.run.smithi115.stdout:(3/22): criu-libs-3.18-4.module_el8+712+4cd1bd6 391 kB/s | 39 kB 00:00 2023-12-27T22:11:19.038 INFO:teuthology.orchestra.run.smithi115.stdout:(4/22): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.3 MB/s | 241 kB 00:00 2023-12-27T22:11:19.146 INFO:teuthology.orchestra.run.smithi115.stdout:(5/22): python3-podman-4.7.0-1.module_el8+712+4 1.6 MB/s | 178 kB 00:00 2023-12-27T22:11:19.163 INFO:teuthology.orchestra.run.smithi005.stdout:(1/22): cockpit-podman-78-1.module_el8+712+4cd1 1.3 MB/s | 750 kB 00:00 2023-12-27T22:11:19.237 INFO:teuthology.orchestra.run.smithi005.stdout:(2/22): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.6 MB/s | 1.0 MB 00:00 2023-12-27T22:11:19.247 INFO:teuthology.orchestra.run.smithi115.stdout:(6/22): python3-pytoml-0.1.14-5.git7dea353.el8. 248 kB/s | 25 kB 00:00 2023-12-27T22:11:19.263 INFO:teuthology.orchestra.run.smithi005.stdout:(3/22): criu-libs-3.18-4.module_el8+712+4cd1bd6 392 kB/s | 39 kB 00:00 2023-12-27T22:11:19.314 INFO:teuthology.orchestra.run.smithi115.stdout:(7/22): netavark-1.8.0-2.module_el8+712+4cd1bd6 12 MB/s | 3.9 MB 00:00 2023-12-27T22:11:19.339 INFO:teuthology.orchestra.run.smithi005.stdout:(4/22): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.3 MB/s | 241 kB 00:00 2023-12-27T22:11:19.347 INFO:teuthology.orchestra.run.smithi115.stdout:(8/22): python3-pyxdg-0.25-16.el8.noarch.rpm 935 kB/s | 94 kB 00:00 2023-12-27T22:11:19.447 INFO:teuthology.orchestra.run.smithi005.stdout:(5/22): python3-podman-4.7.0-1.module_el8+712+4 1.6 MB/s | 178 kB 00:00 2023-12-27T22:11:19.456 INFO:teuthology.orchestra.run.smithi115.stdout:(9/22): buildah-1.32.0-1.module_el8+712+4cd1bd6 8.4 MB/s | 9.6 MB 00:01 2023-12-27T22:11:19.556 INFO:teuthology.orchestra.run.smithi005.stdout:(6/22): python3-pytoml-0.1.14-5.git7dea353.el8. 229 kB/s | 25 kB 00:00 2023-12-27T22:11:19.557 INFO:teuthology.orchestra.run.smithi115.stdout:(10/22): udica-0.2.6-20.module_el8+712+4cd1bd69 526 kB/s | 53 kB 00:00 2023-12-27T22:11:19.614 INFO:teuthology.orchestra.run.smithi005.stdout:(7/22): netavark-1.8.0-2.module_el8+712+4cd1bd6 11 MB/s | 3.9 MB 00:00 2023-12-27T22:11:19.648 INFO:teuthology.orchestra.run.smithi115.stdout:(11/22): toolbox-0.0.99.4-6.module_el8+712+4cd1 8.4 MB/s | 2.5 MB 00:00 2023-12-27T22:11:19.665 INFO:teuthology.orchestra.run.smithi115.stdout:(12/22): yajl-2.1.0-12.el8.x86_64.rpm 377 kB/s | 41 kB 00:00 2023-12-27T22:11:19.723 INFO:teuthology.orchestra.run.smithi005.stdout:(8/22): buildah-1.32.0-1.module_el8+712+4cd1bd6 8.5 MB/s | 9.6 MB 00:01 2023-12-27T22:11:19.749 INFO:teuthology.orchestra.run.smithi005.stdout:(9/22): python3-pyxdg-0.25-16.el8.noarch.rpm 488 kB/s | 94 kB 00:00 2023-12-27T22:11:19.765 INFO:teuthology.orchestra.run.smithi115.stdout:(13/22): conmon-2.1.8-1.module_el8+712+4cd1bd69 492 kB/s | 57 kB 00:00 2023-12-27T22:11:19.791 INFO:teuthology.orchestra.run.smithi115.stdout:(14/22): container-selinux-2.224.0-1.module_el8 559 kB/s | 70 kB 00:00 2023-12-27T22:11:19.866 INFO:teuthology.orchestra.run.smithi005.stdout:(10/22): udica-0.2.6-20.module_el8+712+4cd1bd69 450 kB/s | 53 kB 00:00 2023-12-27T22:11:19.891 INFO:teuthology.orchestra.run.smithi115.stdout:(15/22): skopeo-1.13.3-1.module_el8+712+4cd1bd6 14 MB/s | 8.1 MB 00:00 2023-12-27T22:11:19.916 INFO:teuthology.orchestra.run.smithi115.stdout:(16/22): containers-common-1-57.module_el8+712+ 1.1 MB/s | 144 kB 00:00 2023-12-27T22:11:19.933 INFO:teuthology.orchestra.run.smithi005.stdout:(11/22): toolbox-0.0.99.4-6.module_el8+712+4cd1 12 MB/s | 2.5 MB 00:00 2023-12-27T22:11:19.966 INFO:teuthology.orchestra.run.smithi005.stdout:(12/22): yajl-2.1.0-12.el8.x86_64.rpm 409 kB/s | 41 kB 00:00 2023-12-27T22:11:20.000 INFO:teuthology.orchestra.run.smithi115.stdout:(17/22): criu-3.18-4.module_el8+712+4cd1bd69.x8 5.1 MB/s | 564 kB 00:00 2023-12-27T22:11:20.025 INFO:teuthology.orchestra.run.smithi115.stdout:(18/22): fuse-overlayfs-1.13-1.module_el8+712+4 645 kB/s | 70 kB 00:00 2023-12-27T22:11:20.033 INFO:teuthology.orchestra.run.smithi005.stdout:(13/22): conmon-2.1.8-1.module_el8+712+4cd1bd69 573 kB/s | 57 kB 00:00 2023-12-27T22:11:20.067 INFO:teuthology.orchestra.run.smithi005.stdout:(14/22): container-selinux-2.224.0-1.module_el8 697 kB/s | 70 kB 00:00 2023-12-27T22:11:20.092 INFO:teuthology.orchestra.run.smithi115.stdout:(19/22): libslirp-4.4.0-1.module_el8+712+4cd1bd 767 kB/s | 70 kB 00:00 2023-12-27T22:11:20.184 INFO:teuthology.orchestra.run.smithi005.stdout:(15/22): skopeo-1.13.3-1.module_el8+712+4cd1bd6 14 MB/s | 8.1 MB 00:00 2023-12-27T22:11:20.192 INFO:teuthology.orchestra.run.smithi115.stdout:(20/22): slirp4netns-1.2.2-1.module_el8+712+4cd 560 kB/s | 56 kB 00:00 2023-12-27T22:11:20.201 INFO:teuthology.orchestra.run.smithi005.stdout:(16/22): containers-common-1-57.module_el8+712+ 1.1 MB/s | 144 kB 00:00 2023-12-27T22:11:20.309 INFO:teuthology.orchestra.run.smithi005.stdout:(17/22): criu-3.18-4.module_el8+712+4cd1bd69.x8 4.4 MB/s | 564 kB 00:00 2023-12-27T22:11:20.343 INFO:teuthology.orchestra.run.smithi005.stdout:(18/22): fuse-overlayfs-1.13-1.module_el8+712+4 493 kB/s | 70 kB 00:00 2023-12-27T22:11:20.410 INFO:teuthology.orchestra.run.smithi005.stdout:(19/22): libslirp-4.4.0-1.module_el8+712+4cd1bd 702 kB/s | 70 kB 00:00 2023-12-27T22:11:20.519 INFO:teuthology.orchestra.run.smithi005.stdout:(20/22): slirp4netns-1.2.2-1.module_el8+712+4cd 516 kB/s | 56 kB 00:00 2023-12-27T22:11:20.652 INFO:teuthology.orchestra.run.smithi005.stdout:(21/22): runc-1.1.9-1.module_el8+712+4cd1bd69.x 10 MB/s | 3.1 MB 00:00 2023-12-27T22:11:20.676 INFO:teuthology.orchestra.run.smithi115.stdout:(21/22): runc-1.1.9-1.module_el8+712+4cd1bd69.x 4.7 MB/s | 3.1 MB 00:00 2023-12-27T22:11:21.051 INFO:teuthology.orchestra.run.smithi115.stdout:(22/22): containernetworking-plugins-1.3.0-5.mo 17 MB/s | 21 MB 00:01 2023-12-27T22:11:21.051 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2023-12-27T22:11:21.052 INFO:teuthology.orchestra.run.smithi115.stdout:Total 18 MB/s | 52 MB 00:02 2023-12-27T22:11:21.111 INFO:teuthology.orchestra.run.smithi005.stdout:(22/22): containernetworking-plugins-1.3.0-5.mo 20 MB/s | 21 MB 00:01 2023-12-27T22:11:21.111 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-12-27T22:11:21.111 INFO:teuthology.orchestra.run.smithi005.stdout:Total 20 MB/s | 52 MB 00:02 2023-12-27T22:11:21.547 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2023-12-27T22:11:21.593 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2023-12-27T22:11:21.593 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2023-12-27T22:11:21.619 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-12-27T22:11:21.668 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-12-27T22:11:21.669 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-12-27T22:11:22.071 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2023-12-27T22:11:22.075 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2023-12-27T22:11:22.193 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-12-27T22:11:22.196 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-12-27T22:11:23.305 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2023-12-27T22:11:23.383 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/1 2023-12-27T22:11:23.517 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-12-27T22:11:23.591 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/1 2023-12-27T22:11:23.612 INFO:teuthology.orchestra.run.smithi115.stdout: Upgrading : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/31 2023-12-27T22:11:23.637 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2023-12-27T22:11:23.828 INFO:teuthology.orchestra.run.smithi005.stdout: Upgrading : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/31 2023-12-27T22:11:23.856 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2023-12-27T22:11:23.860 INFO:teuthology.orchestra.run.smithi115.stdout: Upgrading : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2023-12-27T22:11:24.071 INFO:teuthology.orchestra.run.smithi005.stdout: Upgrading : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2023-12-27T22:11:41.577 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2023-12-27T22:11:41.792 INFO:teuthology.orchestra.run.smithi115.stdout: Upgrading : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 3/31 2023-12-27T22:11:41.943 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2023-12-27T22:11:42.123 INFO:teuthology.orchestra.run.smithi115.stdout: Upgrading : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 5/31 2023-12-27T22:11:42.351 INFO:teuthology.orchestra.run.smithi115.stdout: Upgrading : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 6/31 2023-12-27T22:11:42.506 INFO:teuthology.orchestra.run.smithi115.stdout: Upgrading : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2023-12-27T22:11:42.709 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2023-12-27T22:11:42.953 INFO:teuthology.orchestra.run.smithi005.stdout: Upgrading : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 3/31 2023-12-27T22:11:43.143 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2023-12-27T22:11:43.376 INFO:teuthology.orchestra.run.smithi005.stdout: Upgrading : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 5/31 2023-12-27T22:11:43.582 INFO:teuthology.orchestra.run.smithi005.stdout: Upgrading : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 6/31 2023-12-27T22:11:43.794 INFO:teuthology.orchestra.run.smithi005.stdout: Upgrading : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2023-12-27T22:11:44.275 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2023-12-27T22:11:44.488 INFO:teuthology.orchestra.run.smithi115.stdout: Upgrading : containernetworking-plugins-1:1.3.0-5.module_el8+7 8/31 2023-12-27T22:11:44.683 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : yajl-2.1.0-12.el8.x86_64 9/31 2023-12-27T22:11:44.885 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 10/31 2023-12-27T22:11:45.128 INFO:teuthology.orchestra.run.smithi115.stdout: Upgrading : containers-common-2:1-57.module_el8+712+4cd1bd69.x 11/31 2023-12-27T22:11:45.297 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 12/31 2023-12-27T22:11:45.599 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 13/31 2023-12-27T22:11:45.721 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2023-12-27T22:11:45.985 INFO:teuthology.orchestra.run.smithi005.stdout: Upgrading : containernetworking-plugins-1:1.3.0-5.module_el8+7 8/31 2023-12-27T22:11:46.123 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 14/31 2023-12-27T22:11:46.214 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : yajl-2.1.0-12.el8.x86_64 9/31 2023-12-27T22:11:46.457 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 10/31 2023-12-27T22:11:46.740 INFO:teuthology.orchestra.run.smithi005.stdout: Upgrading : containers-common-2:1-57.module_el8+712+4cd1bd69.x 11/31 2023-12-27T22:11:46.936 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 12/31 2023-12-27T22:11:47.092 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 15/31 2023-12-27T22:11:47.234 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 13/31 2023-12-27T22:11:47.381 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 16/31 2023-12-27T22:11:47.830 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 14/31 2023-12-27T22:11:48.288 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 17/31 2023-12-27T22:11:48.686 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 18/31 2023-12-27T22:11:48.864 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 15/31 2023-12-27T22:11:48.883 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 19/31 2023-12-27T22:11:49.070 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 20/31 2023-12-27T22:11:49.167 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 16/31 2023-12-27T22:11:49.318 INFO:teuthology.orchestra.run.smithi115.stdout: Upgrading : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 21/31 2023-12-27T22:11:49.489 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 22/31 2023-12-27T22:11:49.690 INFO:teuthology.orchestra.run.smithi115.stdout: Cleanup : containers-common-2:1-49.module_el8.8.0+1254+78119 23/31 2023-12-27T22:11:49.881 INFO:teuthology.orchestra.run.smithi115.stdout: Cleanup : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 24/31 2023-12-27T22:11:50.056 INFO:teuthology.orchestra.run.smithi115.stdout: Cleanup : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 25/31 2023-12-27T22:11:50.056 INFO:teuthology.orchestra.run.smithi115.stdout: Cleanup : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2023-12-27T22:11:50.265 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2023-12-27T22:11:50.314 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 17/31 2023-12-27T22:11:50.499 INFO:teuthology.orchestra.run.smithi115.stdout: Cleanup : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 27/31 2023-12-27T22:11:50.672 INFO:teuthology.orchestra.run.smithi115.stdout: Cleanup : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 28/31 2023-12-27T22:11:50.738 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 18/31 2023-12-27T22:11:50.883 INFO:teuthology.orchestra.run.smithi115.stdout: Cleanup : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 29/31 2023-12-27T22:11:50.989 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 19/31 2023-12-27T22:11:51.080 INFO:teuthology.orchestra.run.smithi115.stdout: Cleanup : containernetworking-plugins-1:1.1.1-3.module_el8.7 30/31 2023-12-27T22:11:51.216 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 20/31 2023-12-27T22:11:51.288 INFO:teuthology.orchestra.run.smithi115.stdout: Cleanup : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2023-12-27T22:11:51.450 INFO:teuthology.orchestra.run.smithi005.stdout: Upgrading : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 21/31 2023-12-27T22:11:51.660 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 22/31 2023-12-27T22:11:51.874 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : containers-common-2:1-49.module_el8.8.0+1254+78119 23/31 2023-12-27T22:11:52.019 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 24/31 2023-12-27T22:11:52.193 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 25/31 2023-12-27T22:11:52.194 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2023-12-27T22:11:52.386 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2023-12-27T22:11:52.615 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 27/31 2023-12-27T22:11:52.785 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 28/31 2023-12-27T22:11:52.977 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 29/31 2023-12-27T22:11:53.209 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : containernetworking-plugins-1:1.1.1-3.module_el8.7 30/31 2023-12-27T22:11:53.434 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2023-12-27T22:12:10.679 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 31/31 2023-12-27T22:12:11.139 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2023-12-27T22:12:11.139 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/31 2023-12-27T22:12:11.139 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/31 2023-12-27T22:12:11.139 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/31 2023-12-27T22:12:11.139 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2023-12-27T22:12:11.139 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/31 2023-12-27T22:12:11.139 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/31 2023-12-27T22:12:11.139 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/31 2023-12-27T22:12:11.139 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/31 2023-12-27T22:12:11.139 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/31 2023-12-27T22:12:11.139 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/31 2023-12-27T22:12:11.139 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/31 2023-12-27T22:12:11.139 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/31 2023-12-27T22:12:11.140 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/31 2023-12-27T22:12:11.140 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 14/31 2023-12-27T22:12:11.140 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 15/31 2023-12-27T22:12:11.140 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 16/31 2023-12-27T22:12:11.140 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 17/31 2023-12-27T22:12:11.140 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : containernetworking-plugins-1:1.3.0-5.module_el8+7 18/31 2023-12-27T22:12:11.140 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : containernetworking-plugins-1:1.1.1-3.module_el8.7 19/31 2023-12-27T22:12:11.140 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : containers-common-2:1-57.module_el8+712+4cd1bd69.x 20/31 2023-12-27T22:12:11.140 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : containers-common-2:1-49.module_el8.8.0+1254+78119 21/31 2023-12-27T22:12:11.140 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 22/31 2023-12-27T22:12:11.140 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 23/31 2023-12-27T22:12:11.140 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 24/31 2023-12-27T22:12:11.140 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 25/31 2023-12-27T22:12:11.141 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 26/31 2023-12-27T22:12:11.141 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 27/31 2023-12-27T22:12:11.141 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 28/31 2023-12-27T22:12:11.141 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 29/31 2023-12-27T22:12:11.141 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 30/31 2023-12-27T22:12:12.350 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 31/31 2023-12-27T22:12:12.350 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-27T22:12:12.350 INFO:teuthology.orchestra.run.smithi115.stdout:Upgraded: 2023-12-27T22:12:12.350 INFO:teuthology.orchestra.run.smithi115.stdout: conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:12.350 INFO:teuthology.orchestra.run.smithi115.stdout: container-selinux-2:2.224.0-1.module_el8+712+4cd1bd69.noarch 2023-12-27T22:12:12.350 INFO:teuthology.orchestra.run.smithi115.stdout: containernetworking-plugins-1:1.3.0-5.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:12.350 INFO:teuthology.orchestra.run.smithi115.stdout: containers-common-2:1-57.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:12.350 INFO:teuthology.orchestra.run.smithi115.stdout: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:12.350 INFO:teuthology.orchestra.run.smithi115.stdout: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:12.350 INFO:teuthology.orchestra.run.smithi115.stdout: libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:12.351 INFO:teuthology.orchestra.run.smithi115.stdout: runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:12.351 INFO:teuthology.orchestra.run.smithi115.stdout: slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:12.351 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2023-12-27T22:12:12.351 INFO:teuthology.orchestra.run.smithi115.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:12.351 INFO:teuthology.orchestra.run.smithi115.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:12.351 INFO:teuthology.orchestra.run.smithi115.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-27T22:12:12.351 INFO:teuthology.orchestra.run.smithi115.stdout: criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:12.351 INFO:teuthology.orchestra.run.smithi115.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:12.351 INFO:teuthology.orchestra.run.smithi115.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:12.351 INFO:teuthology.orchestra.run.smithi115.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-27T22:12:12.351 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-27T22:12:12.351 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-27T22:12:12.351 INFO:teuthology.orchestra.run.smithi115.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:12.351 INFO:teuthology.orchestra.run.smithi115.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:12.351 INFO:teuthology.orchestra.run.smithi115.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-27T22:12:12.352 INFO:teuthology.orchestra.run.smithi115.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-27T22:12:12.352 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-27T22:12:12.352 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2023-12-27T22:12:12.631 DEBUG:teuthology.parallel:result is None 2023-12-27T22:12:14.199 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 31/31 2023-12-27T22:12:14.710 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2023-12-27T22:12:14.710 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/31 2023-12-27T22:12:14.710 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/31 2023-12-27T22:12:14.710 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/31 2023-12-27T22:12:14.710 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2023-12-27T22:12:14.710 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/31 2023-12-27T22:12:14.710 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/31 2023-12-27T22:12:14.710 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/31 2023-12-27T22:12:14.710 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/31 2023-12-27T22:12:14.710 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/31 2023-12-27T22:12:14.711 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/31 2023-12-27T22:12:14.711 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/31 2023-12-27T22:12:14.711 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/31 2023-12-27T22:12:14.711 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/31 2023-12-27T22:12:14.711 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 14/31 2023-12-27T22:12:14.711 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 15/31 2023-12-27T22:12:14.711 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 16/31 2023-12-27T22:12:14.711 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 17/31 2023-12-27T22:12:14.711 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : containernetworking-plugins-1:1.3.0-5.module_el8+7 18/31 2023-12-27T22:12:14.711 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : containernetworking-plugins-1:1.1.1-3.module_el8.7 19/31 2023-12-27T22:12:14.711 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : containers-common-2:1-57.module_el8+712+4cd1bd69.x 20/31 2023-12-27T22:12:14.711 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : containers-common-2:1-49.module_el8.8.0+1254+78119 21/31 2023-12-27T22:12:14.711 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 22/31 2023-12-27T22:12:14.711 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 23/31 2023-12-27T22:12:14.712 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 24/31 2023-12-27T22:12:14.712 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 25/31 2023-12-27T22:12:14.712 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 26/31 2023-12-27T22:12:14.712 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 27/31 2023-12-27T22:12:14.712 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 28/31 2023-12-27T22:12:14.712 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 29/31 2023-12-27T22:12:14.712 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 30/31 2023-12-27T22:12:15.866 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 31/31 2023-12-27T22:12:15.866 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-27T22:12:15.866 INFO:teuthology.orchestra.run.smithi005.stdout:Upgraded: 2023-12-27T22:12:15.866 INFO:teuthology.orchestra.run.smithi005.stdout: conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:15.867 INFO:teuthology.orchestra.run.smithi005.stdout: container-selinux-2:2.224.0-1.module_el8+712+4cd1bd69.noarch 2023-12-27T22:12:15.867 INFO:teuthology.orchestra.run.smithi005.stdout: containernetworking-plugins-1:1.3.0-5.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:15.867 INFO:teuthology.orchestra.run.smithi005.stdout: containers-common-2:1-57.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:15.867 INFO:teuthology.orchestra.run.smithi005.stdout: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:15.867 INFO:teuthology.orchestra.run.smithi005.stdout: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:15.867 INFO:teuthology.orchestra.run.smithi005.stdout: libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:15.868 INFO:teuthology.orchestra.run.smithi005.stdout: runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:15.868 INFO:teuthology.orchestra.run.smithi005.stdout: slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:15.868 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-12-27T22:12:15.868 INFO:teuthology.orchestra.run.smithi005.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:15.868 INFO:teuthology.orchestra.run.smithi005.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:15.868 INFO:teuthology.orchestra.run.smithi005.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-27T22:12:15.869 INFO:teuthology.orchestra.run.smithi005.stdout: criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:15.869 INFO:teuthology.orchestra.run.smithi005.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:15.869 INFO:teuthology.orchestra.run.smithi005.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:15.869 INFO:teuthology.orchestra.run.smithi005.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-27T22:12:15.869 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-27T22:12:15.869 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-27T22:12:15.870 INFO:teuthology.orchestra.run.smithi005.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:15.870 INFO:teuthology.orchestra.run.smithi005.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-27T22:12:15.870 INFO:teuthology.orchestra.run.smithi005.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-27T22:12:15.870 INFO:teuthology.orchestra.run.smithi005.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-27T22:12:15.870 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-27T22:12:15.870 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-12-27T22:12:16.189 DEBUG:teuthology.parallel:result is None 2023-12-27T22:12:16.190 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-27T22:12:16.332 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': 'c5564c7988cbaadc3382253af5843a8595347c2d'} 2023-12-27T22:12:16.332 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15.2.0 2023-12-27T22:12:16.333 INFO:tasks.cephadm:Cluster fsid is fe802a76-a504-11ee-95a5-87774f69a715 2023-12-27T22:12:16.333 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-27T22:12:16.333 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.5', 'mon.c': '[v2:172.21.15.5:3301,v1:172.21.15.5:6790]', 'mon.b': '172.21.15.115'} 2023-12-27T22:12:16.333 INFO:tasks.cephadm:First mon is mon.a on smithi005 2023-12-27T22:12:16.334 INFO:tasks.cephadm:First mgr is y 2023-12-27T22:12:16.334 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-27T22:12:16.334 DEBUG:teuthology.orchestra.run.smithi005:> sudo hostname $(hostname -s) 2023-12-27T22:12:16.364 DEBUG:teuthology.orchestra.run.smithi115:> sudo hostname $(hostname -s) 2023-12-27T22:12:16.399 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v15.2.0)... 2023-12-27T22:12:16.399 DEBUG:teuthology.orchestra.run.smithi005:> 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-27T22:12:16.646 INFO:teuthology.orchestra.run.smithi005.stdout:-rw-rw-r--. 1 ubuntu ubuntu 151122 Dec 27 22:12 /home/ubuntu/cephtest/cephadm 2023-12-27T22:12:16.646 DEBUG:teuthology.orchestra.run.smithi115:> 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-27T22:12:16.964 INFO:teuthology.orchestra.run.smithi115.stdout:-rw-rw-r--. 1 ubuntu ubuntu 151122 Dec 27 22:12 /home/ubuntu/cephtest/cephadm 2023-12-27T22:12:16.964 DEBUG:teuthology.orchestra.run.smithi005:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-27T22:12:16.985 DEBUG:teuthology.orchestra.run.smithi115:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-27T22:12:17.018 DEBUG:teuthology.orchestra.run.smithi005:> sudo mkdir -p /etc/ceph 2023-12-27T22:12:17.057 DEBUG:teuthology.orchestra.run.smithi115:> sudo mkdir -p /etc/ceph 2023-12-27T22:12:17.089 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod 777 /etc/ceph 2023-12-27T22:12:17.126 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod 777 /etc/ceph 2023-12-27T22:12:17.162 INFO:tasks.cephadm:Writing seed config... 2023-12-27T22:12:17.191 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2023-12-27T22:12:17.191 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-27T22:12:17.191 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-27T22:12:17.192 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-27T22:12:17.192 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-27T22:12:17.192 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-27T22:12:17.192 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-27T22:12:17.192 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-27T22:12:17.192 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-12-27T22:12:17.192 DEBUG:teuthology.orchestra.run.smithi005:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-27T22:12:17.212 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 = fe802a76-a504-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-27T22:12:17.212 DEBUG:teuthology.orchestra.run.smithi005:mon.a> sudo journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@mon.a.service 2023-12-27T22:12:17.254 DEBUG:teuthology.orchestra.run.smithi005:mgr.y> sudo journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@mgr.y.service 2023-12-27T22:12:17.283 INFO:journalctl@ceph.mon.a.smithi005.stdout:-- Logs begin at Wed 2023-12-27 22:03:14 UTC. -- 2023-12-27T22:12:17.284 INFO:tasks.cephadm:Bootstrapping... 2023-12-27T22:12:17.284 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 -v bootstrap --fsid fe802a76-a504-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.5 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-27T22:12:17.312 INFO:journalctl@ceph.mgr.y.smithi005.stdout:-- Logs begin at Wed 2023-12-27 22:03:14 UTC. -- 2023-12-27T22:12:17.434 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Verifying podman|docker is present... 2023-12-27T22:12:17.434 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Verifying lvm2 is present... 2023-12-27T22:12:17.434 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Verifying time synchronization is in place... 2023-12-27T22:12:17.434 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2023-12-27T22:12:17.440 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-27T22:12:17.440 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2023-12-27T22:12:17.445 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:systemctl:stdout inactive 2023-12-27T22:12:17.445 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2023-12-27T22:12:17.450 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:systemctl:stdout enabled 2023-12-27T22:12:17.450 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2023-12-27T22:12:17.456 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:systemctl:stdout active 2023-12-27T22:12:17.456 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Unit chronyd.service is enabled and running 2023-12-27T22:12:17.456 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Repeating the final host check... 2023-12-27T22:12:17.457 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:podman|docker (/bin/podman) is present 2023-12-27T22:12:17.457 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:systemctl is present 2023-12-27T22:12:17.457 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:lvcreate is present 2023-12-27T22:12:17.457 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2023-12-27T22:12:17.461 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-27T22:12:17.461 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2023-12-27T22:12:17.466 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:systemctl:stdout inactive 2023-12-27T22:12:17.466 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2023-12-27T22:12:17.471 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:systemctl:stdout enabled 2023-12-27T22:12:17.471 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2023-12-27T22:12:17.477 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:systemctl:stdout active 2023-12-27T22:12:17.477 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Unit chronyd.service is enabled and running 2023-12-27T22:12:17.477 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Host looks OK 2023-12-27T22:12:17.477 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:root:Cluster fsid: fe802a76-a504-11ee-95a5-87774f69a715 2023-12-27T22:12:17.477 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Acquiring lock 140075888306328 on /run/cephadm/fe802a76-a504-11ee-95a5-87774f69a715.lock 2023-12-27T22:12:17.477 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Lock 140075888306328 acquired on /run/cephadm/fe802a76-a504-11ee-95a5-87774f69a715.lock 2023-12-27T22:12:17.478 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Verifying IP 172.21.15.5 port 3300 ... 2023-12-27T22:12:17.478 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Verifying IP 172.21.15.5 port 6789 ... 2023-12-27T22:12:17.478 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Base mon IP is 172.21.15.5, final addrv is [v2:172.21.15.5:3300,v1:172.21.15.5:6789] 2023-12-27T22:12:17.478 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /sbin/ip route ls 2023-12-27T22:12:17.479 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/sbin/ip:stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.5 metric 100 2023-12-27T22:12:17.479 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/sbin/ip:stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.5 metric 100 2023-12-27T22:12:17.480 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Mon IP 172.21.15.5 is in CIDR network 172.21.0.0/20 2023-12-27T22:12:17.481 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Pulling latest docker.io/ceph/ceph:v15.2.0 container... 2023-12-27T22:12:17.481 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman pull docker.io/ceph/ceph:v15.2.0 2023-12-27T22:12:19.053 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/bin/podman:stderr Trying to pull docker.io/ceph/ceph:v15.2.0... 2023-12-27T22:12:25.891 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/bin/podman:stderr Getting image source signatures 2023-12-27T22:12:25.905 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/bin/podman:stderr Copying blob sha256:120f0bd0d532e2094e4c344cda2d32931787ee8c2e5d6b9ddd4698dfe3ef6110 2023-12-27T22:12:25.906 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/bin/podman:stderr Copying blob sha256:8a29a15cefaeccf6545f7ecf11298f9672d2f0cdaf9e357a95133ac3ad3e1f07 2023-12-27T22:12:37.211 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/bin/podman:stderr Copying config sha256:204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 2023-12-27T22:12:37.260 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/bin/podman:stderr Writing manifest to image destination 2023-12-27T22:12:37.542 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/bin/podman:stdout 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 2023-12-27T22:12:37.556 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Extracting ceph user uid/gid from container image... 2023-12-27T22:12:37.556 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi005', '--entrypoint', 'stat', 'docker.io/ceph/ceph:v15.2.0', '-c', '%u %g', '/var/lib/ceph'] 2023-12-27T22:12:37.556 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi005 --entrypoint stat docker.io/ceph/ceph:v15.2.0 -c %u %g /var/lib/ceph 2023-12-27T22:12:37.958 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:stat:stdout 167 167 2023-12-27T22:12:38.307 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Creating initial keys... 2023-12-27T22:12:38.307 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi005', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2023-12-27T22:12:38.307 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi005 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2023-12-27T22:12:38.608 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQBWoYxl+XZYIRAAx/awaAd1iBE9+wL9Ut1ATw== 2023-12-27T22:12:38.938 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi005', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2023-12-27T22:12:38.938 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi005 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2023-12-27T22:12:39.248 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQBXoYxlkoVjDRAAiB+zNbh0A3jnDHpbqcCcOQ== 2023-12-27T22:12:39.577 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi005', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2023-12-27T22:12:39.577 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi005 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2023-12-27T22:12:39.857 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQBXoYxlSWSiMRAAwASSFtR7TEgUoj3ae9Y3Yw== 2023-12-27T22:12:40.193 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Creating initial monmap... 2023-12-27T22:12:40.193 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi005', '-v', '/tmp/ceph-tmpgif8vhs8:/tmp/monmap:z', '--entrypoint', '/usr/bin/monmaptool', 'docker.io/ceph/ceph:v15.2.0', '--create', '--clobber', '--fsid', 'fe802a76-a504-11ee-95a5-87774f69a715', '--addv', 'a', '[v2:172.21.15.5:3300,v1:172.21.15.5:6789]', '/tmp/monmap'] 2023-12-27T22:12:40.194 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi005 -v /tmp/ceph-tmpgif8vhs8:/tmp/monmap:z --entrypoint /usr/bin/monmaptool docker.io/ceph/ceph:v15.2.0 --create --clobber --fsid fe802a76-a504-11ee-95a5-87774f69a715 --addv a [v2:172.21.15.5:3300,v1:172.21.15.5:6789] /tmp/monmap 2023-12-27T22:12:40.473 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-27T22:12:40.474 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: set fsid to fe802a76-a504-11ee-95a5-87774f69a715 2023-12-27T22:12:40.474 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-27T22:12:40.820 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Creating mon... 2023-12-27T22:12:40.821 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi005', '-v', '/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/var/lib/ceph/fe802a76-a504-11ee-95a5-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z', '-v', '/tmp/ceph-tmpq_vs7d97:/tmp/keyring:z', '-v', '/tmp/ceph-tmpgif8vhs8:/tmp/monmap:z', '--entrypoint', '/usr/bin/ceph-mon', 'docker.io/ceph/ceph:v15.2.0', '--mkfs', '-i', 'a', '--fsid', 'fe802a76-a504-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-27T22:12:40.821 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi005 -v /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/fe802a76-a504-11ee-95a5-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmpq_vs7d97:/tmp/keyring:z -v /tmp/ceph-tmpgif8vhs8:/tmp/monmap:z --entrypoint /usr/bin/ceph-mon docker.io/ceph/ceph:v15.2.0 --mkfs -i a --fsid fe802a76-a504-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-27T22:12:41.122 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.081+0000 7fec159bf6c0 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-27T22:12:41.122 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.081+0000 7fec159bf6c0 1 imported monmap: 2023-12-27T22:12:41.122 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr epoch 0 2023-12-27T22:12:41.122 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr fsid fe802a76-a504-11ee-95a5-87774f69a715 2023-12-27T22:12:41.122 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr last_changed 2023-12-27T22:12:40.455623+0000 2023-12-27T22:12:41.122 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr created 2023-12-27T22:12:40.455623+0000 2023-12-27T22:12:41.122 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr min_mon_release 0 (unknown) 2023-12-27T22:12:41.122 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 0: [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon.a 2023-12-27T22:12:41.123 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-27T22:12:41.123 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.081+0000 7fec159bf6c0 0 /usr/bin/ceph-mon: set fsid to fe802a76-a504-11ee-95a5-87774f69a715 2023-12-27T22:12:41.123 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 0 set rocksdb option compression = kNoCompression 2023-12-27T22:12:41.123 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-12-27T22:12:41.123 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 0 set rocksdb option write_buffer_size = 33554432 2023-12-27T22:12:41.123 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 0 set rocksdb option compression = kNoCompression 2023-12-27T22:12:41.123 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-12-27T22:12:41.123 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 0 set rocksdb option write_buffer_size = 33554432 2023-12-27T22:12:41.123 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: RocksDB version: 6.1.2 2023-12-27T22:12:41.123 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-27T22:12:41.123 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-27T22:12:41.123 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Compile date Mar 23 2020 2023-12-27T22:12:41.123 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: DB SUMMARY 2023-12-27T22:12:41.123 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-27T22:12:41.123 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2023-12-27T22:12:41.123 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-27T22:12:41.124 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2023-12-27T22:12:41.124 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-27T22:12:41.124 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.error_if_exists: 0 2023-12-27T22:12:41.124 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.create_if_missing: 1 2023-12-27T22:12:41.124 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.paranoid_checks: 1 2023-12-27T22:12:41.124 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.env: 0x55838056b1a0 2023-12-27T22:12:41.124 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.info_log: 0x55838152ba80 2023-12-27T22:12:41.124 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-27T22:12:41.124 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.statistics: (nil) 2023-12-27T22:12:41.124 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.use_fsync: 0 2023-12-27T22:12:41.124 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.max_log_file_size: 0 2023-12-27T22:12:41.124 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-27T22:12:41.124 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-27T22:12:41.124 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-27T22:12:41.124 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-27T22:12:41.124 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.allow_fallocate: 1 2023-12-27T22:12:41.125 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-27T22:12:41.125 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-27T22:12:41.125 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.use_direct_reads: 0 2023-12-27T22:12:41.125 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-27T22:12:41.125 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.create_missing_column_families: 0 2023-12-27T22:12:41.125 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.db_log_dir: 2023-12-27T22:12:41.125 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-27T22:12:41.125 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-27T22:12:41.125 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.max_subcompactions: 1 2023-12-27T22:12:41.125 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.max_background_flushes: -1 2023-12-27T22:12:41.125 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-27T22:12:41.125 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-27T22:12:41.125 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-27T22:12:41.125 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-27T22:12:41.125 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.advise_random_on_open: 1 2023-12-27T22:12:41.126 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-27T22:12:41.126 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.write_buffer_manager: 0x5583820ca120 2023-12-27T22:12:41.126 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-27T22:12:41.126 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-27T22:12:41.126 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-27T22:12:41.126 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-27T22:12:41.126 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.rate_limiter: (nil) 2023-12-27T22:12:41.126 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-27T22:12:41.126 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-27T22:12:41.126 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-27T22:12:41.126 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-27T22:12:41.126 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-27T22:12:41.126 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-27T22:12:41.126 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-27T22:12:41.126 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-27T22:12:41.127 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.row_cache: None 2023-12-27T22:12:41.127 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.wal_filter: None 2023-12-27T22:12:41.127 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-27T22:12:41.127 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-27T22:12:41.127 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.preserve_deletes: 0 2023-12-27T22:12:41.127 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.two_write_queues: 0 2023-12-27T22:12:41.127 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.manual_wal_flush: 0 2023-12-27T22:12:41.127 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.atomic_flush: 0 2023-12-27T22:12:41.127 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-27T22:12:41.127 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.max_background_jobs: 2 2023-12-27T22:12:41.127 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.max_background_compactions: -1 2023-12-27T22:12:41.127 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-27T22:12:41.127 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-27T22:12:41.127 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-27T22:12:41.127 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.max_total_wal_size: 0 2023-12-27T22:12:41.128 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-27T22:12:41.128 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-27T22:12:41.128 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-27T22:12:41.128 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-27T22:12:41.128 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.max_open_files: -1 2023-12-27T22:12:41.128 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.bytes_per_sync: 0 2023-12-27T22:12:41.128 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-27T22:12:41.128 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-27T22:12:41.128 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Compression algorithms supported: 2023-12-27T22:12:41.128 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-27T22:12:41.128 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: kZSTD supported: 0 2023-12-27T22:12:41.128 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: kXpressCompression supported: 0 2023-12-27T22:12:41.128 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-27T22:12:41.128 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: kLZ4Compression supported: 1 2023-12-27T22:12:41.129 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: kBZip2Compression supported: 0 2023-12-27T22:12:41.129 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: kZlibCompression supported: 1 2023-12-27T22:12:41.129 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: kSnappyCompression supported: 1 2023-12-27T22:12:41.129 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-27T22:12:41.129 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.082+0000 7fec159bf6c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2023-12-27T22:12:41.129 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-27T22:12:41.129 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2023-12-27T22:12:41.129 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-27T22:12:41.129 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2023-12-27T22:12:41.129 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-27T22:12:41.129 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-27T22:12:41.129 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.merge_operator: 2023-12-27T22:12:41.129 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.compaction_filter: None 2023-12-27T22:12:41.129 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.compaction_filter_factory: None 2023-12-27T22:12:41.129 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-27T22:12:41.130 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-27T22:12:41.130 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558381450130) 2023-12-27T22:12:41.130 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks: 1 2023-12-27T22:12:41.130 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks_with_high_priority: 1 2023-12-27T22:12:41.130 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-27T22:12:41.130 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_top_level_index_and_filter: 1 2023-12-27T22:12:41.130 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_type: 0 2023-12-27T22:12:41.130 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_index_type: 0 2023-12-27T22:12:41.130 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_hash_table_util_ratio: 0.750000 2023-12-27T22:12:41.130 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr hash_index_allow_collision: 1 2023-12-27T22:12:41.130 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr checksum: 1 2023-12-27T22:12:41.130 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr no_block_cache: 0 2023-12-27T22:12:41.130 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache: 0x55838148a510 2023-12-27T22:12:41.130 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_name: BinnedLRUCache 2023-12-27T22:12:41.130 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_options: 2023-12-27T22:12:41.130 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr capacity : 536870912 2023-12-27T22:12:41.131 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr num_shard_bits : 4 2023-12-27T22:12:41.131 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr strict_capacity_limit : 0 2023-12-27T22:12:41.131 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr high_pri_pool_ratio: 0.000 2023-12-27T22:12:41.131 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_compressed: (nil) 2023-12-27T22:12:41.131 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr persistent_cache: (nil) 2023-12-27T22:12:41.131 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size: 4096 2023-12-27T22:12:41.131 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size_deviation: 10 2023-12-27T22:12:41.131 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_restart_interval: 16 2023-12-27T22:12:41.131 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_block_restart_interval: 1 2023-12-27T22:12:41.131 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr metadata_block_size: 4096 2023-12-27T22:12:41.131 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr partition_filters: 0 2023-12-27T22:12:41.131 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr use_delta_encoding: 1 2023-12-27T22:12:41.131 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr filter_policy: rocksdb.BuiltinBloomFilter 2023-12-27T22:12:41.131 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr whole_key_filtering: 1 2023-12-27T22:12:41.131 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr verify_compression: 0 2023-12-27T22:12:41.132 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr read_amp_bytes_per_bit: 0 2023-12-27T22:12:41.132 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr format_version: 2 2023-12-27T22:12:41.132 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr enable_index_compression: 1 2023-12-27T22:12:41.132 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_align: 0 2023-12-27T22:12:41.132 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-27T22:12:41.132 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-27T22:12:41.132 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-27T22:12:41.132 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.compression: NoCompression 2023-12-27T22:12:41.132 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-27T22:12:41.132 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-27T22:12:41.132 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-27T22:12:41.132 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.num_levels: 7 2023-12-27T22:12:41.132 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-27T22:12:41.132 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-27T22:12:41.133 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-27T22:12:41.133 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-27T22:12:41.133 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-27T22:12:41.133 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-27T22:12:41.133 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-27T22:12:41.133 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-27T22:12:41.133 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-27T22:12:41.133 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.compression_opts.level: 32767 2023-12-27T22:12:41.133 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-27T22:12:41.133 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-27T22:12:41.133 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-27T22:12:41.133 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.compression_opts.enabled: false 2023-12-27T22:12:41.133 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-27T22:12:41.133 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-27T22:12:41.133 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-27T22:12:41.134 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-27T22:12:41.134 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-27T22:12:41.134 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-27T22:12:41.134 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-27T22:12:41.134 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-27T22:12:41.134 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-27T22:12:41.134 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-27T22:12:41.134 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-27T22:12:41.134 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-27T22:12:41.134 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-27T22:12:41.134 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-27T22:12:41.134 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-27T22:12:41.134 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-27T22:12:41.134 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-27T22:12:41.134 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.arena_block_size: 4194304 2023-12-27T22:12:41.135 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-27T22:12:41.135 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-27T22:12:41.135 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-27T22:12:41.135 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-27T22:12:41.135 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-27T22:12:41.135 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-27T22:12:41.135 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-27T22:12:41.135 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-27T22:12:41.135 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-27T22:12:41.135 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-27T22:12:41.135 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-27T22:12:41.135 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-27T22:12:41.135 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-27T22:12:41.135 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-27T22:12:41.136 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.table_properties_collectors: 2023-12-27T22:12:41.136 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.inplace_update_support: 0 2023-12-27T22:12:41.136 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-27T22:12:41.136 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-27T22:12:41.136 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-27T22:12:41.136 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-27T22:12:41.136 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.bloom_locality: 0 2023-12-27T22:12:41.136 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.max_successive_merges: 0 2023-12-27T22:12:41.136 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-27T22:12:41.136 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-27T22:12:41.136 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.force_consistency_checks: 0 2023-12-27T22:12:41.136 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-27T22:12:41.136 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: Options.ttl: 0 2023-12-27T22:12:41.136 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 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-27T22:12:41.137 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-27T22:12:41.137 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.083+0000 7fec159bf6c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2023-12-27T22:12:41.137 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-27T22:12:41.137 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.084+0000 7fec159bf6c0 4 rocksdb: DB pointer 0x558381525200 2023-12-27T22:12:41.137 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.084+0000 7febfeb80700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2023-12-27T22:12:41.137 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.084+0000 7febfeb80700 4 rocksdb: [db/db_impl.cc:778] 2023-12-27T22:12:41.137 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** DB Stats ** 2023-12-27T22:12:41.137 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2023-12-27T22:12:41.137 INFO:teuthology.orchestra.run.smithi005.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-27T22:12:41.137 INFO:teuthology.orchestra.run.smithi005.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-27T22:12:41.137 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-27T22:12:41.137 INFO:teuthology.orchestra.run.smithi005.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-27T22:12:41.137 INFO:teuthology.orchestra.run.smithi005.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-27T22:12:41.137 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-27T22:12:41.137 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-27T22:12:41.138 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2023-12-27T22:12:41.138 INFO:teuthology.orchestra.run.smithi005.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-27T22:12:41.138 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-27T22:12:41.138 INFO:teuthology.orchestra.run.smithi005.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-27T22:12:41.138 INFO:teuthology.orchestra.run.smithi005.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-27T22:12:41.138 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-27T22:12:41.138 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2023-12-27T22:12:41.138 INFO:teuthology.orchestra.run.smithi005.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-27T22:12:41.138 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-27T22:12:41.138 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2023-12-27T22:12:41.138 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2023-12-27T22:12:41.138 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-12-27T22:12:41.138 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2023-12-27T22:12:41.138 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2023-12-27T22:12:41.138 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2023-12-27T22:12:41.139 INFO:teuthology.orchestra.run.smithi005.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-27T22:12:41.139 INFO:teuthology.orchestra.run.smithi005.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-27T22:12:41.139 INFO:teuthology.orchestra.run.smithi005.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-27T22:12:41.139 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-27T22:12:41.139 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2023-12-27T22:12:41.139 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-27T22:12:41.139 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2023-12-27T22:12:41.139 INFO:teuthology.orchestra.run.smithi005.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-27T22:12:41.139 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-27T22:12:41.139 INFO:teuthology.orchestra.run.smithi005.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-27T22:12:41.139 INFO:teuthology.orchestra.run.smithi005.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-27T22:12:41.139 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-27T22:12:41.139 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2023-12-27T22:12:41.139 INFO:teuthology.orchestra.run.smithi005.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-27T22:12:41.140 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-27T22:12:41.140 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2023-12-27T22:12:41.140 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2023-12-27T22:12:41.140 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-12-27T22:12:41.140 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2023-12-27T22:12:41.140 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2023-12-27T22:12:41.140 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2023-12-27T22:12:41.140 INFO:teuthology.orchestra.run.smithi005.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-27T22:12:41.140 INFO:teuthology.orchestra.run.smithi005.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-27T22:12:41.140 INFO:teuthology.orchestra.run.smithi005.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-27T22:12:41.140 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-27T22:12:41.140 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2023-12-27T22:12:41.140 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-27T22:12:41.140 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.085+0000 7fec159bf6c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2023-12-27T22:12:41.140 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.086+0000 7fec159bf6c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2023-12-27T22:12:41.140 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-27T22:12:41.086+0000 7fec159bf6c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2023-12-27T22:12:41.452 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/fe802a76-a504-11ee-95a5-87774f69a715 2023-12-27T22:12:41.456 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl disable ceph.target 2023-12-27T22:12:41.548 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl enable ceph.target 2023-12-27T22:12:41.555 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-27T22:12:41.635 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl start ceph.target 2023-12-27T22:12:41.641 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-fe802a76-a504-11ee-95a5-87774f69a715.target 2023-12-27T22:12:41.647 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-fe802a76-a504-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-fe802a76-a504-11ee-95a5-87774f69a715.target. 2023-12-27T22:12:41.647 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-fe802a76-a504-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-fe802a76-a504-11ee-95a5-87774f69a715.target. 2023-12-27T22:12:41.731 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl start ceph-fe802a76-a504-11ee-95a5-87774f69a715.target 2023-12-27T22:12:41.794 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2023-12-27T22:12:41.884 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-fe802a76-a504-11ee-95a5-87774f69a715@mon.a 2023-12-27T22:12:41.919 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-fe802a76-a504-11ee-95a5-87774f69a715@mon.a 2023-12-27T22:12:41.924 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-fe802a76-a504-11ee-95a5-87774f69a715@mon.a.service: Unit ceph-fe802a76-a504-11ee-95a5-87774f69a715@mon.a.service not loaded. 2023-12-27T22:12:41.924 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-fe802a76-a504-11ee-95a5-87774f69a715@mon.a 2023-12-27T22:12:41.929 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-fe802a76-a504-11ee-95a5-87774f69a715.target.wants/ceph-fe802a76-a504-11ee-95a5-87774f69a715@mon.a.service → /etc/systemd/system/ceph-fe802a76-a504-11ee-95a5-87774f69a715@.service. 2023-12-27T22:12:42.012 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl start ceph-fe802a76-a504-11ee-95a5-87774f69a715@mon.a 2023-12-27T22:12:42.063 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl is-enabled firewalld.service 2023-12-27T22:12:42.071 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:systemctl:stdout disabled 2023-12-27T22:12:42.072 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl is-active firewalld.service 2023-12-27T22:12:42.081 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:systemctl:stdout inactive 2023-12-27T22:12:42.081 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:firewalld.service is not enabled 2023-12-27T22:12:42.081 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Waiting for mon to start... 2023-12-27T22:12:42.081 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Waiting for mon... 2023-12-27T22:12:42.082 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi005 -v /var/lib/ceph/fe802a76-a504-11ee-95a5-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status 2023-12-27T22:12:42.331 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:42 smithi005 podman[107795]: Error: no container with ID or name "ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon.a" found: no such container 2023-12-27T22:12:42.332 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:42 smithi005 systemd[1]: Started Ceph mon.a for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:12:42.613 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:42 smithi005 bash[107812]: cluster 2023-12-27T22:12:42.447258+0000 mon.a (mon.0) 0 : [INF] mkfs fe802a76-a504-11ee-95a5-87774f69a715 2023-12-27T22:12:42.613 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:42 smithi005 bash[107812]: cluster 2023-12-27T22:12:42.431959+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-27T22:12:42.698 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout cluster: 2023-12-27T22:12:42.698 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout id: fe802a76-a504-11ee-95a5-87774f69a715 2023-12-27T22:12:42.698 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout health: HEALTH_OK 2023-12-27T22:12:42.698 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-27T22:12:42.698 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout services: 2023-12-27T22:12:42.698 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon: 1 daemons, quorum a (age 0.250868s) 2023-12-27T22:12:42.698 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr: no daemons active 2023-12-27T22:12:42.699 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd: 0 osds: 0 up, 0 in 2023-12-27T22:12:42.699 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-27T22:12:42.699 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout data: 2023-12-27T22:12:42.699 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pools: 0 pools, 0 pgs 2023-12-27T22:12:42.699 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout objects: 0 objects, 0 B 2023-12-27T22:12:42.699 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout usage: 0 B used, 0 B / 0 B avail 2023-12-27T22:12:42.699 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pgs: 2023-12-27T22:12:42.699 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-27T22:12:43.062 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Assimilating anything we can from ceph.conf... 2023-12-27T22:12:43.062 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi005', '-v', '/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/fe802a76-a504-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-27T22:12:43.062 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi005 -v /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z -v /var/lib/ceph/fe802a76-a504-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-27T22:12:43.533 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-27T22:12:43.533 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [global] 2023-12-27T22:12:43.533 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout fsid = fe802a76-a504-11ee-95a5-87774f69a715 2023-12-27T22:12:43.533 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_election_default_strategy = 1 2023-12-27T22:12:43.533 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_host = [v2:172.21.15.5:3300,v1:172.21.15.5:6789] 2023-12-27T22:12:43.533 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_pg_remap = true 2023-12-27T22:12:43.533 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_primary_affinity = true 2023-12-27T22:12:43.533 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_no_sortbitwise = false 2023-12-27T22:12:43.533 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_crush_chooseleaf_type = 0 2023-12-27T22:12:43.533 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-27T22:12:43.534 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mgr] 2023-12-27T22:12:43.534 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr/telemetry/nag = false 2023-12-27T22:12:43.534 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-27T22:12:43.534 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mon] 2023-12-27T22:12:43.534 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim = false 2023-12-27T22:12:43.534 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim_allowed = false 2023-12-27T22:12:43.534 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-27T22:12:43.534 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [osd] 2023-12-27T22:12:43.534 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_map_max_advance = 10 2023-12-27T22:12:43.534 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_memory_target_autotune = true 2023-12-27T22:12:43.534 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_sloppy_crc = true 2023-12-27T22:12:43.707 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:43 smithi005 bash[107812]: cluster 2023-12-27T22:12:42.446707+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-27T22:12:43.707 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:43 smithi005 bash[107812]: cluster 2023-12-27T22:12:42.446861+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0]} 2023-12-27T22:12:43.707 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:43 smithi005 bash[107812]: cluster 2023-12-27T22:12:42.448618+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-27T22:12:43.707 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:43 smithi005 bash[107812]: cluster 2023-12-27T22:12:42.450545+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-27T22:12:43.708 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:43 smithi005 bash[107812]: cluster 2023-12-27T22:12:42.450962+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-27T22:12:43.708 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:43 smithi005 bash[107812]: audit 2023-12-27T22:12:42.697543+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.5:0/636680751' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-27T22:12:43.892 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Generating new minimal ceph.conf... 2023-12-27T22:12:43.893 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi005', '-v', '/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/fe802a76-a504-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-27T22:12:43.893 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi005 -v /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z -v /var/lib/ceph/fe802a76-a504-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-27T22:12:44.665 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:44 smithi005 bash[107812]: audit 2023-12-27T22:12:43.528319+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.5:0/569668163' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-27T22:12:44.665 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:44 smithi005 bash[107812]: audit 2023-12-27T22:12:43.530880+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.5:0/569668163' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-27T22:12:44.665 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:44 smithi005 bash[107812]: audit 2023-12-27T22:12:44.361635+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.5:0/3541470454' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:12:44.825 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Restarting the monitor... 2023-12-27T22:12:44.826 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl restart ceph-fe802a76-a504-11ee-95a5-87774f69a715@mon.a 2023-12-27T22:12:45.082 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:44 smithi005 systemd[1]: Stopping Ceph mon.a for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:12:45.082 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:44 smithi005 bash[107812]: debug 2023-12-27T22:12:44.885+0000 7fb08115b700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-27T22:12:45.083 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:44 smithi005 bash[107812]: debug 2023-12-27T22:12:44.885+0000 7fb08115b700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-12-27T22:12:45.332 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 podman[108143]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon.a 2023-12-27T22:12:45.555 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Setting mon public_network... 2023-12-27T22:12:45.556 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi005', '-v', '/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpstm_6i7k:/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-27T22:12:45.556 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi005 -v /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpstm_6i7k:/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-27T22:12:45.792 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@mon.a.service: Succeeded. 2023-12-27T22:12:45.792 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 systemd[1]: Stopped Ceph mon.a for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:12:45.793 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 systemd[1]: Starting Ceph mon.a for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:12:45.793 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 podman[108185]: Error: no container with ID or name "ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon.a" found: no such container 2023-12-27T22:12:45.793 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 systemd[1]: Started Ceph mon.a for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:12:46.272 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.939+0000 7f28c41086c0 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-27T22:12:46.272 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.939+0000 7f28c41086c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2023-12-27T22:12:46.272 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.940+0000 7f28c41086c0 0 pidfile_write: ignore empty --pid-file 2023-12-27T22:12:46.273 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 0 load: jerasure load: lrc load: isa 2023-12-27T22:12:46.273 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 0 set rocksdb option compression = kNoCompression 2023-12-27T22:12:46.273 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-12-27T22:12:46.273 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 0 set rocksdb option write_buffer_size = 33554432 2023-12-27T22:12:46.273 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 0 set rocksdb option compression = kNoCompression 2023-12-27T22:12:46.273 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-12-27T22:12:46.273 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 0 set rocksdb option write_buffer_size = 33554432 2023-12-27T22:12:46.273 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 1 rocksdb: do_open column families: [default] 2023-12-27T22:12:46.273 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: RocksDB version: 6.1.2 2023-12-27T22:12:46.273 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-27T22:12:46.273 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Compile date Mar 23 2020 2023-12-27T22:12:46.273 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: DB SUMMARY 2023-12-27T22:12:46.273 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: CURRENT file: CURRENT 2023-12-27T22:12:46.273 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: IDENTITY file: IDENTITY 2023-12-27T22:12:46.274 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 109 Bytes 2023-12-27T22:12:46.274 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000004.sst 2023-12-27T22:12:46.274 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000006.log size: 64571 ; 2023-12-27T22:12:46.274 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.error_if_exists: 0 2023-12-27T22:12:46.274 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.create_if_missing: 0 2023-12-27T22:12:46.274 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.paranoid_checks: 1 2023-12-27T22:12:46.274 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.env: 0x55ec946b81a0 2023-12-27T22:12:46.274 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.info_log: 0x55ec957da9a0 2023-12-27T22:12:46.274 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-27T22:12:46.274 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.statistics: (nil) 2023-12-27T22:12:46.274 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.use_fsync: 0 2023-12-27T22:12:46.274 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.max_log_file_size: 0 2023-12-27T22:12:46.274 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-27T22:12:46.274 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-27T22:12:46.274 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-27T22:12:46.275 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-27T22:12:46.275 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.allow_fallocate: 1 2023-12-27T22:12:46.275 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-27T22:12:46.275 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-27T22:12:46.275 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.use_direct_reads: 0 2023-12-27T22:12:46.275 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-27T22:12:46.275 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.create_missing_column_families: 0 2023-12-27T22:12:46.275 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.db_log_dir: 2023-12-27T22:12:46.275 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-27T22:12:46.275 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-27T22:12:46.276 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.max_subcompactions: 1 2023-12-27T22:12:46.276 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.max_background_flushes: -1 2023-12-27T22:12:46.276 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-27T22:12:46.276 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-27T22:12:46.276 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-27T22:12:46.276 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-27T22:12:46.276 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.advise_random_on_open: 1 2023-12-27T22:12:46.277 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-27T22:12:46.277 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.write_buffer_manager: 0x55ec96372ae0 2023-12-27T22:12:46.277 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-27T22:12:46.277 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-27T22:12:46.277 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-27T22:12:46.277 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-27T22:12:46.278 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.rate_limiter: (nil) 2023-12-27T22:12:46.278 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-27T22:12:46.278 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-27T22:12:46.278 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-27T22:12:46.278 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-27T22:12:46.278 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-27T22:12:46.278 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-27T22:12:46.278 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-27T22:12:46.279 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-27T22:12:46.279 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.row_cache: None 2023-12-27T22:12:46.279 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.wal_filter: None 2023-12-27T22:12:46.279 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-27T22:12:46.279 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-27T22:12:46.279 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.preserve_deletes: 0 2023-12-27T22:12:46.279 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.two_write_queues: 0 2023-12-27T22:12:46.279 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.manual_wal_flush: 0 2023-12-27T22:12:46.279 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.atomic_flush: 0 2023-12-27T22:12:46.280 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-27T22:12:46.280 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.max_background_jobs: 2 2023-12-27T22:12:46.280 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.max_background_compactions: -1 2023-12-27T22:12:46.280 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-27T22:12:46.280 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-27T22:12:46.280 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-27T22:12:46.280 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.max_total_wal_size: 0 2023-12-27T22:12:46.280 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-27T22:12:46.280 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-27T22:12:46.281 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-27T22:12:46.281 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-27T22:12:46.281 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.max_open_files: -1 2023-12-27T22:12:46.281 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.bytes_per_sync: 0 2023-12-27T22:12:46.281 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-27T22:12:46.281 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-27T22:12:46.281 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Compression algorithms supported: 2023-12-27T22:12:46.281 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-27T22:12:46.282 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: kZSTD supported: 0 2023-12-27T22:12:46.282 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: kXpressCompression supported: 0 2023-12-27T22:12:46.282 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-27T22:12:46.282 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: kLZ4Compression supported: 1 2023-12-27T22:12:46.282 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: kBZip2Compression supported: 0 2023-12-27T22:12:46.282 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: kZlibCompression supported: 1 2023-12-27T22:12:46.282 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: kSnappyCompression supported: 1 2023-12-27T22:12:46.282 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.944+0000 7f28c41086c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-27T22:12:46.282 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 2023-12-27T22:12:46.282 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2023-12-27T22:12:46.282 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-27T22:12:46.283 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.merge_operator: 2023-12-27T22:12:46.283 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.compaction_filter: None 2023-12-27T22:12:46.283 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.compaction_filter_factory: None 2023-12-27T22:12:46.283 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-27T22:12:46.283 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-27T22:12:46.283 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ec956f6138) 2023-12-27T22:12:46.283 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: cache_index_and_filter_blocks: 1 2023-12-27T22:12:46.283 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: cache_index_and_filter_blocks_with_high_priority: 1 2023-12-27T22:12:46.283 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-27T22:12:46.283 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: pin_top_level_index_and_filter: 1 2023-12-27T22:12:46.283 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: index_type: 0 2023-12-27T22:12:46.283 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: data_block_index_type: 0 2023-12-27T22:12:46.283 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: data_block_hash_table_util_ratio: 0.750000 2023-12-27T22:12:46.283 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: hash_index_allow_collision: 1 2023-12-27T22:12:46.283 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: checksum: 1 2023-12-27T22:12:46.284 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: no_block_cache: 0 2023-12-27T22:12:46.284 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: block_cache: 0x55ec95730610 2023-12-27T22:12:46.284 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: block_cache_name: BinnedLRUCache 2023-12-27T22:12:46.284 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: block_cache_options: 2023-12-27T22:12:46.284 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: capacity : 536870912 2023-12-27T22:12:46.284 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: num_shard_bits : 4 2023-12-27T22:12:46.284 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: strict_capacity_limit : 0 2023-12-27T22:12:46.284 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: high_pri_pool_ratio: 0.000 2023-12-27T22:12:46.284 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: block_cache_compressed: (nil) 2023-12-27T22:12:46.284 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: persistent_cache: (nil) 2023-12-27T22:12:46.284 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: block_size: 4096 2023-12-27T22:12:46.284 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: block_size_deviation: 10 2023-12-27T22:12:46.284 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: block_restart_interval: 16 2023-12-27T22:12:46.284 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: index_block_restart_interval: 1 2023-12-27T22:12:46.284 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: metadata_block_size: 4096 2023-12-27T22:12:46.284 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: partition_filters: 0 2023-12-27T22:12:46.285 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: use_delta_encoding: 1 2023-12-27T22:12:46.285 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-27T22:12:46.285 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: whole_key_filtering: 1 2023-12-27T22:12:46.285 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: verify_compression: 0 2023-12-27T22:12:46.285 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: read_amp_bytes_per_bit: 0 2023-12-27T22:12:46.285 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: format_version: 2 2023-12-27T22:12:46.285 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: enable_index_compression: 1 2023-12-27T22:12:46.285 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: block_align: 0 2023-12-27T22:12:46.285 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-27T22:12:46.285 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-27T22:12:46.285 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.compression: NoCompression 2023-12-27T22:12:46.285 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-27T22:12:46.285 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-27T22:12:46.285 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-27T22:12:46.286 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.num_levels: 7 2023-12-27T22:12:46.286 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-27T22:12:46.286 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-27T22:12:46.286 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-27T22:12:46.286 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-27T22:12:46.286 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-27T22:12:46.286 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-27T22:12:46.286 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-27T22:12:46.286 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-27T22:12:46.287 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-27T22:12:46.287 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.compression_opts.level: 32767 2023-12-27T22:12:46.287 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-27T22:12:46.287 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-27T22:12:46.287 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-27T22:12:46.287 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.compression_opts.enabled: false 2023-12-27T22:12:46.288 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-27T22:12:46.288 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-27T22:12:46.288 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-27T22:12:46.288 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-27T22:12:46.288 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-27T22:12:46.288 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-27T22:12:46.288 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-27T22:12:46.289 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-27T22:12:46.289 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-27T22:12:46.289 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-27T22:12:46.289 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-27T22:12:46.289 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-27T22:12:46.289 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-27T22:12:46.289 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-27T22:12:46.290 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-27T22:12:46.290 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-27T22:12:46.290 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-27T22:12:46.290 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.arena_block_size: 4194304 2023-12-27T22:12:46.290 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-27T22:12:46.290 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-27T22:12:46.290 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-27T22:12:46.291 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-27T22:12:46.291 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-27T22:12:46.291 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-27T22:12:46.291 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-27T22:12:46.291 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-27T22:12:46.291 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-27T22:12:46.292 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-27T22:12:46.292 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-27T22:12:46.292 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-27T22:12:46.292 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-27T22:12:46.292 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-27T22:12:46.292 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.table_properties_collectors: 2023-12-27T22:12:46.292 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.inplace_update_support: 0 2023-12-27T22:12:46.293 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-27T22:12:46.293 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-27T22:12:46.293 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-27T22:12:46.293 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-27T22:12:46.293 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.bloom_locality: 0 2023-12-27T22:12:46.293 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.max_successive_merges: 0 2023-12-27T22:12:46.294 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-27T22:12:46.294 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-27T22:12:46.294 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.force_consistency_checks: 0 2023-12-27T22:12:46.294 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-27T22:12:46.294 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: Options.ttl: 0 2023-12-27T22:12:46.294 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 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-27T22:12:46.295 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 4 2023-12-27T22:12:46.295 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703715165947177, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-27T22:12:46.295 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.945+0000 7f28c41086c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #6 mode 2 2023-12-27T22:12:46.295 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.946+0000 7f28c41086c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703715165947981, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 61813, "table_properties": {"data_size": 60135, "index_size": 283, "filter_size": 581, "raw_key_size": 8582, "raw_average_key_size": 47, "raw_value_size": 55209, "raw_average_value_size": 303, "num_data_blocks": 9, "num_entries": 182, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2023-12-27T22:12:46.295 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.946+0000 7f28c41086c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 8 2023-12-27T22:12:46.295 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.946+0000 7f28c41086c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703715165948354, "job": 1, "event": "recovery_finished"} 2023-12-27T22:12:46.295 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.947+0000 7f28c41086c0 4 rocksdb: DB pointer 0x55ec957cc400 2023-12-27T22:12:46.296 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.948+0000 7f28ab255700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2023-12-27T22:12:46.296 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.948+0000 7f28ab255700 4 rocksdb: [db/db_impl.cc:778] 2023-12-27T22:12:46.296 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: ** DB Stats ** 2023-12-27T22:12:46.296 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-27T22:12:46.296 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: 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-27T22:12:46.296 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-27T22:12:46.296 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-27T22:12:46.297 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: 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-27T22:12:46.297 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-27T22:12:46.297 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-27T22:12:46.297 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: ** Compaction Stats [default] ** 2023-12-27T22:12:46.297 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: 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-27T22:12:46.297 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-27T22:12:46.298 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: L0 2/0 61.99 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 116.3 0.00 0.00 1 0.001 0 0 2023-12-27T22:12:46.298 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: Sum 2/0 61.99 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 116.3 0.00 0.00 1 0.001 0 0 2023-12-27T22:12:46.299 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 116.3 0.00 0.00 1 0.001 0 0 2023-12-27T22:12:46.299 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: ** Compaction Stats [default] ** 2023-12-27T22:12:46.299 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: 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-27T22:12:46.299 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-27T22:12:46.300 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 116.3 0.00 0.00 1 0.001 0 0 2023-12-27T22:12:46.300 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-27T22:12:46.300 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-27T22:12:46.300 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-27T22:12:46.300 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: AddFile(Total Files): cumulative 0, interval 0 2023-12-27T22:12:46.300 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-27T22:12:46.300 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: AddFile(Keys): cumulative 0, interval 0 2023-12-27T22:12:46.301 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: Cumulative compaction: 0.00 GB write, 19.40 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-27T22:12:46.301 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: Interval compaction: 0.00 GB write, 19.40 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-27T22:12:46.301 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: 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-27T22:12:46.301 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: ** File Read Latency Histogram By Level [default] ** 2023-12-27T22:12:46.301 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: ** Compaction Stats [default] ** 2023-12-27T22:12:46.301 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: 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-27T22:12:46.302 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-27T22:12:46.302 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: L0 2/0 61.99 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 116.3 0.00 0.00 1 0.001 0 0 2023-12-27T22:12:46.302 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: Sum 2/0 61.99 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 116.3 0.00 0.00 1 0.001 0 0 2023-12-27T22:12:46.302 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: 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-27T22:12:46.302 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: ** Compaction Stats [default] ** 2023-12-27T22:12:46.302 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: 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-27T22:12:46.302 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-27T22:12:46.303 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 116.3 0.00 0.00 1 0.001 0 0 2023-12-27T22:12:46.303 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-27T22:12:46.303 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-27T22:12:46.303 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-27T22:12:46.303 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: AddFile(Total Files): cumulative 0, interval 0 2023-12-27T22:12:46.303 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-27T22:12:46.304 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: AddFile(Keys): cumulative 0, interval 0 2023-12-27T22:12:46.304 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: Cumulative compaction: 0.00 GB write, 19.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-27T22:12:46.304 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: 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-27T22:12:46.304 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: 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-27T22:12:46.304 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: ** File Read Latency Histogram By Level [default] ** 2023-12-27T22:12:46.305 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.948+0000 7f28c41086c0 0 starting mon.a rank 0 at public addrs [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] at bind addrs [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid fe802a76-a504-11ee-95a5-87774f69a715 2023-12-27T22:12:46.305 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.949+0000 7f28c41086c0 1 mon.a@-1(???) e1 preinit fsid fe802a76-a504-11ee-95a5-87774f69a715 2023-12-27T22:12:46.305 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.949+0000 7f28c41086c0 0 mon.a@-1(???).mds e1 new map 2023-12-27T22:12:46.305 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.949+0000 7f28c41086c0 0 mon.a@-1(???).mds e1 print_map 2023-12-27T22:12:46.305 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: e1 2023-12-27T22:12:46.305 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: enable_multiple, ever_enabled_multiple: 0,0 2023-12-27T22:12:46.305 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: 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-27T22:12:46.306 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: legacy client fscid: -1 2023-12-27T22:12:46.306 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: 2023-12-27T22:12:46.306 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: No filesystems configured 2023-12-27T22:12:46.306 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.949+0000 7f28c41086c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-27T22:12:46.306 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.949+0000 7f28c41086c0 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-27T22:12:46.306 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.949+0000 7f28c41086c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-27T22:12:46.307 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: audit 2023-12-27T22:12:43.528319+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.5:0/569668163' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-27T22:12:46.307 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: audit 2023-12-27T22:12:43.530880+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.5:0/569668163' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-27T22:12:46.307 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: audit 2023-12-27T22:12:44.361635+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.5:0/3541470454' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:12:46.307 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:45 smithi005 bash[108203]: debug 2023-12-27T22:12:45.950+0000 7f28c41086c0 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-27T22:12:46.307 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:46 smithi005 bash[108203]: cluster 2023-12-27T22:12:45.966023+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-27T22:12:46.307 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:46 smithi005 bash[108203]: cluster 2023-12-27T22:12:45.966070+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0]} 2023-12-27T22:12:46.307 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:46 smithi005 bash[108203]: cluster 2023-12-27T22:12:45.966106+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2023-12-27T22:12:46.308 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:46 smithi005 bash[108203]: cluster 2023-12-27T22:12:45.966135+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-27T22:12:46.308 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:46 smithi005 bash[108203]: cluster 2023-12-27T22:12:45.966438+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-27T22:12:46.544 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Creating mgr... 2023-12-27T22:12:46.545 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2023-12-27T22:12:46.645 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-fe802a76-a504-11ee-95a5-87774f69a715@mgr.y 2023-12-27T22:12:46.670 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-fe802a76-a504-11ee-95a5-87774f69a715@mgr.y 2023-12-27T22:12:46.675 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-fe802a76-a504-11ee-95a5-87774f69a715@mgr.y.service: Unit ceph-fe802a76-a504-11ee-95a5-87774f69a715@mgr.y.service not loaded. 2023-12-27T22:12:46.676 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-fe802a76-a504-11ee-95a5-87774f69a715@mgr.y 2023-12-27T22:12:46.681 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-fe802a76-a504-11ee-95a5-87774f69a715.target.wants/ceph-fe802a76-a504-11ee-95a5-87774f69a715@mgr.y.service → /etc/systemd/system/ceph-fe802a76-a504-11ee-95a5-87774f69a715@.service. 2023-12-27T22:12:46.770 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl start ceph-fe802a76-a504-11ee-95a5-87774f69a715@mgr.y 2023-12-27T22:12:46.800 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:12:46 smithi005 systemd[1]: Starting Ceph mgr.y for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:12:46.807 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl is-enabled firewalld.service 2023-12-27T22:12:46.814 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:systemctl:stdout disabled 2023-12-27T22:12:46.814 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: systemctl is-active firewalld.service 2023-12-27T22:12:46.821 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:systemctl:stdout inactive 2023-12-27T22:12:46.821 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:firewalld.service is not enabled 2023-12-27T22:12:46.822 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-27T22:12:46.822 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Wrote config to /etc/ceph/ceph.conf 2023-12-27T22:12:46.822 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Waiting for mgr to start... 2023-12-27T22:12:46.823 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Waiting for mgr... 2023-12-27T22:12:46.823 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi005', '-v', '/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2023-12-27T22:12:46.823 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi005 -v /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2023-12-27T22:12:47.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:47 smithi005 bash[108203]: audit 2023-12-27T22:12:46.238886+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.5:0/2270136644' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]: dispatch 2023-12-27T22:12:47.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:47 smithi005 bash[108203]: audit 2023-12-27T22:12:46.240769+0000 mon.a (mon.0) 7 : audit [INF] from='client.? 172.21.15.5:0/2270136644' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]': finished 2023-12-27T22:12:47.114 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:12:46 smithi005 podman[108419]: Error: no container with ID or name "ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr.y" found: no such container 2023-12-27T22:12:47.114 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:12:46 smithi005 systemd[1]: Started Ceph mgr.y for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:12:47.315 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-27T22:12:47.315 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:47.315 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "fe802a76-a504-11ee-95a5-87774f69a715", 2023-12-27T22:12:47.315 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2023-12-27T22:12:47.315 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2023-12-27T22:12:47.315 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2023-12-27T22:12:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2023-12-27T22:12:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2023-12-27T22:12:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2023-12-27T22:12:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2023-12-27T22:12:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2023-12-27T22:12:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2023-12-27T22:12:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 1, 2023-12-27T22:12:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2023-12-27T22:12:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-27T22:12:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2023-12-27T22:12:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2023-12-27T22:12:47.316 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:47.317 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2023-12-27T22:12:47.317 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-27T22:12:47.317 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2023-12-27T22:12:47.317 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2023-12-27T22:12:47.317 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2023-12-27T22:12:47.317 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2023-12-27T22:12:47.317 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2023-12-27T22:12:47.317 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2023-12-27T22:12:47.317 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:47.317 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2023-12-27T22:12:47.317 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2023-12-27T22:12:47.317 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2023-12-27T22:12:47.317 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2023-12-27T22:12:47.317 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2023-12-27T22:12:47.317 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2023-12-27T22:12:47.318 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2023-12-27T22:12:47.318 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2023-12-27T22:12:47.318 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2023-12-27T22:12:47.318 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:47.318 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2023-12-27T22:12:47.318 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-27T22:12:47.318 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2023-12-27T22:12:47.318 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2023-12-27T22:12:47.318 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:47.318 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2023-12-27T22:12:47.318 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2023-12-27T22:12:47.318 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2023-12-27T22:12:47.318 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-12-27T22:12:47.318 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-12-27T22:12:47.318 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-12-27T22:12:47.318 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:47.319 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-27T22:12:47.319 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:47.319 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2023-12-27T22:12:47.319 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-27T22:12:47.319 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2023-12-27T22:12:42.447694+0000", 2023-12-27T22:12:47.319 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-27T22:12:47.319 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:47.319 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2023-12-27T22:12:47.319 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:47.657 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:mgr not available, waiting (1/10)... 2023-12-27T22:12:48.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:48 smithi005 bash[108203]: audit 2023-12-27T22:12:47.309749+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.5:0/288264072' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-27T22:12:48.659 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi005', '-v', '/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2023-12-27T22:12:48.659 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi005 -v /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2023-12-27T22:12:49.082 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-27T22:12:49.082 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:49.082 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "fe802a76-a504-11ee-95a5-87774f69a715", 2023-12-27T22:12:49.082 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2023-12-27T22:12:49.082 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2023-12-27T22:12:49.082 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2023-12-27T22:12:49.083 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2023-12-27T22:12:49.083 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:49.083 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2023-12-27T22:12:49.083 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2023-12-27T22:12:49.083 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2023-12-27T22:12:49.083 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:49.084 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2023-12-27T22:12:49.084 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2023-12-27T22:12:49.084 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:49.084 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 3, 2023-12-27T22:12:49.084 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2023-12-27T22:12:49.084 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-27T22:12:49.084 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2023-12-27T22:12:49.085 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2023-12-27T22:12:49.085 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:49.085 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2023-12-27T22:12:49.085 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-27T22:12:49.085 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2023-12-27T22:12:49.085 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2023-12-27T22:12:49.085 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2023-12-27T22:12:49.085 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2023-12-27T22:12:49.085 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2023-12-27T22:12:49.085 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2023-12-27T22:12:49.085 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:49.086 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2023-12-27T22:12:49.086 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2023-12-27T22:12:49.086 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2023-12-27T22:12:49.086 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2023-12-27T22:12:49.086 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2023-12-27T22:12:49.086 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2023-12-27T22:12:49.086 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2023-12-27T22:12:49.086 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2023-12-27T22:12:49.086 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2023-12-27T22:12:49.086 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:49.086 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2023-12-27T22:12:49.087 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-27T22:12:49.087 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2023-12-27T22:12:49.087 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2023-12-27T22:12:49.087 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:49.087 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2023-12-27T22:12:49.087 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2023-12-27T22:12:49.087 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2023-12-27T22:12:49.087 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-12-27T22:12:49.087 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-12-27T22:12:49.087 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-12-27T22:12:49.087 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:49.087 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-27T22:12:49.087 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:49.087 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2023-12-27T22:12:49.087 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-27T22:12:49.088 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2023-12-27T22:12:42.447694+0000", 2023-12-27T22:12:49.088 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-27T22:12:49.088 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:49.088 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2023-12-27T22:12:49.088 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:49.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:49 smithi005 bash[108203]: audit 2023-12-27T22:12:49.073919+0000 mon.a (mon.0) 9 : audit [DBG] from='client.? 172.21.15.5:0/1725589738' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-27T22:12:49.440 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:mgr not available, waiting (2/10)... 2023-12-27T22:12:50.441 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi005', '-v', '/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2023-12-27T22:12:50.441 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi005 -v /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2023-12-27T22:12:50.865 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-27T22:12:50.865 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:50.865 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "fe802a76-a504-11ee-95a5-87774f69a715", 2023-12-27T22:12:50.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2023-12-27T22:12:50.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2023-12-27T22:12:50.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2023-12-27T22:12:50.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2023-12-27T22:12:50.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:50.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2023-12-27T22:12:50.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2023-12-27T22:12:50.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2023-12-27T22:12:50.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:50.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2023-12-27T22:12:50.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2023-12-27T22:12:50.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:50.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 4, 2023-12-27T22:12:50.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2023-12-27T22:12:50.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-27T22:12:50.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2023-12-27T22:12:50.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2023-12-27T22:12:50.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:50.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2023-12-27T22:12:50.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-27T22:12:50.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2023-12-27T22:12:50.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2023-12-27T22:12:50.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2023-12-27T22:12:50.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2023-12-27T22:12:50.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2023-12-27T22:12:50.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2023-12-27T22:12:50.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:50.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2023-12-27T22:12:50.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2023-12-27T22:12:50.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2023-12-27T22:12:50.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2023-12-27T22:12:50.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2023-12-27T22:12:50.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2023-12-27T22:12:50.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2023-12-27T22:12:50.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2023-12-27T22:12:50.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2023-12-27T22:12:50.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:50.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2023-12-27T22:12:50.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-27T22:12:50.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2023-12-27T22:12:50.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2023-12-27T22:12:50.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:50.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2023-12-27T22:12:50.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2023-12-27T22:12:50.869 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2023-12-27T22:12:50.869 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-12-27T22:12:50.869 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-12-27T22:12:50.869 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-12-27T22:12:50.869 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:50.869 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-27T22:12:50.869 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:50.869 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2023-12-27T22:12:50.869 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-27T22:12:50.869 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2023-12-27T22:12:42.447694+0000", 2023-12-27T22:12:50.869 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-27T22:12:50.869 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:50.869 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2023-12-27T22:12:50.870 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:51.150 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:50 smithi005 bash[108203]: audit 2023-12-27T22:12:50.861190+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.5:0/2672031508' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-27T22:12:51.341 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:mgr not available, waiting (3/10)... 2023-12-27T22:12:52.342 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi005', '-v', '/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2023-12-27T22:12:52.342 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi005 -v /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2023-12-27T22:12:52.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:51 smithi005 bash[108203]: cluster 2023-12-27T22:12:50.942387+0000 mon.a (mon.0) 11 : cluster [INF] Activating manager daemon y 2023-12-27T22:12:52.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:51 smithi005 bash[108203]: cluster 2023-12-27T22:12:50.945115+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00285177s) 2023-12-27T22:12:52.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:51 smithi005 bash[108203]: audit 2023-12-27T22:12:50.945739+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.5:0/2786946198' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-27T22:12:52.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:51 smithi005 bash[108203]: audit 2023-12-27T22:12:50.945906+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.5:0/2786946198' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-27T22:12:52.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:51 smithi005 bash[108203]: audit 2023-12-27T22:12:50.946057+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.5:0/2786946198' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-27T22:12:52.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:51 smithi005 bash[108203]: audit 2023-12-27T22:12:50.946351+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.5:0/2786946198' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-27T22:12:52.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:51 smithi005 bash[108203]: audit 2023-12-27T22:12:50.946627+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.5:0/2786946198' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-27T22:12:52.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:51 smithi005 bash[108203]: cluster 2023-12-27T22:12:50.961656+0000 mon.a (mon.0) 18 : cluster [INF] Manager daemon y is now available 2023-12-27T22:12:52.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:51 smithi005 bash[108203]: audit 2023-12-27T22:12:50.971103+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.5:0/2786946198' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2023-12-27T22:12:52.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:51 smithi005 bash[108203]: audit 2023-12-27T22:12:51.399711+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.5:0/2786946198' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2023-12-27T22:12:52.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:51 smithi005 bash[108203]: cluster 2023-12-27T22:12:51.399744+0000 mon.a (mon.0) 21 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-27T22:12:52.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:51 smithi005 bash[108203]: audit 2023-12-27T22:12:51.400431+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.5:0/2786946198' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-27T22:12:52.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:51 smithi005 bash[108203]: audit 2023-12-27T22:12:51.407018+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.5:0/2786946198' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"9b2008f3-7548-4f8f-8f4d-568e24e46114"}]: dispatch 2023-12-27T22:12:52.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:51 smithi005 bash[108203]: audit 2023-12-27T22:12:51.408576+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.5:0/2786946198' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"9b2008f3-7548-4f8f-8f4d-568e24e46114"}]': finished 2023-12-27T22:12:52.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:51 smithi005 bash[108203]: audit 2023-12-27T22:12:51.408881+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.5:0/2786946198' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"6a50debc-f1d3-4b44-8e41-14ca7d010150"}]: dispatch 2023-12-27T22:12:52.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:51 smithi005 bash[108203]: audit 2023-12-27T22:12:51.410092+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.5:0/2786946198' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"6a50debc-f1d3-4b44-8e41-14ca7d010150"}]': finished 2023-12-27T22:12:53.511 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-27T22:12:53.511 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:53.511 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "fe802a76-a504-11ee-95a5-87774f69a715", 2023-12-27T22:12:53.511 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2023-12-27T22:12:53.511 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2023-12-27T22:12:53.511 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2023-12-27T22:12:53.511 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2023-12-27T22:12:53.511 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:53.511 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2023-12-27T22:12:53.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2023-12-27T22:12:53.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2023-12-27T22:12:53.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:53.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2023-12-27T22:12:53.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2023-12-27T22:12:53.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:53.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 7, 2023-12-27T22:12:53.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2023-12-27T22:12:53.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-27T22:12:53.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2023-12-27T22:12:53.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2023-12-27T22:12:53.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:53.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2023-12-27T22:12:53.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 3, 2023-12-27T22:12:53.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2023-12-27T22:12:53.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2023-12-27T22:12:53.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2023-12-27T22:12:53.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2023-12-27T22:12:53.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2023-12-27T22:12:53.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2023-12-27T22:12:53.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:53.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2023-12-27T22:12:53.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2023-12-27T22:12:53.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2023-12-27T22:12:53.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2023-12-27T22:12:53.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2023-12-27T22:12:53.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2023-12-27T22:12:53.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2023-12-27T22:12:53.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2023-12-27T22:12:53.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2023-12-27T22:12:53.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:53.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2023-12-27T22:12:53.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-27T22:12:53.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2023-12-27T22:12:53.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2023-12-27T22:12:53.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:53.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2023-12-27T22:12:53.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2023-12-27T22:12:53.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2023-12-27T22:12:53.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-12-27T22:12:53.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-12-27T22:12:53.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-12-27T22:12:53.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:53.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-27T22:12:53.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:53.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2023-12-27T22:12:53.515 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-27T22:12:53.515 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2023-12-27T22:12:42.447694+0000", 2023-12-27T22:12:53.515 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-27T22:12:53.515 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:53.515 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2023-12-27T22:12:53.515 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:53.613 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:53 smithi005 bash[108203]: cluster 2023-12-27T22:12:51.960627+0000 mon.a (mon.0) 27 : cluster [DBG] mgrmap e3: y(active, since 1.01837s) 2023-12-27T22:12:53.613 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:53 smithi005 bash[108203]: audit 2023-12-27T22:12:52.400475+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.5:0/2786946198' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-27T22:12:53.613 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:53 smithi005 bash[108203]: cluster 2023-12-27T22:12:52.400534+0000 mon.a (mon.0) 29 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-27T22:12:53.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:53 smithi005 bash[108203]: audit 2023-12-27T22:12:52.402517+0000 mon.a (mon.0) 30 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-27T22:12:53.901 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Enabling cephadm module... 2023-12-27T22:12:53.901 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi005', '-v', '/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'cephadm'] 2023-12-27T22:12:53.901 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi005 -v /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable cephadm 2023-12-27T22:12:54.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:54 smithi005 bash[108203]: audit 2023-12-27T22:12:53.293782+0000 mon.a (mon.0) 31 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-27T22:12:54.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:54 smithi005 bash[108203]: cluster 2023-12-27T22:12:53.401421+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e4: y(active, since 2s) 2023-12-27T22:12:54.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:54 smithi005 bash[108203]: audit 2023-12-27T22:12:53.506189+0000 mon.a (mon.0) 33 : audit [DBG] from='client.? 172.21.15.5:0/2868862018' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-27T22:12:55.588 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:55 smithi005 bash[108203]: audit 2023-12-27T22:12:54.401922+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.5:0/2136606917' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-27T22:12:55.589 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:12:55 smithi005 bash[108436]: ignoring --setuser ceph since I am not root 2023-12-27T22:12:55.589 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:12:55 smithi005 bash[108436]: ignoring --setgroup ceph since I am not root 2023-12-27T22:12:55.781 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi005', '-v', '/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2023-12-27T22:12:55.781 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi005 -v /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2023-12-27T22:12:56.301 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:56 smithi005 bash[108203]: audit 2023-12-27T22:12:55.300273+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.5:0/2136606917' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-27T22:12:56.301 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:56 smithi005 bash[108203]: cluster 2023-12-27T22:12:55.300322+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: y(active, since 4s) 2023-12-27T22:12:56.361 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:56.361 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 5, 2023-12-27T22:12:56.361 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14100, 2023-12-27T22:12:56.361 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2023-12-27T22:12:56.361 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2023-12-27T22:12:56.361 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-27T22:12:56.361 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:56.361 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-27T22:12:56.361 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.5:6800", 2023-12-27T22:12:56.361 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1549485592 2023-12-27T22:12:56.362 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.362 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:56.362 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2023-12-27T22:12:56.362 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.5:6801", 2023-12-27T22:12:56.362 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1549485592 2023-12-27T22:12:56.362 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.362 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-27T22:12:56.362 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.362 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.5:6801/1549485592", 2023-12-27T22:12:56.363 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2023-12-27T22:12:50.942250+0000", 2023-12-27T22:12:56.363 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2023-12-27T22:12:56.363 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2023-12-27T22:12:56.363 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2023-12-27T22:12:56.363 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-12-27T22:12:56.363 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2023-12-27T22:12:56.363 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-12-27T22:12:56.363 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-12-27T22:12:56.363 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.363 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2023-12-27T22:12:56.363 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:56.364 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2023-12-27T22:12:56.745 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:12:56.745 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:12:56.745 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:12:56.745 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-27T22:12:56.745 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-27T22:12:56.745 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:12:56.745 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.745 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.745 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-27T22:12:56.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2023-12-27T22:12:56.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:12:56.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:12:56.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:12:56.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:12:56.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:12:56.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:12:56.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:12:56.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:12:56.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:12:56.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2023-12-27T22:12:56.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2023-12-27T22:12:56.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2023-12-27T22:12:56.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2023-12-27T22:12:56.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2023-12-27T22:12:56.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2023-12-27T22:12:56.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2023-12-27T22:12:56.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2023-12-27T22:12:56.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2023-12-27T22:12:56.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2023-12-27T22:12:56.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2023-12-27T22:12:56.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2023-12-27T22:12:56.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2023-12-27T22:12:56.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2023-12-27T22:12:56.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2023-12-27T22:12:56.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:12:56.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2023-12-27T22:12:56.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2023-12-27T22:12:56.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2023-12-27T22:12:56.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2023-12-27T22:12:56.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2023-12-27T22:12:56.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2023-12-27T22:12:56.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2023-12-27T22:12:56.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:12:56.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2023-12-27T22:12:56.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2023-12-27T22:12:56.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2023-12-27T22:12:56.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2023-12-27T22:12:56.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:56.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2023-12-27T22:12:56.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:12:56.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:12:56.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:12:56.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2023-12-27T22:12:56.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2023-12-27T22:12:56.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2023-12-27T22:12:56.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2023-12-27T22:12:56.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2023-12-27T22:12:56.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2023-12-27T22:12:56.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2023-12-27T22:12:56.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2023-12-27T22:12:56.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.761 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.761 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2023-12-27T22:12:56.761 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2023-12-27T22:12:56.761 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-27T22:12:56.761 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.761 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.761 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-12-27T22:12:56.761 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2023-12-27T22:12:56.761 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2023-12-27T22:12:56.761 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.761 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2023-12-27T22:12:56.761 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-12-27T22:12:56.761 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.761 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.761 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.762 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2023-12-27T22:12:56.762 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2023-12-27T22:12:56.762 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-27T22:12:56.762 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.762 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.762 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2023-12-27T22:12:56.762 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2023-12-27T22:12:56.762 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2023-12-27T22:12:56.762 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.762 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2023-12-27T22:12:56.762 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.762 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.762 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.762 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.762 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2023-12-27T22:12:56.763 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2023-12-27T22:12:56.763 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.763 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.763 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.763 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2023-12-27T22:12:56.763 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.763 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.763 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.763 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2023-12-27T22:12:56.763 INFO:teuthology.orchestra.run.smithi005.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-27T22:12:56.763 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.763 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.763 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.763 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2023-12-27T22:12:56.763 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2023-12-27T22:12:56.763 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-12-27T22:12:56.764 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.764 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.764 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2023-12-27T22:12:56.764 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2023-12-27T22:12:56.764 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2023-12-27T22:12:56.764 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.764 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2023-12-27T22:12:56.764 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2023-12-27T22:12:56.764 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.764 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.764 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.764 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2023-12-27T22:12:56.764 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2023-12-27T22:12:56.764 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.764 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.765 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.765 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2023-12-27T22:12:56.765 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.765 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.765 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.765 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2023-12-27T22:12:56.765 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2023-12-27T22:12:56.765 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.765 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.765 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.765 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2023-12-27T22:12:56.765 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2023-12-27T22:12:56.765 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-27T22:12:56.765 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.766 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.766 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2023-12-27T22:12:56.766 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2023-12-27T22:12:56.766 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2023-12-27T22:12:56.766 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.766 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2023-12-27T22:12:56.766 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-12-27T22:12:56.766 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.766 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.766 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.766 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:12:56.766 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:12:56.766 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.766 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.766 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.766 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.767 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.767 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.767 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.767 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.767 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.767 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.767 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.767 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.767 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.767 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.767 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.767 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.767 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.767 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.767 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.767 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:12:56.768 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:12:56.768 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.768 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.768 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.768 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.768 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.768 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.768 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.768 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.768 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.768 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.768 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.768 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.768 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:12:56.769 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:12:56.769 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.769 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.769 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.769 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:12:56.769 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.769 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.769 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.769 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.769 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.769 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.769 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.769 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.769 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.769 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.770 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.770 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.770 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.770 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.770 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.770 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:12:56.770 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:12:56.770 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.770 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.770 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.770 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.770 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.770 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.770 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.770 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.771 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.771 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.771 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.771 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.771 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2023-12-27T22:12:56.771 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2023-12-27T22:12:56.771 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-12-27T22:12:56.771 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.771 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.771 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-12-27T22:12:56.771 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.771 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.771 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.771 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2023-12-27T22:12:56.771 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.772 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.772 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.772 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.772 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2023-12-27T22:12:56.772 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2023-12-27T22:12:56.772 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.772 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.772 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.772 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2023-12-27T22:12:56.772 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.772 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.772 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.772 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2023-12-27T22:12:56.772 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2023-12-27T22:12:56.772 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2023-12-27T22:12:56.773 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.773 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2023-12-27T22:12:56.773 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.773 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.773 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.773 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.773 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2023-12-27T22:12:56.773 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2023-12-27T22:12:56.773 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.773 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.773 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.773 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.773 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.773 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.773 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.774 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2023-12-27T22:12:56.774 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.774 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.774 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.774 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.774 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-27T22:12:56.774 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-27T22:12:56.774 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:12:56.774 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.774 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.774 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-27T22:12:56.774 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.774 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.774 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.774 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2023-12-27T22:12:56.775 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.775 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.775 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.775 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.775 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2023-12-27T22:12:56.775 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2023-12-27T22:12:56.775 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:12:56.775 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.775 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.775 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-27T22:12:56.775 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2023-12-27T22:12:56.775 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.775 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.775 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2023-12-27T22:12:56.775 INFO:teuthology.orchestra.run.smithi005.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-27T22:12:56.776 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.776 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.776 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.776 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2023-12-27T22:12:56.776 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2023-12-27T22:12:56.776 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-27T22:12:56.776 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.776 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.776 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-27T22:12:56.776 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.776 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.776 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.776 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2023-12-27T22:12:56.776 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.776 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.777 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.777 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.777 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.777 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.777 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:56.777 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2023-12-27T22:12:56.777 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:12:56.777 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:12:56.777 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:12:56.777 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2023-12-27T22:12:56.777 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2023-12-27T22:12:56.777 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.777 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.777 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.777 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.778 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.778 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.778 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.778 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2023-12-27T22:12:56.778 INFO:teuthology.orchestra.run.smithi005.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-27T22:12:56.778 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.778 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.778 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.778 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2023-12-27T22:12:56.778 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2023-12-27T22:12:56.778 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.778 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.778 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.778 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2023-12-27T22:12:56.778 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.779 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.779 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.779 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2023-12-27T22:12:56.779 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.779 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.779 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.779 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.779 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2023-12-27T22:12:56.779 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2023-12-27T22:12:56.779 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:12:56.779 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.779 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.779 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-27T22:12:56.779 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.779 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.780 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.780 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2023-12-27T22:12:56.780 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.780 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.780 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.780 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.780 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2023-12-27T22:12:56.780 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2023-12-27T22:12:56.780 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:12:56.780 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.780 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.780 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2023-12-27T22:12:56.780 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.780 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.780 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.780 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2023-12-27T22:12:56.781 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.781 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.781 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.781 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.781 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2023-12-27T22:12:56.781 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2023-12-27T22:12:56.781 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:12:56.781 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.781 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.781 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-27T22:12:56.781 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.781 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.781 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.781 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2023-12-27T22:12:56.782 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.782 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.782 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.782 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.782 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:12:56.782 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:12:56.782 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.782 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.782 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.782 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.782 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.782 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.782 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.783 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.783 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.783 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.783 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.783 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.783 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.783 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.783 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.783 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.783 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.783 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.783 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.783 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:12:56.783 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:12:56.783 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.784 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.784 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.784 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:12:56.784 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.784 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.784 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.784 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2023-12-27T22:12:56.784 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.784 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.784 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.784 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.784 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:12:56.784 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:12:56.784 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.784 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.785 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.785 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:12:56.785 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.785 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.785 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.785 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.785 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.785 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.785 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.785 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.785 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.785 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.785 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.785 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.785 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.786 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.786 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.786 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:12:56.786 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:12:56.786 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.786 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.786 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.786 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.786 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.786 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.786 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.786 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.786 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.786 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.787 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.787 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.787 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2023-12-27T22:12:56.787 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2023-12-27T22:12:56.787 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.787 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.787 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.787 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2023-12-27T22:12:56.787 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.787 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.787 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.787 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2023-12-27T22:12:56.787 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2023-12-27T22:12:56.788 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.788 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2023-12-27T22:12:56.788 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.788 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.788 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.788 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.788 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2023-12-27T22:12:56.788 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2023-12-27T22:12:56.788 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.788 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.788 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.788 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-27T22:12:56.788 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.788 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.789 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.789 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2023-12-27T22:12:56.789 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.789 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.789 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.789 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.789 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2023-12-27T22:12:56.789 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2023-12-27T22:12:56.789 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.789 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.789 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.789 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:12:56.789 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.789 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.789 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.790 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2023-12-27T22:12:56.790 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.790 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.790 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.790 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.790 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2023-12-27T22:12:56.790 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2023-12-27T22:12:56.790 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.790 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.790 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.790 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:12:56.790 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.790 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.790 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.790 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2023-12-27T22:12:56.791 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.791 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.791 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.791 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.791 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2023-12-27T22:12:56.791 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2023-12-27T22:12:56.791 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.791 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.791 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.791 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:12:56.791 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.791 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.791 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.792 INFO:teuthology.orchestra.run.smithi005.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-27T22:12:56.792 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.792 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.792 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.792 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.792 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.792 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.792 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:56.792 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2023-12-27T22:12:56.792 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:12:56.792 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:12:56.792 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:12:56.792 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:12:56.792 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:12:56.792 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.793 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.793 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.793 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.793 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.793 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.793 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.793 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.793 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.793 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.793 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.793 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.793 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.793 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.793 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.794 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.794 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.794 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.794 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.794 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:12:56.794 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:12:56.794 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.794 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.794 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.794 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.794 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.794 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.794 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.794 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.795 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.795 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.795 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.795 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.795 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:12:56.795 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:12:56.795 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.795 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.795 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.795 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:12:56.795 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.795 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.795 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.795 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.795 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.796 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.796 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.796 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.796 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.796 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.796 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.796 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.796 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.796 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.796 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.796 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:12:56.796 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:12:56.796 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.796 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.796 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.797 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.797 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.797 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.797 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.797 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.797 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.797 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.797 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.797 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.797 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2023-12-27T22:12:56.797 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2023-12-27T22:12:56.797 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:12:56.797 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.797 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.797 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2023-12-27T22:12:56.798 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.798 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.798 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.798 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2023-12-27T22:12:56.798 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.798 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.798 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.798 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.798 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2023-12-27T22:12:56.798 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2023-12-27T22:12:56.798 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:12:56.798 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.798 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.798 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2023-12-27T22:12:56.798 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.799 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.799 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.799 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2023-12-27T22:12:56.799 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.799 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.799 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.799 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.799 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.799 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.799 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:56.799 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2023-12-27T22:12:56.799 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:12:56.799 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:12:56.800 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:12:56.800 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2023-12-27T22:12:56.800 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2023-12-27T22:12:56.800 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.800 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.800 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.800 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.800 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.800 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.800 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.800 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.800 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.800 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.800 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.800 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.800 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2023-12-27T22:12:56.801 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2023-12-27T22:12:56.801 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.801 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.801 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.801 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.801 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.801 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.801 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.801 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.801 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.801 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.801 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.801 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.801 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2023-12-27T22:12:56.801 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2023-12-27T22:12:56.802 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.802 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.802 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.802 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:12:56.802 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.802 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.802 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.802 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.802 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.802 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.802 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.802 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.802 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2023-12-27T22:12:56.802 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2023-12-27T22:12:56.802 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.803 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.803 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.803 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:12:56.803 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.803 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.803 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.803 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.803 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.803 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.803 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.803 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.803 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2023-12-27T22:12:56.803 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2023-12-27T22:12:56.803 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.804 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.804 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.804 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:12:56.804 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.804 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.804 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.804 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.804 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.804 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.804 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.804 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.804 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2023-12-27T22:12:56.804 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2023-12-27T22:12:56.804 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.804 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.804 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.805 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:12:56.805 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.805 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.805 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.805 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.805 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.805 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.805 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.805 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.805 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2023-12-27T22:12:56.805 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2023-12-27T22:12:56.805 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.805 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.805 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.806 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:12:56.806 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.806 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.806 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.806 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.806 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.806 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.806 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.806 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.806 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2023-12-27T22:12:56.806 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2023-12-27T22:12:56.806 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.806 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.806 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.806 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:12:56.807 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.807 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.807 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.807 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.807 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.807 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.807 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.807 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.807 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2023-12-27T22:12:56.807 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2023-12-27T22:12:56.807 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.807 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.807 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.807 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:12:56.808 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.808 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.808 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.808 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.808 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.808 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.808 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.808 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.808 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2023-12-27T22:12:56.808 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2023-12-27T22:12:56.808 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.808 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.808 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.808 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:12:56.808 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.809 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.809 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.809 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.809 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.809 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.809 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.809 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.809 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2023-12-27T22:12:56.809 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2023-12-27T22:12:56.809 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.809 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.809 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.810 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.810 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.810 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.810 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.810 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.810 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.810 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.810 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.810 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.810 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2023-12-27T22:12:56.810 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2023-12-27T22:12:56.810 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.810 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.811 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.811 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-12-27T22:12:56.811 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.811 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.811 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.811 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.811 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.811 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.811 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.811 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.811 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2023-12-27T22:12:56.811 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2023-12-27T22:12:56.811 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.811 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.811 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.811 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:12:56.812 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.812 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.812 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.812 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.812 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.812 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.812 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.812 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.812 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2023-12-27T22:12:56.812 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2023-12-27T22:12:56.812 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.812 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.813 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.813 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.813 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.813 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.813 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.813 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.813 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.813 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.813 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.813 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.813 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2023-12-27T22:12:56.813 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2023-12-27T22:12:56.813 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.814 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.814 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.814 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-12-27T22:12:56.814 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.814 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.814 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.814 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.814 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.814 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.814 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.814 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.814 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2023-12-27T22:12:56.814 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2023-12-27T22:12:56.814 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.814 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.815 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.815 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.815 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.815 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.815 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.815 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.815 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.815 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.815 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.815 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.815 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2023-12-27T22:12:56.815 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2023-12-27T22:12:56.815 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.816 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.816 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.816 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:12:56.816 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.816 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.816 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.816 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.816 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.816 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.816 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.816 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.816 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2023-12-27T22:12:56.816 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2023-12-27T22:12:56.817 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.817 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.817 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.817 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.817 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.817 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.817 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.817 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.817 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.817 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.817 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.817 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.817 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2023-12-27T22:12:56.817 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2023-12-27T22:12:56.818 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.818 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.818 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.818 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.818 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.818 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.818 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.818 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.818 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.818 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.820 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.820 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.820 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2023-12-27T22:12:56.820 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2023-12-27T22:12:56.820 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.820 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.820 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.821 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.821 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.821 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.821 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.821 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.821 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.821 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.821 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.821 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.821 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2023-12-27T22:12:56.821 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2023-12-27T22:12:56.821 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.821 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.822 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.822 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:12:56.822 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.822 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.822 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.822 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.822 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.822 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.822 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.822 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.822 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2023-12-27T22:12:56.822 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2023-12-27T22:12:56.822 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.822 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.822 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.822 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:12:56.823 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.823 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.823 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.823 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.823 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.823 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.823 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.823 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.823 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2023-12-27T22:12:56.823 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2023-12-27T22:12:56.823 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.823 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.823 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.823 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.823 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.823 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.824 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.824 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.824 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.824 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.824 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.824 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.824 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2023-12-27T22:12:56.824 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2023-12-27T22:12:56.824 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.824 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.824 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.824 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.824 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.824 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.825 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.825 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.825 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.825 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.825 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.825 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.825 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2023-12-27T22:12:56.825 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2023-12-27T22:12:56.825 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.825 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.825 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.825 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.825 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.826 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.826 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.826 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.826 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.826 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.826 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.826 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.826 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2023-12-27T22:12:56.826 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2023-12-27T22:12:56.826 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.826 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.826 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.826 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:12:56.826 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.826 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.826 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.827 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.827 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.827 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.827 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.827 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.827 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2023-12-27T22:12:56.827 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2023-12-27T22:12:56.827 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.827 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.827 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.827 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2023-12-27T22:12:56.827 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.827 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.827 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.827 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.828 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.828 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.828 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.828 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.828 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2023-12-27T22:12:56.828 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2023-12-27T22:12:56.828 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:12:56.828 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.828 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.828 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-27T22:12:56.828 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.828 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.828 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.828 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.828 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.828 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.829 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.829 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.829 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2023-12-27T22:12:56.829 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2023-12-27T22:12:56.829 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:12:56.829 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.829 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.829 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2023-12-27T22:12:56.829 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.829 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.829 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.829 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.829 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.830 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.830 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.830 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.830 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2023-12-27T22:12:56.830 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2023-12-27T22:12:56.830 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:12:56.830 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.830 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.830 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2023-12-27T22:12:56.830 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.830 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.830 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.830 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.830 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.830 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.831 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.831 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.831 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2023-12-27T22:12:56.831 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2023-12-27T22:12:56.831 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.831 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.831 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.831 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.831 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.831 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.831 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.831 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.831 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.831 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.832 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.832 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.832 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2023-12-27T22:12:56.832 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2023-12-27T22:12:56.832 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.832 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.832 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.832 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-12-27T22:12:56.832 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.832 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.832 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.832 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.832 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.832 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.833 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.833 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.833 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2023-12-27T22:12:56.833 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2023-12-27T22:12:56.833 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.833 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.833 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.833 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.833 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.833 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.833 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.833 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.833 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.833 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.833 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.834 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.834 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2023-12-27T22:12:56.834 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2023-12-27T22:12:56.834 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:12:56.834 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.834 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.834 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2023-12-27T22:12:56.834 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.834 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.834 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.834 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.834 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.834 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.834 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.834 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.834 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2023-12-27T22:12:56.835 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2023-12-27T22:12:56.835 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.835 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.835 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.835 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2023-12-27T22:12:56.835 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.835 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.835 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.835 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.835 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.835 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.835 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.835 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.835 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2023-12-27T22:12:56.835 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2023-12-27T22:12:56.836 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.836 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.836 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.836 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.836 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.836 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.836 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.836 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.836 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.836 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.836 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.836 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.836 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2023-12-27T22:12:56.836 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2023-12-27T22:12:56.836 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.836 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.837 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.837 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:12:56.837 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.837 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.837 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.837 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.837 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.837 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.837 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.837 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.837 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2023-12-27T22:12:56.837 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2023-12-27T22:12:56.837 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.837 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.837 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.838 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.838 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.838 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.838 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.838 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.838 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.838 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.838 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.838 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.838 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2023-12-27T22:12:56.838 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2023-12-27T22:12:56.838 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:12:56.838 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.838 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.838 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-12-27T22:12:56.839 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.839 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.839 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.839 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.839 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.839 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.839 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.839 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.839 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2023-12-27T22:12:56.839 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2023-12-27T22:12:56.839 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:12:56.839 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.839 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.839 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-27T22:12:56.839 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.839 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.840 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.840 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.840 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.840 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.840 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.840 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.840 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2023-12-27T22:12:56.840 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2023-12-27T22:12:56.840 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:12:56.840 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.840 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.840 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-27T22:12:56.840 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.840 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.840 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.841 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.841 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.841 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.841 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.841 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.841 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2023-12-27T22:12:56.841 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2023-12-27T22:12:56.841 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.841 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.841 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.841 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.841 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.841 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.841 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.842 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.842 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.842 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.842 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.842 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.842 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2023-12-27T22:12:56.842 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2023-12-27T22:12:56.842 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.842 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.842 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.842 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.842 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.842 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.842 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.842 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2023-12-27T22:12:56.843 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.843 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.843 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.843 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.843 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2023-12-27T22:12:56.843 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2023-12-27T22:12:56.843 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:12:56.843 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.843 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.843 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2023-12-27T22:12:56.843 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.843 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.843 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.843 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.844 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.844 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.844 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.844 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.844 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2023-12-27T22:12:56.844 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2023-12-27T22:12:56.844 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.844 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.844 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.844 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.844 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.844 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.844 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.844 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.845 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.845 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.845 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.845 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.845 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:12:56.845 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:12:56.845 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.845 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.845 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.845 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.845 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.845 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.845 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.846 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.846 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.846 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.846 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.846 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.846 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.846 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.846 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.846 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.846 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.846 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.846 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.846 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:12:56.846 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:12:56.846 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.847 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.847 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.847 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.847 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.847 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.847 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.847 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.847 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.847 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.847 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.847 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.847 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:12:56.847 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:12:56.847 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.848 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.848 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.848 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:12:56.848 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.848 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.848 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.848 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.848 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.848 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.848 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.848 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.848 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.848 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.848 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.849 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.849 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.849 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.849 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.849 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:12:56.849 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:12:56.849 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.849 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.849 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.849 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.849 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.849 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.849 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.849 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.849 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.850 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.850 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.850 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.850 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2023-12-27T22:12:56.850 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2023-12-27T22:12:56.850 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.850 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.850 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.850 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.850 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.850 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.850 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.850 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.851 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.851 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.851 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.851 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.851 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-12-27T22:12:56.851 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-12-27T22:12:56.851 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.851 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.851 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.851 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2023-12-27T22:12:56.851 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.851 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.851 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.851 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.851 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.851 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.852 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.852 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.852 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-12-27T22:12:56.852 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-12-27T22:12:56.852 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:12:56.852 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.852 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.852 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2023-12-27T22:12:56.852 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.852 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.852 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.852 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.852 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.852 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.853 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.853 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.853 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2023-12-27T22:12:56.853 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2023-12-27T22:12:56.853 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.853 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.853 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.853 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:12:56.853 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.853 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.853 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.853 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.853 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.853 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.854 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.854 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.854 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2023-12-27T22:12:56.854 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2023-12-27T22:12:56.854 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:12:56.854 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.854 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.854 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2023-12-27T22:12:56.854 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.854 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.854 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.854 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.854 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.854 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.854 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.855 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.855 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2023-12-27T22:12:56.855 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2023-12-27T22:12:56.855 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.855 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.855 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.855 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2023-12-27T22:12:56.855 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.855 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.855 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.855 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.855 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2023-12-27T22:12:56.855 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.855 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.855 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.855 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.856 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.856 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.856 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2023-12-27T22:12:56.856 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2023-12-27T22:12:56.856 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:12:56.856 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.856 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.856 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2023-12-27T22:12:56.856 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2023-12-27T22:12:56.856 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2023-12-27T22:12:56.856 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.856 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.856 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.856 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.856 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.857 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.857 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2023-12-27T22:12:56.857 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2023-12-27T22:12:56.857 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.857 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.857 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.857 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.857 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.857 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.857 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.857 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.857 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.857 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.857 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.858 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.858 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2023-12-27T22:12:56.858 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2023-12-27T22:12:56.858 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.858 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.858 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.858 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.858 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.858 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.858 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.858 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.858 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.858 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.858 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.858 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.859 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.859 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.859 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:56.859 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2023-12-27T22:12:56.859 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:12:56.859 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:12:56.859 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:12:56.859 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2023-12-27T22:12:56.859 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2023-12-27T22:12:56.859 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.859 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.859 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.859 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:12:56.859 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.859 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.859 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.860 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2023-12-27T22:12:56.860 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.860 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.860 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.860 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.860 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:12:56.860 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:12:56.860 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.860 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.860 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.860 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.860 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.860 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.860 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.861 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.861 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.861 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.861 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.861 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.861 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.861 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.861 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.861 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.861 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.861 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.861 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.861 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:12:56.862 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:12:56.862 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.862 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.862 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.862 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.862 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.862 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.862 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.862 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.862 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.862 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.862 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.862 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.862 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:12:56.862 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:12:56.863 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.863 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.863 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.863 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:12:56.863 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.863 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.863 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.863 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.863 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.863 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.863 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.863 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.863 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.863 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.863 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.864 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.864 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.864 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.864 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.864 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:12:56.864 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:12:56.864 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.864 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.864 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.864 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.864 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.864 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.864 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.864 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.865 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.865 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.865 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.865 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.865 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2023-12-27T22:12:56.865 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2023-12-27T22:12:56.865 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:12:56.865 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.865 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.865 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2023-12-27T22:12:56.865 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.865 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.865 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.865 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2023-12-27T22:12:56.865 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2023-12-27T22:12:56.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2023-12-27T22:12:56.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2023-12-27T22:12:56.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2023-12-27T22:12:56.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.866 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2023-12-27T22:12:56.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2023-12-27T22:12:56.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:12:56.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2023-12-27T22:12:56.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2023-12-27T22:12:56.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.867 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2023-12-27T22:12:56.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2023-12-27T22:12:56.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:12:56.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2023-12-27T22:12:56.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2023-12-27T22:12:56.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.868 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.869 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2023-12-27T22:12:56.869 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2023-12-27T22:12:56.869 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.869 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.869 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.869 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:12:56.869 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.869 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.869 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.869 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2023-12-27T22:12:56.869 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.869 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.869 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.869 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.870 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-27T22:12:56.870 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-27T22:12:56.870 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:12:56.870 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.870 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.870 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-27T22:12:56.870 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.870 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.870 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.870 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2023-12-27T22:12:56.870 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.870 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.870 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.871 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.871 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2023-12-27T22:12:56.871 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2023-12-27T22:12:56.871 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:12:56.871 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.871 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.871 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2023-12-27T22:12:56.871 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.871 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.871 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.871 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2023-12-27T22:12:56.871 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.871 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.872 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.872 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.872 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.872 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.872 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:56.872 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2023-12-27T22:12:56.872 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:12:56.872 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:12:56.872 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:12:56.872 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:12:56.872 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:12:56.873 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.873 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.873 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.873 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.873 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.873 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.873 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.873 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.873 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.873 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.873 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.873 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.874 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.874 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.874 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.874 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.874 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.874 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.874 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.874 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:12:56.874 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:12:56.874 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.874 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.874 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.874 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.874 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.874 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.875 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.875 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.875 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.875 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.875 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.875 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.875 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:12:56.875 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:12:56.875 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.875 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.875 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.875 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:12:56.875 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.875 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.876 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.876 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.876 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.876 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.876 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.876 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.876 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.876 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.876 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.876 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.876 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.876 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.876 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.876 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:12:56.876 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:12:56.877 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.877 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.877 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.877 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.877 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.877 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.877 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.877 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.877 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.877 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.877 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.877 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.877 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2023-12-27T22:12:56.877 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2023-12-27T22:12:56.878 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.878 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.878 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.878 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2023-12-27T22:12:56.878 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.878 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.878 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.878 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.878 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.878 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.878 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.878 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.878 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2023-12-27T22:12:56.878 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2023-12-27T22:12:56.879 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.879 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.879 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.879 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2023-12-27T22:12:56.879 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.879 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.879 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.879 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.879 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.879 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.879 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.879 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.879 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-27T22:12:56.879 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-27T22:12:56.880 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.880 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.880 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.880 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-27T22:12:56.880 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.880 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.880 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.880 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.880 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.880 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.880 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.880 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.880 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.880 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.880 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:56.880 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2023-12-27T22:12:56.881 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2023-12-27T22:12:56.881 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2023-12-27T22:12:56.881 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:12:56.881 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2023-12-27T22:12:56.881 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2023-12-27T22:12:56.881 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.881 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.881 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.881 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2023-12-27T22:12:56.881 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.881 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.881 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.881 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.881 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.882 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.882 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.882 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.882 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2023-12-27T22:12:56.882 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2023-12-27T22:12:56.882 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.882 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.882 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.882 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2023-12-27T22:12:56.882 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.882 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.882 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.882 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.883 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.883 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.883 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.883 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.883 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2023-12-27T22:12:56.883 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2023-12-27T22:12:56.883 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.883 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.883 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.883 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-27T22:12:56.883 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.883 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.883 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.883 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.884 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.884 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.884 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.884 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.884 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-27T22:12:56.884 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-27T22:12:56.884 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.884 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.884 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.884 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2023-12-27T22:12:56.884 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.884 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.884 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.884 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.884 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.885 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.885 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.885 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.885 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:12:56.885 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:12:56.885 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.885 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.885 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.885 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.885 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.885 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.885 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.885 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.885 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.886 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.886 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.886 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.886 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.886 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.886 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.886 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.886 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.886 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.886 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.886 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:12:56.886 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:12:56.886 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.886 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.887 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.887 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.887 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.887 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.887 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.887 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.887 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.887 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.887 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.887 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.887 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:12:56.887 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:12:56.887 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.887 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.888 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.888 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:12:56.888 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.888 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.888 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.888 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.888 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.888 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.888 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.888 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.888 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.888 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.888 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.888 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.889 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.889 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.889 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.889 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:12:56.889 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:12:56.889 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.889 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.889 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.889 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.889 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.889 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.889 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.890 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.890 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.890 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.890 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.890 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.890 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2023-12-27T22:12:56.890 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2023-12-27T22:12:56.890 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.890 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.890 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.890 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-27T22:12:56.890 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.890 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.891 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.891 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.891 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.891 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.891 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.891 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.891 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2023-12-27T22:12:56.891 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2023-12-27T22:12:56.891 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.891 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.891 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.891 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2023-12-27T22:12:56.891 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.892 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.892 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.892 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.892 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.892 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.892 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.892 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.892 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2023-12-27T22:12:56.892 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2023-12-27T22:12:56.892 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.892 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.892 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.892 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2023-12-27T22:12:56.892 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.892 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.893 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.893 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.893 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.893 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.893 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.893 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.893 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2023-12-27T22:12:56.893 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2023-12-27T22:12:56.893 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.893 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.893 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.893 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-27T22:12:56.893 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.893 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.894 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.894 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.894 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.894 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.894 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.894 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.894 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2023-12-27T22:12:56.894 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2023-12-27T22:12:56.894 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.894 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.894 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.894 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-27T22:12:56.894 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.894 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.894 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.895 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.895 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.895 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.895 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.895 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.895 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2023-12-27T22:12:56.895 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2023-12-27T22:12:56.895 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.895 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.895 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.895 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2023-12-27T22:12:56.895 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.895 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.895 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.895 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.895 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.896 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.896 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.896 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.896 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.896 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.896 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:56.896 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2023-12-27T22:12:56.896 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:12:56.896 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:12:56.896 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:12:56.896 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:12:56.896 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:12:56.896 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.896 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.896 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.897 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.897 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.897 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.897 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.897 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.897 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.897 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.897 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.897 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.897 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.897 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.897 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.897 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.897 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.897 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.897 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.898 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:12:56.898 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:12:56.898 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.898 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.898 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.898 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.898 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.898 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.898 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.898 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.898 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.898 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.898 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.898 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.899 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:12:56.899 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:12:56.899 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.899 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.899 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.899 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:12:56.899 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.899 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.899 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.899 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.899 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.899 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.899 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.899 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.899 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.899 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.900 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.900 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.900 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.900 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.900 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.900 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:12:56.900 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:12:56.900 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.900 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.900 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.900 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.900 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.900 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.900 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.900 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.900 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.901 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.901 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.901 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.901 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.901 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.901 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:56.901 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2023-12-27T22:12:56.901 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:12:56.901 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:12:56.901 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:12:56.901 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:12:56.901 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:12:56.901 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.901 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.901 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.902 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.902 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.902 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.902 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.902 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.902 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.902 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.902 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.902 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.902 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.902 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.902 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.902 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.902 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.902 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.902 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.903 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:12:56.903 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:12:56.903 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.903 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.903 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.903 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.903 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.903 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.903 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.903 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.903 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.903 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.903 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.903 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.904 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:12:56.904 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:12:56.904 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.904 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.904 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.904 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:12:56.904 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.904 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.904 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.904 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.904 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.904 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.904 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.904 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.904 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.904 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.905 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.905 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.905 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.905 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.905 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.905 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:12:56.905 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:12:56.905 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.905 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.905 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.905 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.905 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.905 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.905 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.906 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.906 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.906 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.906 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.906 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.906 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.906 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.906 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:56.906 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2023-12-27T22:12:56.906 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:12:56.906 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:12:56.906 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:12:56.906 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2023-12-27T22:12:56.906 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2023-12-27T22:12:56.906 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:12:56.907 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.907 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.907 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2023-12-27T22:12:56.907 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.907 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.907 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.907 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2023-12-27T22:12:56.907 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.907 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.907 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.907 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.907 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2023-12-27T22:12:56.907 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2023-12-27T22:12:56.907 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:12:56.907 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.908 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.908 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-27T22:12:56.908 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2023-12-27T22:12:56.908 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.908 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.908 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2023-12-27T22:12:56.908 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.908 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.908 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.908 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.908 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:12:56.908 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:12:56.908 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.908 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.909 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.909 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.909 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.909 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.909 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.909 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.909 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.909 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.909 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.909 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.909 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.909 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.909 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.909 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.909 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.910 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.910 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.910 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:12:56.910 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:12:56.910 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.910 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.910 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.910 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.910 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.910 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.910 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.910 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.910 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.910 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.910 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.911 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.911 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:12:56.911 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:12:56.911 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.911 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.911 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.911 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:12:56.911 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.911 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.911 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.911 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.911 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.911 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.911 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.912 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.912 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.912 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.912 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.912 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.912 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.912 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.912 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.912 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:12:56.912 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:12:56.912 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.912 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.912 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.912 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.912 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.912 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.913 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.913 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.913 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.913 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.913 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.913 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.913 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.913 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.913 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:56.913 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2023-12-27T22:12:56.913 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:12:56.913 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:12:56.913 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:12:56.913 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2023-12-27T22:12:56.914 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2023-12-27T22:12:56.914 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.914 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.914 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.914 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2023-12-27T22:12:56.914 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.914 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.914 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.914 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2023-12-27T22:12:56.914 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.914 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.914 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.914 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.914 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:12:56.915 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:12:56.915 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.915 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.915 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.915 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.915 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.915 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.915 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.915 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.915 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.915 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.915 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.915 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.915 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.915 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.916 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.916 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.916 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.916 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.916 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.916 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:12:56.916 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:12:56.916 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.916 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.916 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.916 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.916 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.916 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.916 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.916 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.917 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.917 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.917 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.917 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.917 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:12:56.917 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:12:56.917 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.917 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.917 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.917 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:12:56.917 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.917 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.917 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.917 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.917 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.918 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.918 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.918 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.918 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.918 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.918 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.918 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.918 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.918 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.918 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.918 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:12:56.918 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:12:56.918 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.918 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.918 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.918 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.919 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.919 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.919 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.919 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.919 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.919 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.919 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.919 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.919 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2023-12-27T22:12:56.919 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2023-12-27T22:12:56.919 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:12:56.919 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.919 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.919 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.919 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.920 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.920 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.920 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2023-12-27T22:12:56.920 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.920 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.920 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.920 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.920 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2023-12-27T22:12:56.920 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2023-12-27T22:12:56.920 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:12:56.920 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.920 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.920 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2023-12-27T22:12:56.920 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.920 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.921 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.921 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2023-12-27T22:12:56.921 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.921 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.921 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.921 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.921 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2023-12-27T22:12:56.921 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2023-12-27T22:12:56.921 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:12:56.921 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.921 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.921 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2023-12-27T22:12:56.921 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.921 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.921 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.922 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2023-12-27T22:12:56.922 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.922 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.922 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.922 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.922 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2023-12-27T22:12:56.922 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2023-12-27T22:12:56.922 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.922 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.922 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.922 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.922 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.922 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.923 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.923 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2023-12-27T22:12:56.923 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.923 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.923 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.923 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.923 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2023-12-27T22:12:56.923 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2023-12-27T22:12:56.923 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.923 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.923 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.923 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2023-12-27T22:12:56.923 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.923 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.924 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.924 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2023-12-27T22:12:56.924 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.924 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.924 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.924 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.924 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.924 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.924 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:56.924 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2023-12-27T22:12:56.924 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:12:56.924 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:12:56.924 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:12:56.924 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:12:56.924 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:12:56.924 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.925 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.925 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.925 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.925 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.925 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.925 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.925 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.925 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.925 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.925 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.925 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.925 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.925 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.926 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.926 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.926 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.926 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.926 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.926 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:12:56.926 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:12:56.926 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.926 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.926 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.926 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.926 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.926 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.926 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.926 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.926 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.927 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.927 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.927 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.927 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:12:56.927 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:12:56.927 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.927 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.927 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.927 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:12:56.927 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.927 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.927 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.927 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.927 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.927 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.927 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.928 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.928 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.928 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.928 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.928 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.928 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.928 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.928 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.928 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:12:56.928 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:12:56.928 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.928 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.928 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.928 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.928 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.929 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.929 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.929 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.929 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.929 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.929 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.929 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.929 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2023-12-27T22:12:56.929 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2023-12-27T22:12:56.929 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.929 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.929 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.929 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-27T22:12:56.929 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.930 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.930 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.930 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2023-12-27T22:12:56.930 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2023-12-27T22:12:56.930 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2023-12-27T22:12:56.930 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.930 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2023-12-27T22:12:56.930 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.930 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.930 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.930 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.930 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.930 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.930 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:56.930 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2023-12-27T22:12:56.931 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:12:56.931 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:12:56.931 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:12:56.931 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:12:56.931 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:12:56.931 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.931 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.931 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.931 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.931 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.931 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.931 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.931 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.931 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.931 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.932 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.932 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.932 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.932 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.932 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.932 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.932 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.932 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.932 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.932 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:12:56.932 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:12:56.932 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.932 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.932 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.933 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.933 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.933 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.933 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.933 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.933 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.933 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.933 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.933 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.933 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:12:56.933 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:12:56.933 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.933 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.933 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.934 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:12:56.934 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.934 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.934 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.934 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.934 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.934 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.934 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.934 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.934 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.934 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.934 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.934 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.934 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.934 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.934 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.935 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:12:56.935 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:12:56.935 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.935 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.935 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.935 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.935 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.935 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.935 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.935 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.935 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.935 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.935 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.936 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.936 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.936 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.936 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:56.936 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2023-12-27T22:12:56.936 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:12:56.936 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:12:56.936 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:12:56.936 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:12:56.936 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:12:56.936 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.936 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.936 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.936 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.937 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.937 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.937 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.937 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.937 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.937 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.937 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.937 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.937 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.937 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.937 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.937 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.937 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.937 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.937 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.938 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:12:56.938 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:12:56.938 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.938 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.938 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.938 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.938 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.938 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.938 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.938 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.938 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.938 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.938 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.938 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.938 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:12:56.939 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:12:56.939 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.939 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.939 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.939 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:12:56.939 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.939 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.939 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.939 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.939 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.939 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.939 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.939 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.940 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.940 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.940 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.940 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.940 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.940 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.940 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.940 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:12:56.940 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:12:56.940 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.940 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.940 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.940 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.940 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.941 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.941 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.941 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.941 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.941 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.941 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.941 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.941 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-27T22:12:56.941 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-27T22:12:56.941 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.941 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.941 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.941 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-27T22:12:56.942 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.942 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.942 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.942 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.942 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.942 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.942 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.942 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.942 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.942 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.942 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:56.942 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2023-12-27T22:12:56.942 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:12:56.943 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:12:56.943 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:12:56.943 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:12:56.943 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:12:56.943 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.943 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.943 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.943 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.943 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.943 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.943 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.943 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.944 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.944 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.944 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.944 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.944 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.944 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.944 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.944 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.944 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.944 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.944 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.944 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:12:56.944 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:12:56.944 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.944 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.945 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.945 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.945 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.945 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.945 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.945 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.945 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.945 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.945 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.945 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.945 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:12:56.945 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:12:56.945 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.945 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.945 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.946 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:12:56.946 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.946 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.946 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.946 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.946 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.946 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.946 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.946 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.946 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.946 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.946 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.946 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.946 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.946 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.947 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.947 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:12:56.947 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:12:56.947 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.947 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.947 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.947 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.947 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.947 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.947 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.947 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.947 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.947 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.947 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.947 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.947 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2023-12-27T22:12:56.948 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2023-12-27T22:12:56.948 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:12:56.948 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.948 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.948 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2023-12-27T22:12:56.948 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.948 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.948 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.948 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2023-12-27T22:12:56.948 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.948 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.948 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.948 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.948 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2023-12-27T22:12:56.948 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2023-12-27T22:12:56.949 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:12:56.949 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.949 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.949 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-27T22:12:56.949 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.949 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.949 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.949 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2023-12-27T22:12:56.949 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.949 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.949 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.949 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.949 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.949 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.949 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:56.950 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2023-12-27T22:12:56.950 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:12:56.950 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:12:56.950 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:12:56.950 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:12:56.950 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:12:56.950 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.950 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.950 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.950 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.950 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.950 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.950 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.950 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.951 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.951 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.951 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.951 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.951 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.951 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.951 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.951 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.951 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.951 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.951 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.951 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:12:56.951 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:12:56.951 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.951 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.952 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.952 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.952 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.952 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.952 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.952 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.952 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.952 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.952 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.952 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.952 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:12:56.952 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:12:56.952 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.952 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.952 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.952 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:12:56.953 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.953 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.953 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.953 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.953 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.953 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.953 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.953 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.953 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.953 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.953 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.953 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.953 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.953 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.954 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.954 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:12:56.954 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:12:56.954 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.954 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.954 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.954 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.954 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.954 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.954 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.954 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.954 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.954 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.954 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.955 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.955 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2023-12-27T22:12:56.955 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2023-12-27T22:12:56.955 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.955 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.955 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.955 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.955 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.955 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.955 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.955 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.955 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.955 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.955 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.955 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.955 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2023-12-27T22:12:56.956 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2023-12-27T22:12:56.956 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.956 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.956 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.956 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.956 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.956 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.956 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.956 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.956 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.956 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.956 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.956 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.956 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2023-12-27T22:12:56.956 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2023-12-27T22:12:56.957 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.957 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.957 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.957 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.957 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.957 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.957 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.957 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.957 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.957 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.957 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.957 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.957 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-12-27T22:12:56.957 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-12-27T22:12:56.958 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.958 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.958 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.958 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.958 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.958 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.958 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.958 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.958 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.958 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.958 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.958 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.958 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-12-27T22:12:56.958 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-12-27T22:12:56.958 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.958 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.959 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.959 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.959 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.959 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.959 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.959 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.959 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.959 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.959 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.959 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.959 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.959 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.959 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:56.959 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2023-12-27T22:12:56.959 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:12:56.960 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:12:56.960 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:12:56.960 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:12:56.960 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:12:56.960 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.960 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.960 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.960 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.960 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.960 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.960 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.960 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.960 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.960 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.960 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.961 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.961 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.961 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.961 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.961 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.961 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.961 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.961 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.961 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:12:56.961 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:12:56.961 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.961 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.961 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.962 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.962 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.962 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.962 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.962 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.962 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.962 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.962 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.962 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.962 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:12:56.962 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:12:56.962 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.962 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.962 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.962 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:12:56.963 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.963 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.963 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.963 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.963 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.963 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.963 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.963 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.963 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.963 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.963 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.963 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.963 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.963 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.963 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.963 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:12:56.964 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:12:56.964 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.964 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.964 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.964 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.964 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.964 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.964 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.964 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.964 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.964 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.964 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.964 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.964 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2023-12-27T22:12:56.964 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2023-12-27T22:12:56.965 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.965 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.965 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.965 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.965 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.965 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.965 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.965 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.965 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.965 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.965 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.965 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.965 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2023-12-27T22:12:56.965 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2023-12-27T22:12:56.965 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.966 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.966 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.966 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.966 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.966 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.966 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.966 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.966 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.966 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.966 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.966 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.966 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.966 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.966 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:56.966 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2023-12-27T22:12:56.966 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:12:56.967 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:12:56.967 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:12:56.967 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2023-12-27T22:12:56.967 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2023-12-27T22:12:56.967 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.967 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.967 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.967 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.967 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.967 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.967 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.967 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.967 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.967 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.967 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.968 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.968 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:12:56.968 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:12:56.968 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.968 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.968 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.968 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.968 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.968 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.968 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.968 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.968 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.968 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.968 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.968 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.969 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.969 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.969 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.969 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.969 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.969 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.969 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.969 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:12:56.969 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:12:56.969 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.969 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.969 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.969 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.969 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.970 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.970 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.970 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.970 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.970 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.970 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.970 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.970 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:12:56.970 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:12:56.970 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.970 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.970 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.970 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:12:56.970 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.970 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.971 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.971 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.971 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.971 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.971 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.971 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.971 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.971 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.971 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.971 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.971 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.971 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.971 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.971 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:12:56.972 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:12:56.972 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.972 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.972 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.972 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.972 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.972 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.972 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.972 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.972 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.972 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.972 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.972 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.972 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-12-27T22:12:56.972 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-12-27T22:12:56.973 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.973 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.973 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.973 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.973 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.973 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.973 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.973 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.973 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.973 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.973 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.973 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.973 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-12-27T22:12:56.974 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-12-27T22:12:56.974 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.974 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.974 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.974 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.974 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.974 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.974 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.974 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.974 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.974 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.974 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.974 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.974 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.974 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.974 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:56.974 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2023-12-27T22:12:56.975 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:12:56.975 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:12:56.975 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:12:56.975 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:12:56.975 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:12:56.975 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.975 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.975 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.975 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.975 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.975 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.975 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.975 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.975 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.976 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.976 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.976 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.976 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.976 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.976 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.976 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.976 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.976 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.976 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.976 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:12:56.976 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:12:56.976 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.976 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.977 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.977 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.977 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.977 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.977 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.977 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.977 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.977 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.977 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.977 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.977 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:12:56.977 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:12:56.977 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.978 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.978 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.978 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:12:56.978 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.978 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.978 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.978 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.978 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.978 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.978 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.978 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.978 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.978 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.978 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.979 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.979 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.979 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.979 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.979 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:12:56.979 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:12:56.979 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.979 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.979 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.979 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.979 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.979 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.979 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.980 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.980 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.980 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.980 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.980 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.980 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.980 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.980 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:56.980 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2023-12-27T22:12:56.980 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:12:56.980 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:12:56.980 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:12:56.980 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:12:56.980 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:12:56.981 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.981 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.981 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.981 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.981 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.981 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.981 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.981 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.981 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.981 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.981 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.981 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.981 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.981 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.982 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.982 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.982 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.982 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.982 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.982 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:12:56.982 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:12:56.982 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.982 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.982 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.982 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.982 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.982 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.982 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.983 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.983 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.983 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.983 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.983 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.983 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:12:56.983 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:12:56.983 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.983 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.983 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.983 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:12:56.983 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.983 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.984 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.984 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.984 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.984 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.984 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.984 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.984 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.984 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.984 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.984 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.984 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.984 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.984 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.984 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:12:56.985 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:12:56.985 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.985 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.985 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.985 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.985 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.985 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.985 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.985 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.985 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.985 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.985 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.985 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.985 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2023-12-27T22:12:56.986 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2023-12-27T22:12:56.986 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.986 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.986 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.986 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.986 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.986 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.986 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.986 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.986 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.986 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.986 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.986 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.986 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2023-12-27T22:12:56.987 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2023-12-27T22:12:56.987 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.987 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.987 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.987 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2023-12-27T22:12:56.987 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.987 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.987 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.987 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.987 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.987 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.987 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.987 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.988 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2023-12-27T22:12:56.988 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2023-12-27T22:12:56.988 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.988 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.988 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.988 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.988 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.988 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.988 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.988 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.988 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.988 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.988 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.988 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.989 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2023-12-27T22:12:56.989 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2023-12-27T22:12:56.989 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:12:56.989 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.989 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.989 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.989 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.989 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.989 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.989 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.989 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.989 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.989 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.989 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.989 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2023-12-27T22:12:56.990 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2023-12-27T22:12:56.990 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-12-27T22:12:56.990 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.990 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.990 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.990 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.990 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.990 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.990 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.990 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.990 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.990 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.990 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.990 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2023-12-27T22:12:56.990 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2023-12-27T22:12:56.991 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.991 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.991 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.991 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.991 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.991 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.991 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.991 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.991 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.991 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.991 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.991 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.991 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2023-12-27T22:12:56.991 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2023-12-27T22:12:56.991 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.992 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.992 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.992 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.992 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.992 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.992 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.992 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.992 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.992 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.992 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.992 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.992 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2023-12-27T22:12:56.992 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2023-12-27T22:12:56.992 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.992 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.993 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.993 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:12:56.993 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.993 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.993 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.993 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.993 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.993 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.993 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.993 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.993 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2023-12-27T22:12:56.993 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2023-12-27T22:12:56.993 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.993 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.994 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.994 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.994 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.994 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.994 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.994 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.994 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.994 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.994 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.994 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.994 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2023-12-27T22:12:56.994 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2023-12-27T22:12:56.994 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.994 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.994 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.995 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.995 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.995 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.995 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.995 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.995 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.995 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.995 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.995 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.995 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2023-12-27T22:12:56.995 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2023-12-27T22:12:56.995 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.995 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.996 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:56.996 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.996 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.996 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.996 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.996 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.996 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.996 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.996 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.996 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.996 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:56.996 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.996 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:56.996 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2023-12-27T22:12:56.996 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:12:56.997 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:12:56.997 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:12:56.997 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:12:56.997 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:12:56.997 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.997 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.997 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.997 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:56.997 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.997 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.997 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:56.997 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:56.997 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:56.997 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:56.997 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:56.998 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:56.998 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:56.998 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:56.998 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.998 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.998 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.998 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.998 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.998 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:12:56.998 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:12:56.998 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:56.998 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.998 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.998 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:56.998 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.999 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.999 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:56.999 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:56.999 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:56.999 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:56.999 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:56.999 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:56.999 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:12:56.999 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:12:56.999 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:56.999 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:56.999 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:56.999 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:12:56.999 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:56.999 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:56.999 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:57.000 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:57.000 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:57.000 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:57.000 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:57.000 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:57.000 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:57.000 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:57.000 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.000 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.000 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.000 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.000 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.000 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:12:57.000 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:12:57.000 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:57.001 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.001 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:57.001 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:57.001 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.001 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.001 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.001 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.001 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.001 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.001 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.001 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:57.001 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:57.001 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.002 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:57.002 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2023-12-27T22:12:57.002 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:12:57.002 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:12:57.002 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:12:57.002 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2023-12-27T22:12:57.002 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2023-12-27T22:12:57.002 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:57.002 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.002 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:57.002 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2023-12-27T22:12:57.002 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.002 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.002 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.002 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.003 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.003 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.003 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.003 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.003 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-27T22:12:57.003 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-27T22:12:57.003 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:12:57.003 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.003 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:57.003 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2023-12-27T22:12:57.003 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.003 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.003 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.003 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.003 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.004 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.004 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.004 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.004 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:12:57.004 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:12:57.004 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:57.004 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.004 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:57.004 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:57.004 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.004 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.004 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:57.004 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:57.004 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:57.004 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:57.005 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:57.005 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:57.005 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:57.005 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:57.005 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.005 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.005 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.005 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.005 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.005 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:12:57.005 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:12:57.005 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:57.005 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.005 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:57.006 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:57.006 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.006 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.006 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.006 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.006 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.006 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.006 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.006 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.006 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:12:57.006 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:12:57.006 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:57.006 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.006 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:57.006 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:12:57.007 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.007 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.007 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:57.007 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:57.007 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:57.007 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:57.007 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:57.007 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:57.007 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:57.007 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:57.007 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.007 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.007 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.007 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.007 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.007 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:12:57.008 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:12:57.008 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:57.008 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.008 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:57.008 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:57.008 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.008 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.008 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.008 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.008 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.008 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.008 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.008 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:57.008 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:57.008 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.008 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:57.009 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2023-12-27T22:12:57.009 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:12:57.009 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:12:57.009 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:12:57.009 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2023-12-27T22:12:57.009 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2023-12-27T22:12:57.009 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:57.009 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.009 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:57.009 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:12:57.009 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.009 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.009 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.009 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2023-12-27T22:12:57.010 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.010 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.010 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.010 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.010 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2023-12-27T22:12:57.010 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2023-12-27T22:12:57.010 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:57.010 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.010 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:57.010 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:12:57.010 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.010 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.010 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.010 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.010 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.010 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.011 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.011 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.011 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2023-12-27T22:12:57.011 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2023-12-27T22:12:57.011 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:57.011 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.011 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:57.011 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:12:57.011 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.011 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.011 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.011 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.011 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.011 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.012 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.012 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.012 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2023-12-27T22:12:57.012 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2023-12-27T22:12:57.012 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:57.012 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.012 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:57.012 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:57.012 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.012 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.012 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.012 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.012 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.012 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.012 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.013 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.013 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2023-12-27T22:12:57.013 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2023-12-27T22:12:57.013 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:57.013 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.013 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:57.013 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-27T22:12:57.013 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.013 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.013 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.013 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.013 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.013 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.013 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.013 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.014 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2023-12-27T22:12:57.014 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2023-12-27T22:12:57.014 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:57.014 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.014 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:57.014 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-27T22:12:57.014 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.014 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.014 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.014 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.014 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.014 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.014 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.014 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.014 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2023-12-27T22:12:57.015 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2023-12-27T22:12:57.015 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:57.015 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.015 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:57.015 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2023-12-27T22:12:57.015 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.015 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.015 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.015 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.015 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.015 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.015 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.015 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.015 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2023-12-27T22:12:57.015 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2023-12-27T22:12:57.016 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:57.016 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.016 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:57.016 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:57.016 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.016 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.016 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.016 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.016 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.016 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.016 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.016 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.016 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-27T22:12:57.016 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-27T22:12:57.016 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:12:57.017 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.017 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:57.017 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2023-12-27T22:12:57.017 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2023-12-27T22:12:57.017 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.017 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.017 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.017 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.017 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.017 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.017 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.017 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2023-12-27T22:12:57.017 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2023-12-27T22:12:57.017 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:12:57.018 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.018 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:57.018 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2023-12-27T22:12:57.018 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.018 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.018 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.018 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.018 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.018 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.018 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.018 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.018 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2023-12-27T22:12:57.018 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2023-12-27T22:12:57.018 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:57.018 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.018 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:57.019 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:57.019 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.019 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.019 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.019 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.019 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.019 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.019 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.019 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.019 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:12:57.019 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:12:57.019 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:57.019 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.019 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:57.020 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:57.020 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.020 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.020 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:57.020 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:57.020 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:57.020 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:57.020 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:57.020 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:57.020 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:57.020 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:57.020 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.020 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.020 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.020 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.021 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.021 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:12:57.021 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:12:57.021 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:57.021 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.021 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:57.021 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:57.021 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.021 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.021 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.021 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.021 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.021 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.021 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.021 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.022 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:12:57.022 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:12:57.022 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:57.022 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.022 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:57.022 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:12:57.022 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.022 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.022 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:57.022 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:57.022 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:57.022 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:57.022 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:57.022 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:57.022 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:57.023 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:57.023 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.023 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.023 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.023 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.023 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.023 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:12:57.023 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:12:57.023 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:57.023 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.023 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:57.023 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:57.023 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.023 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.023 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.024 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.024 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.024 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.024 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.024 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.024 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2023-12-27T22:12:57.024 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2023-12-27T22:12:57.024 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:57.024 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.024 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:57.024 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-27T22:12:57.024 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.024 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.024 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.024 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.024 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.025 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.025 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.025 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.025 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2023-12-27T22:12:57.025 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2023-12-27T22:12:57.025 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:57.025 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.025 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:57.025 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-27T22:12:57.025 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.025 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.025 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.025 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.025 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.026 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.026 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.026 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.026 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2023-12-27T22:12:57.026 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2023-12-27T22:12:57.026 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:57.026 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.026 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:57.026 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2023-12-27T22:12:57.026 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.026 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.026 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.026 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.027 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.027 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.027 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.027 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:57.027 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:57.027 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.027 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:57.027 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2023-12-27T22:12:57.027 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:12:57.027 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:12:57.027 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:12:57.027 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:12:57.027 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:12:57.028 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:57.028 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.028 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:57.028 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:57.028 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.028 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.028 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:57.028 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:57.028 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:57.028 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:57.028 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:57.028 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:57.028 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:57.028 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:57.028 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.028 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.029 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.029 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.029 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.029 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:12:57.029 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:12:57.029 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:57.029 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.029 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:57.029 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:57.029 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.029 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.029 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.029 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.029 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.029 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.030 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.030 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.030 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:12:57.030 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:12:57.030 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:57.030 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.030 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:57.030 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:12:57.030 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.030 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.030 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:57.030 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:57.030 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:57.030 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:57.030 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:57.030 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:57.030 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:57.031 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:57.031 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.031 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.031 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.031 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.031 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.031 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:12:57.031 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:12:57.031 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:57.031 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.031 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:57.031 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:57.031 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.031 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.031 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.032 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.032 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.032 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.032 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.032 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:57.032 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:57.032 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.032 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:57.032 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2023-12-27T22:12:57.032 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:12:57.032 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:12:57.032 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:12:57.032 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:12:57.032 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:12:57.032 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:57.032 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.033 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:57.033 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:57.033 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.033 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.033 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:57.033 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:57.033 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:57.033 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:57.033 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:57.033 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:57.033 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:57.033 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:57.033 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.033 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.034 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.034 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.034 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.034 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:12:57.034 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:12:57.034 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:57.034 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.034 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:57.034 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:57.034 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.034 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.034 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.034 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.034 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.034 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.035 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.035 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.035 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:12:57.035 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:12:57.035 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:57.035 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.035 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:57.035 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:12:57.035 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.035 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.035 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:57.035 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:57.035 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:57.036 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:57.036 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:57.036 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:57.036 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:57.036 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:57.036 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.036 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.036 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.036 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.036 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.036 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:12:57.036 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:12:57.036 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:57.036 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.036 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:57.037 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:57.037 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.037 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.037 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.037 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.037 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.037 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.037 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.037 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:57.037 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:57.037 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.037 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:57.037 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2023-12-27T22:12:57.037 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:12:57.037 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:12:57.038 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:12:57.038 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2023-12-27T22:12:57.038 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2023-12-27T22:12:57.038 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:57.038 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.038 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:57.038 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2023-12-27T22:12:57.038 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.038 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.038 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.038 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.038 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.038 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.038 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.038 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.039 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2023-12-27T22:12:57.039 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2023-12-27T22:12:57.039 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:57.039 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.039 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:57.039 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:57.039 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.039 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.039 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.039 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.039 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.039 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.039 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.039 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.039 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-27T22:12:57.040 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-27T22:12:57.040 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:12:57.040 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.040 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:57.040 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-27T22:12:57.040 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.040 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.040 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.040 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.040 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.040 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.040 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.040 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.040 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:12:57.040 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:12:57.041 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:57.041 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.041 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:57.041 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:12:57.041 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.041 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.041 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:57.041 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:57.041 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:57.041 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:57.041 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:57.041 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:57.041 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:57.041 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:57.041 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.042 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.042 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.042 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.042 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.042 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:12:57.042 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:12:57.042 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:57.042 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.042 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:57.042 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:57.042 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.042 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.042 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.043 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.043 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.043 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.043 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.043 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.043 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:12:57.043 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:12:57.043 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:57.043 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.043 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:57.043 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:12:57.043 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.043 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.044 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:12:57.044 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:12:57.044 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:12:57.044 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:12:57.044 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:12:57.044 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:12:57.044 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:12:57.044 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:57.044 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.044 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.044 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.044 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.044 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.044 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:12:57.044 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:12:57.045 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:12:57.045 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.045 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:12:57.045 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:12:57.045 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.045 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.045 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.045 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.045 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.045 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.045 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.045 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.045 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2023-12-27T22:12:57.045 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2023-12-27T22:12:57.046 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:57.046 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.046 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:57.046 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-27T22:12:57.046 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.046 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.046 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.046 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.046 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.046 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.046 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.046 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.046 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2023-12-27T22:12:57.046 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2023-12-27T22:12:57.046 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:12:57.046 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.047 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:57.047 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2023-12-27T22:12:57.047 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.047 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.047 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.047 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.047 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.047 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.047 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.047 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.047 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2023-12-27T22:12:57.047 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2023-12-27T22:12:57.047 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:12:57.047 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:12:57.047 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:12:57.048 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2023-12-27T22:12:57.048 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:12:57.048 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:12:57.048 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:12:57.048 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:12:57.048 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:12:57.048 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:12:57.048 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:12:57.048 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:57.048 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:57.048 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:57.048 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:57.048 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2023-12-27T22:12:57.048 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2023-12-27T22:12:57.048 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2023-12-27T22:12:57.049 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2023-12-27T22:12:57.049 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2023-12-27T22:12:57.049 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2023-12-27T22:12:57.049 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2023-12-27T22:12:57.049 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2023-12-27T22:12:57.049 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2023-12-27T22:12:57.049 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2023-12-27T22:12:57.049 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2023-12-27T22:12:57.049 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:57.049 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2023-12-27T22:12:57.049 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2023-12-27T22:12:57.049 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2023-12-27T22:12:57.049 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2023-12-27T22:12:57.049 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2023-12-27T22:12:57.050 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2023-12-27T22:12:57.050 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2023-12-27T22:12:57.050 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2023-12-27T22:12:57.050 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2023-12-27T22:12:57.050 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2023-12-27T22:12:57.050 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2023-12-27T22:12:57.050 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2023-12-27T22:12:57.050 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:12:57.050 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 0, 2023-12-27T22:12:57.050 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2023-12-27T22:12:57.050 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:57.050 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-27T22:12:57.050 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:57.050 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-27T22:12:57.050 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.5:0", 2023-12-27T22:12:57.050 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1930110532 2023-12-27T22:12:57.051 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:57.051 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-27T22:12:57.051 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.051 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:57.051 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-27T22:12:57.051 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:57.051 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-27T22:12:57.051 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.5:0", 2023-12-27T22:12:57.051 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 3990322534 2023-12-27T22:12:57.051 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:57.051 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-27T22:12:57.051 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:12:57.051 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:57.051 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-27T22:12:57.051 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:12:57.052 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-27T22:12:57.052 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.5:0", 2023-12-27T22:12:57.052 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2910800043 2023-12-27T22:12:57.052 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:57.052 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-27T22:12:57.052 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:57.052 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-27T22:12:57.052 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:57.052 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:12:57.053 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Waiting for the mgr to restart... 2023-12-27T22:12:57.053 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Waiting for Mgr epoch 5... 2023-12-27T22:12:57.053 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi005', '-v', '/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2023-12-27T22:12:57.053 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi005 -v /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2023-12-27T22:12:57.613 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:57 smithi005 bash[108203]: audit 2023-12-27T22:12:56.356302+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.5:0/94091746' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2023-12-27T22:12:59.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:59 smithi005 bash[108203]: cluster 2023-12-27T22:12:59.172267+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon y restarted 2023-12-27T22:12:59.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:59 smithi005 bash[108203]: cluster 2023-12-27T22:12:59.172688+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon y 2023-12-27T22:12:59.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:12:59 smithi005 bash[108203]: cluster 2023-12-27T22:12:59.174241+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-27T22:13:00.239 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:00.239 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 7, 2023-12-27T22:13:00.239 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2023-12-27T22:13:00.239 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:00.613 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:00 smithi005 bash[108203]: cluster 2023-12-27T22:12:59.224807+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: y(active, starting, since 0.0521866s) 2023-12-27T22:13:00.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:00 smithi005 bash[108203]: audit 2023-12-27T22:12:59.227317+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14119 172.21.15.5:0/2499466941' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-27T22:13:00.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:00 smithi005 bash[108203]: audit 2023-12-27T22:12:59.228159+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14119 172.21.15.5:0/2499466941' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-27T22:13:00.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:00 smithi005 bash[108203]: audit 2023-12-27T22:12:59.228271+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14119 172.21.15.5:0/2499466941' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-27T22:13:00.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:00 smithi005 bash[108203]: audit 2023-12-27T22:12:59.228392+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14119 172.21.15.5:0/2499466941' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-27T22:13:00.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:00 smithi005 bash[108203]: audit 2023-12-27T22:12:59.228692+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14119 172.21.15.5:0/2499466941' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-27T22:13:00.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:00 smithi005 bash[108203]: audit 2023-12-27T22:12:59.229197+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14119 172.21.15.5:0/2499466941' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-27T22:13:00.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:00 smithi005 bash[108203]: audit 2023-12-27T22:12:59.229408+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14119 172.21.15.5:0/2499466941' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-27T22:13:00.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:00 smithi005 bash[108203]: cluster 2023-12-27T22:12:59.242597+0000 mon.a (mon.0) 49 : cluster [INF] Manager daemon y is now available 2023-12-27T22:13:00.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:00 smithi005 bash[108203]: audit 2023-12-27T22:12:59.261948+0000 mon.a (mon.0) 50 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-27T22:13:00.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:00 smithi005 bash[108203]: audit 2023-12-27T22:13:00.143149+0000 mon.a (mon.0) 51 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-27T22:13:00.972 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Setting orchestrator backend to cephadm... 2023-12-27T22:13:00.972 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi005', '-v', '/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'set', 'backend', 'cephadm'] 2023-12-27T22:13:00.972 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi005 -v /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch set backend cephadm 2023-12-27T22:13:01.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:01 smithi005 bash[108203]: cluster 2023-12-27T22:13:00.231661+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e7: y(active, since 1.05904s) 2023-12-27T22:13:03.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:02 smithi005 bash[108203]: cluster 2023-12-27T22:13:01.958936+0000 mon.a (mon.0) 53 : cluster [DBG] mgrmap e8: y(active, since 2s) 2023-12-27T22:13:03.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:02 smithi005 bash[108203]: audit 2023-12-27T22:13:02.134199+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-27T22:13:03.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:02 smithi005 bash[108203]: audit 2023-12-27T22:13:02.135369+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14119 172.21.15.5:0/2499466941' entity='mgr.y' cmd=[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]: dispatch 2023-12-27T22:13:03.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:02 smithi005 bash[108203]: audit 2023-12-27T22:13:02.137734+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14119 172.21.15.5:0/2499466941' entity='mgr.y' cmd='[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]': finished 2023-12-27T22:13:04.614 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Generating ssh key... 2023-12-27T22:13:04.614 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi005', '-v', '/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'generate-key'] 2023-12-27T22:13:04.614 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi005 -v /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm generate-key 2023-12-27T22:13:06.864 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:13:06 smithi005 bash[108436]: Generating public/private rsa key pair. 2023-12-27T22:13:06.864 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:13:06 smithi005 bash[108436]: Your identification has been saved in /tmp/tmp_hkjx3_l/key. 2023-12-27T22:13:06.864 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:13:06 smithi005 bash[108436]: Your public key has been saved in /tmp/tmp_hkjx3_l/key.pub. 2023-12-27T22:13:06.864 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:13:06 smithi005 bash[108436]: The key fingerprint is: 2023-12-27T22:13:06.864 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:13:06 smithi005 bash[108436]: SHA256:og866bpxZplsVDO0WT/ptTeQTeajMASd2jL+tFLE9lo ceph-fe802a76-a504-11ee-95a5-87774f69a715 2023-12-27T22:13:06.864 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:13:06 smithi005 bash[108436]: The key's randomart image is: 2023-12-27T22:13:06.864 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:13:06 smithi005 bash[108436]: +---[RSA 3072]----+ 2023-12-27T22:13:06.864 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:13:06 smithi005 bash[108436]: | . oo.. o | 2023-12-27T22:13:06.864 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:13:06 smithi005 bash[108436]: | . + oo. * | 2023-12-27T22:13:06.864 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:13:06 smithi005 bash[108436]: | * +* + + | 2023-12-27T22:13:06.864 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:13:06 smithi005 bash[108436]: | . o+.== + . | 2023-12-27T22:13:06.864 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:13:06 smithi005 bash[108436]: | . ..=S.o o | 2023-12-27T22:13:06.864 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:13:06 smithi005 bash[108436]: | o o ...o E. . | 2023-12-27T22:13:06.865 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:13:06 smithi005 bash[108436]: |. O.o + + | 2023-12-27T22:13:06.865 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:13:06 smithi005 bash[108436]: | *o. o. + | 2023-12-27T22:13:06.865 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:13:06 smithi005 bash[108436]: |o+o. .. | 2023-12-27T22:13:06.865 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:13:06 smithi005 bash[108436]: +----[SHA256]-----+ 2023-12-27T22:13:07.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:06 smithi005 bash[108203]: audit 2023-12-27T22:13:05.905766+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-27T22:13:07.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:06 smithi005 bash[108203]: cephadm 2023-12-27T22:13:05.905990+0000 mgr.y (mgr.14119) 3 : cephadm [INF] Generating ssh key... 2023-12-27T22:13:07.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:06 smithi005 bash[108203]: audit 2023-12-27T22:13:06.446237+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14119 172.21.15.5:0/2499466941' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEAw1Uep2Lq8vfB2awH40po3wiu0W07fk7p0u2Cl+iLzOBQb2VZWdg7\nk2OmbynSJhTnqVXfCof35HamTGTIyfVwcxLcv8xD+twiRZnm0Re353p7BnXyMxbMOFG8Xd\nQbQm3DF8mhIXFFSBy1/fR5JutDb+W3vnF1vR8ZHwL360N6GEcY/XCUl08jQp3z3l+COZHK\nenopHDSofc3ix4+qEx+gZDwnPp3CBTBCg8ArRZjeBhEdCNnhe40NIa6ImshruStoVLCGBk\nPlIdXH+EfzNvMQceIadCFAUsLFxJdU/1pW2glrkMxZ1K3S5FrZOpUzekpJkD58d//NxdQw\nZb7tFeotdz9//c4GgqShiBTKMh3acwEKbhIwsPbPP5N3uX/LzDInZefJw3zFCohgqFVZjB\nA+68ibxnoy2BOboeB88tZ3P3Ohb9HCOqadxAMYDMwWgaLa5HtGCuYIkBCwtGgvRfPW+WNF\nDJaochWdVJMRkcHnwTiUP8tjG2uoXkW7Yr1wGad9AAAFoOeXdHPnl3RzAAAAB3NzaC1yc2\nEAAAGBAMNVHqdi6vL3wdmsB+NKaN8IrtFtO35O6dLtgpfoi8zgUG9lWVnYO5Njpm8p0iYU\n56lV3wqH9+R2pkxkyMn1cHMS3L/MQ/rcIkWZ5tEXt+d6ewZ18jMWzDhRvF3UG0JtwxfJoS\nFxRUgctf30eSbrQ2/lt75xdb0fGR8C9+tDehhHGP1wlJdPI0Kd895fgjmRynp6KRw0qH3N\n4sePqhMfoGQ8Jz6dwgUwQoPAK0WY3gYRHQjZ4XuNDSGuiJrIa7kraFSwhgZD5SHVx/hH8z\nbzEHHiGnQhQFLCxcSXVP9aVtoJa5DMWdSt0uRa2TqVM3pKSZA+fHf/zcXUMGW+7RXqLXc/\nf/3OBoKkoYgUyjId2nMBCm4SMLD2zz+Td7l/y8wyJ2XnycN8xQqIYKhVWYwQPuvIm8Z6Mt\ngTm6HgfPLWdz9zoW/RwjqmncQDGAzMFoGi2uR7RgrmCJAQsLRoL0Xz1vljRQyWqHIVnVST\nEZHB58E4lD/LYxtrqF5Fu2K9cBmnfQAAAAMBAAEAAAGAVPlMkojHqNb7L5RVAh22rX/7fQ\nPF49a0hZvpOehiGMhkdXFjg2A72ox5NNa+ou5pMRM4Kj6oKm0rPwSBDMqHFqhX++ACmrj0\n985RyRhGWp6/sjnRGUSLptx302GYUjeprUl7nS7Hcu16hnW51qJ1/dGzM1fsXk+PAByseV\n4rWTBkwKwfGAvHTQ2lr1FhN2Yi7VEDXU/TFJdiVmo7FIKnpbM9Z1H9u4AZD3Oj32z2+TCs\nrtMJ8lOUKNjieGND6ZPl1fUzBNey8NkwJMSrAbs8rYeNdRHlVbgpJD4mP0acajsIMuAl6y\nx7cRaKd2ENTQztbXHe3UbFXMxnqZyEYaXno52HGdyfhKAnw0NZxpjBMGTMmdEsJYWK3yg+\nx8boraVrxyI2v8oRhD9w1S5SuHdMMmRkvWUPK8SKCHwHZkymKoMbDnNRIq61u7bzQEE2qk\n87D7HQojpPD+9eg465ALbLSLzyNHurBGK6DfIRJ2JUiANrMgJqku9wkHu7k/a3CbLBAAAA\nwQDVBBkib3HtVN3eMxlDB0Lab1oWCa1JCk5/T16VQvSMB7pc+2hi6Ay3vyyeCSj7DFePjr\nVkH6Lxm1dBhHH6Nre1vg6Hd1gcVMS99DMGdHxc6sb2RjaNDIyCe0Ebyikwjrd2qeg2VwA8\nhdbYKYvHZf4XIZybleEeWpuq16vmHK9vsZ6hkz2szayZk3IDV28CEd6MiHRZVeec0ShgFi\ncLru7cwLVRlKfmPRKK5FbvLeDiHh2g0fjcwqo8Wv4LN6dQvAkAAADBAPIZrVi7/iUP7Qa3\nvpZ3rm8oDazoh6hnHsIkFRRqo2W7CRzcZ9GhbPBNCWZT+qmTn+uPPpfCJ67NRp0h+qqYxM\n3wwOMddkP9ztsBDqvw6wefLTh7+0DkCsH+jdFmANkKP1rbqWDQOo7Hk32171maeeQdLs2P\n6SmCJdt77v89cqbSgDyc5UAFT0UWIEBCWT07Mg3zITu/qPOWZRuXGDv4+ecXuYrqL6o1Ap\ntmkeFSm/BQq7FvuePJKjBix1or+zDqiQAAAMEAzowP/XCzo4kOcwUHQoUz2aKosHSzENoy\n8H95n7fMcfVlU7wAfh19RHkHW5z3ZCI6/zhe8gXq4BNj64XjXlA63wd/jeDzE+UnX8Xxxw\n4jXQiQoNZt1uzRRVNGiXYvjIob+XdJXfGLToG9MhngH80GS1mvlSzD+P3FLcMSW4F87SrJ\nS+6he24/HpJSeqka0WGF+NfE8htab91Z2QaQ0kYulv08p8h0r4u1x+qwRazptH7t8uTS2e\nibmJylDeGda4hVAAAAKWNlcGgtZmU4MDJhNzYtYTUwNC0xMWVlLTk1YTUtODc3NzRmNjlh\nNzE1AQ==\n-----END OPENSSH PRIVATE KEY-----\n"}]: dispatch 2023-12-27T22:13:07.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:06 smithi005 bash[108203]: audit 2023-12-27T22:13:06.447875+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14119 172.21.15.5:0/2499466941' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEAw1Uep2Lq8vfB2awH40po3wiu0W07fk7p0u2Cl+iLzOBQb2VZWdg7\nk2OmbynSJhTnqVXfCof35HamTGTIyfVwcxLcv8xD+twiRZnm0Re353p7BnXyMxbMOFG8Xd\nQbQm3DF8mhIXFFSBy1/fR5JutDb+W3vnF1vR8ZHwL360N6GEcY/XCUl08jQp3z3l+COZHK\nenopHDSofc3ix4+qEx+gZDwnPp3CBTBCg8ArRZjeBhEdCNnhe40NIa6ImshruStoVLCGBk\nPlIdXH+EfzNvMQceIadCFAUsLFxJdU/1pW2glrkMxZ1K3S5FrZOpUzekpJkD58d//NxdQw\nZb7tFeotdz9//c4GgqShiBTKMh3acwEKbhIwsPbPP5N3uX/LzDInZefJw3zFCohgqFVZjB\nA+68ibxnoy2BOboeB88tZ3P3Ohb9HCOqadxAMYDMwWgaLa5HtGCuYIkBCwtGgvRfPW+WNF\nDJaochWdVJMRkcHnwTiUP8tjG2uoXkW7Yr1wGad9AAAFoOeXdHPnl3RzAAAAB3NzaC1yc2\nEAAAGBAMNVHqdi6vL3wdmsB+NKaN8IrtFtO35O6dLtgpfoi8zgUG9lWVnYO5Njpm8p0iYU\n56lV3wqH9+R2pkxkyMn1cHMS3L/MQ/rcIkWZ5tEXt+d6ewZ18jMWzDhRvF3UG0JtwxfJoS\nFxRUgctf30eSbrQ2/lt75xdb0fGR8C9+tDehhHGP1wlJdPI0Kd895fgjmRynp6KRw0qH3N\n4sePqhMfoGQ8Jz6dwgUwQoPAK0WY3gYRHQjZ4XuNDSGuiJrIa7kraFSwhgZD5SHVx/hH8z\nbzEHHiGnQhQFLCxcSXVP9aVtoJa5DMWdSt0uRa2TqVM3pKSZA+fHf/zcXUMGW+7RXqLXc/\nf/3OBoKkoYgUyjId2nMBCm4SMLD2zz+Td7l/y8wyJ2XnycN8xQqIYKhVWYwQPuvIm8Z6Mt\ngTm6HgfPLWdz9zoW/RwjqmncQDGAzMFoGi2uR7RgrmCJAQsLRoL0Xz1vljRQyWqHIVnVST\nEZHB58E4lD/LYxtrqF5Fu2K9cBmnfQAAAAMBAAEAAAGAVPlMkojHqNb7L5RVAh22rX/7fQ\nPF49a0hZvpOehiGMhkdXFjg2A72ox5NNa+ou5pMRM4Kj6oKm0rPwSBDMqHFqhX++ACmrj0\n985RyRhGWp6/sjnRGUSLptx302GYUjeprUl7nS7Hcu16hnW51qJ1/dGzM1fsXk+PAByseV\n4rWTBkwKwfGAvHTQ2lr1FhN2Yi7VEDXU/TFJdiVmo7FIKnpbM9Z1H9u4AZD3Oj32z2+TCs\nrtMJ8lOUKNjieGND6ZPl1fUzBNey8NkwJMSrAbs8rYeNdRHlVbgpJD4mP0acajsIMuAl6y\nx7cRaKd2ENTQztbXHe3UbFXMxnqZyEYaXno52HGdyfhKAnw0NZxpjBMGTMmdEsJYWK3yg+\nx8boraVrxyI2v8oRhD9w1S5SuHdMMmRkvWUPK8SKCHwHZkymKoMbDnNRIq61u7bzQEE2qk\n87D7HQojpPD+9eg465ALbLSLzyNHurBGK6DfIRJ2JUiANrMgJqku9wkHu7k/a3CbLBAAAA\nwQDVBBkib3HtVN3eMxlDB0Lab1oWCa1JCk5/T16VQvSMB7pc+2hi6Ay3vyyeCSj7DFePjr\nVkH6Lxm1dBhHH6Nre1vg6Hd1gcVMS99DMGdHxc6sb2RjaNDIyCe0Ebyikwjrd2qeg2VwA8\nhdbYKYvHZf4XIZybleEeWpuq16vmHK9vsZ6hkz2szayZk3IDV28CEd6MiHRZVeec0ShgFi\ncLru7cwLVRlKfmPRKK5FbvLeDiHh2g0fjcwqo8Wv4LN6dQvAkAAADBAPIZrVi7/iUP7Qa3\nvpZ3rm8oDazoh6hnHsIkFRRqo2W7CRzcZ9GhbPBNCWZT+qmTn+uPPpfCJ67NRp0h+qqYxM\n3wwOMddkP9ztsBDqvw6wefLTh7+0DkCsH+jdFmANkKP1rbqWDQOo7Hk32171maeeQdLs2P\n6SmCJdt77v89cqbSgDyc5UAFT0UWIEBCWT07Mg3zITu/qPOWZRuXGDv4+ecXuYrqL6o1Ap\ntmkeFSm/BQq7FvuePJKjBix1or+zDqiQAAAMEAzowP/XCzo4kOcwUHQoUz2aKosHSzENoy\n8H95n7fMcfVlU7wAfh19RHkHW5z3ZCI6/zhe8gXq4BNj64XjXlA63wd/jeDzE+UnX8Xxxw\n4jXQiQoNZt1uzRRVNGiXYvjIob+XdJXfGLToG9MhngH80GS1mvlSzD+P3FLcMSW4F87SrJ\nS+6he24/HpJSeqka0WGF+NfE8htab91Z2QaQ0kYulv08p8h0r4u1x+qwRazptH7t8uTS2e\nibmJylDeGda4hVAAAAKWNlcGgtZmU4MDJhNzYtYTUwNC0xMWVlLTk1YTUtODc3NzRmNjlh\nNzE1AQ==\n-----END OPENSSH PRIVATE KEY-----\n"}]': finished 2023-12-27T22:13:07.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:06 smithi005 bash[108203]: audit 2023-12-27T22:13:06.448266+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14119 172.21.15.5:0/2499466941' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDVR6nYury98HZrAfjSmjfCK7RbTt+TunS7YKX6IvM4FBvZVlZ2DuTY6ZvKdImFOepVd8Kh/fkdqZMZMjJ9XBzEty/zEP63CJFmebRF7fnensGdfIzFsw4Ubxd1BtCbcMXyaEhcUVIHLX99Hkm60Nv5be+cXW9HxkfAvfrQ3oYRxj9cJSXTyNCnfPeX4I5kcp6eikcNKh9zeLHj6oTH6BkPCc+ncIFMEKDwCtFmN4GER0I2eF7jQ0hroiayGu5K2hUsIYGQ+Uh1cf4R/M28xBx4hp0IUBSwsXEl1T/WlbaCWuQzFnUrdLkWtk6lTN6SkmQPnx3/83F1DBlvu0V6i13P3/9zgaCpKGIFMoyHdpzAQpuEjCw9s8/k3e5f8vMMidl58nDfMUKiGCoVVmMED7ryJvGejLYE5uh4Hzy1nc/c6Fv0cI6pp3EAxgMzBaBotrke0YK5giQELC0aC9F89b5Y0UMlqhyFZ1UkxGRwefBOJQ/y2Mba6heRbtivXAZp30= ceph-fe802a76-a504-11ee-95a5-87774f69a715\n"}]: dispatch 2023-12-27T22:13:07.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:06 smithi005 bash[108203]: audit 2023-12-27T22:13:06.449435+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14119 172.21.15.5:0/2499466941' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDVR6nYury98HZrAfjSmjfCK7RbTt+TunS7YKX6IvM4FBvZVlZ2DuTY6ZvKdImFOepVd8Kh/fkdqZMZMjJ9XBzEty/zEP63CJFmebRF7fnensGdfIzFsw4Ubxd1BtCbcMXyaEhcUVIHLX99Hkm60Nv5be+cXW9HxkfAvfrQ3oYRxj9cJSXTyNCnfPeX4I5kcp6eikcNKh9zeLHj6oTH6BkPCc+ncIFMEKDwCtFmN4GER0I2eF7jQ0hroiayGu5K2hUsIYGQ+Uh1cf4R/M28xBx4hp0IUBSwsXEl1T/WlbaCWuQzFnUrdLkWtk6lTN6SkmQPnx3/83F1DBlvu0V6i13P3/9zgaCpKGIFMoyHdpzAQpuEjCw9s8/k3e5f8vMMidl58nDfMUKiGCoVVmMED7ryJvGejLYE5uh4Hzy1nc/c6Fv0cI6pp3EAxgMzBaBotrke0YK5giQELC0aC9F89b5Y0UMlqhyFZ1UkxGRwefBOJQ/y2Mba6heRbtivXAZp30= ceph-fe802a76-a504-11ee-95a5-87774f69a715\n"}]': finished 2023-12-27T22:13:08.636 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi005', '-v', '/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'get-pub-key'] 2023-12-27T22:13:08.636 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi005 -v /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm get-pub-key 2023-12-27T22:13:09.785 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDVR6nYury98HZrAfjSmjfCK7RbTt+TunS7YKX6IvM4FBvZVlZ2DuTY6ZvKdImFOepVd8Kh/fkdqZMZMjJ9XBzEty/zEP63CJFmebRF7fnensGdfIzFsw4Ubxd1BtCbcMXyaEhcUVIHLX99Hkm60Nv5be+cXW9HxkfAvfrQ3oYRxj9cJSXTyNCnfPeX4I5kcp6eikcNKh9zeLHj6oTH6BkPCc+ncIFMEKDwCtFmN4GER0I2eF7jQ0hroiayGu5K2hUsIYGQ+Uh1cf4R/M28xBx4hp0IUBSwsXEl1T/WlbaCWuQzFnUrdLkWtk6lTN6SkmQPnx3/83F1DBlvu0V6i13P3/9zgaCpKGIFMoyHdpzAQpuEjCw9s8/k3e5f8vMMidl58nDfMUKiGCoVVmMED7ryJvGejLYE5uh4Hzy1nc/c6Fv0cI6pp3EAxgMzBaBotrke0YK5giQELC0aC9F89b5Y0UMlqhyFZ1UkxGRwefBOJQ/y2Mba6heRbtivXAZp30= ceph-fe802a76-a504-11ee-95a5-87774f69a715 2023-12-27T22:13:10.818 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:10 smithi005 bash[108203]: audit 2023-12-27T22:13:09.785726+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-27T22:13:11.623 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2023-12-27T22:13:11.623 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Adding key to root@localhost's authorized_keys... 2023-12-27T22:13:11.623 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Adding host smithi005... 2023-12-27T22:13:11.623 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi005', '-v', '/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'host', 'add', 'smithi005'] 2023-12-27T22:13:11.623 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi005 -v /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch host add smithi005 2023-12-27T22:13:12.613 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:12 smithi005 bash[108203]: audit 2023-12-27T22:13:12.163000+0000 mgr.y (mgr.14119) 5 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi005", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:13:12.614 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:13:12 smithi005 bash[108436]: Warning: Permanently added 'smithi005,172.21.15.5' (ECDSA) to the list of known hosts. 2023-12-27T22:13:13.165 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Added host 'smithi005' 2023-12-27T22:13:13.497 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:13 smithi005 bash[108203]: audit 2023-12-27T22:13:12.669989+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14119 172.21.15.5:0/2499466941' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi005\": {\"hostname\": \"smithi005\", \"addr\": \"smithi005\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-27T22:13:13.497 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:13 smithi005 bash[108203]: audit 2023-12-27T22:13:12.671741+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14119 172.21.15.5:0/2499466941' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi005\": {\"hostname\": \"smithi005\", \"addr\": \"smithi005\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-27T22:13:13.497 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:13 smithi005 bash[108203]: cephadm 2023-12-27T22:13:12.672034+0000 mgr.y (mgr.14119) 6 : cephadm [INF] Added host smithi005 2023-12-27T22:13:13.497 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:13 smithi005 bash[108203]: audit 2023-12-27T22:13:12.899125+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14119 172.21.15.5:0/2499466941' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:13:13.497 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:13 smithi005 bash[108203]: audit 2023-12-27T22:13:12.900880+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14119 172.21.15.5:0/2499466941' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:13:13.497 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:13 smithi005 bash[108203]: audit 2023-12-27T22:13:12.901349+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14119 172.21.15.5:0/2499466941' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:13:13.645 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Enabling the dashboard module... 2023-12-27T22:13:13.645 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi005', '-v', '/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'dashboard'] 2023-12-27T22:13:13.645 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi005 -v /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable dashboard 2023-12-27T22:13:14.586 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:14 smithi005 bash[108203]: audit 2023-12-27T22:13:14.004046+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14119 172.21.15.5:0/2499466941' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:14.002231\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:14.003340\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-27T22:13:14.003425\", \"networks\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:13:14.586 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:14 smithi005 bash[108203]: audit 2023-12-27T22:13:14.005889+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14119 172.21.15.5:0/2499466941' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:14.002231\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:14.003340\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-27T22:13:14.003425\", \"networks\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:13:14.586 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:14 smithi005 bash[108203]: audit 2023-12-27T22:13:14.006539+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.14119 172.21.15.5:0/2499466941' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:13:14.586 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:14 smithi005 bash[108203]: audit 2023-12-27T22:13:14.214227+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.5:0/2336120047' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-27T22:13:15.308 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:13:15 smithi005 bash[108436]: ignoring --setuser ceph since I am not root 2023-12-27T22:13:15.308 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:13:15 smithi005 bash[108436]: ignoring --setgroup ceph since I am not root 2023-12-27T22:13:15.437 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi005', '-v', '/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2023-12-27T22:13:15.461 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi005 -v /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2023-12-27T22:13:16.059 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.059 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 9, 2023-12-27T22:13:16.059 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14119, 2023-12-27T22:13:16.059 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2023-12-27T22:13:16.060 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2023-12-27T22:13:16.060 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-27T22:13:16.060 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.060 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-27T22:13:16.060 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.5:6800", 2023-12-27T22:13:16.060 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 807995580 2023-12-27T22:13:16.060 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.060 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.060 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2023-12-27T22:13:16.060 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.5:6801", 2023-12-27T22:13:16.060 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 807995580 2023-12-27T22:13:16.061 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.061 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-27T22:13:16.061 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.061 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.5:6801/807995580", 2023-12-27T22:13:16.061 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2023-12-27T22:12:59.172612+0000", 2023-12-27T22:13:16.061 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2023-12-27T22:13:16.061 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2023-12-27T22:13:16.061 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2023-12-27T22:13:16.061 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-12-27T22:13:16.062 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2023-12-27T22:13:16.062 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "dashboard", 2023-12-27T22:13:16.062 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-12-27T22:13:16.062 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-12-27T22:13:16.062 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.062 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2023-12-27T22:13:16.062 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.062 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2023-12-27T22:13:16.062 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:13:16.062 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:13:16.062 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:13:16.062 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-27T22:13:16.062 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-27T22:13:16.063 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:13:16.063 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.063 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.063 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-27T22:13:16.063 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.063 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.063 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.063 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2023-12-27T22:13:16.063 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.063 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.063 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.063 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.063 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:13:16.064 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:13:16.064 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.064 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.064 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.064 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.064 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.064 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.064 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.064 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.064 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.453 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.453 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.454 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.454 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.454 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.454 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.454 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.454 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.454 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.454 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.454 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:13:16.454 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:13:16.454 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.454 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.454 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.454 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.454 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.455 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.455 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.455 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.455 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.455 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.455 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.455 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.455 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:13:16.455 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:13:16.455 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.455 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.455 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.455 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:13:16.455 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.455 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.456 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.456 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.456 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.456 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.456 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.456 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.456 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.456 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.456 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.456 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.456 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.456 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.456 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.456 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:13:16.456 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:13:16.456 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.457 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.457 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.457 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.457 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.457 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.457 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.457 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.457 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.457 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.457 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.457 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.457 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2023-12-27T22:13:16.457 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2023-12-27T22:13:16.457 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.457 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.458 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.458 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.458 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.458 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.458 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.458 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2023-12-27T22:13:16.458 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.458 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.458 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.458 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.458 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2023-12-27T22:13:16.458 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2023-12-27T22:13:16.459 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.459 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.459 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.459 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2023-12-27T22:13:16.459 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.459 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.459 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.459 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2023-12-27T22:13:16.459 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.459 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.459 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.459 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.459 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2023-12-27T22:13:16.459 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2023-12-27T22:13:16.459 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.460 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.460 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.460 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.460 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.460 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.460 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.460 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2023-12-27T22:13:16.460 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.460 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.460 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.460 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.460 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2023-12-27T22:13:16.460 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2023-12-27T22:13:16.460 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.460 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.461 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.461 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.461 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.461 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.461 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.461 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2023-12-27T22:13:16.461 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.461 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.461 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.461 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.461 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2023-12-27T22:13:16.461 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2023-12-27T22:13:16.462 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:13:16.462 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.462 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.462 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2023-12-27T22:13:16.462 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.462 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.462 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.462 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2023-12-27T22:13:16.462 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.462 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.462 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.462 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.462 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2023-12-27T22:13:16.462 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2023-12-27T22:13:16.462 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.462 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.463 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.463 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.463 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.463 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.463 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.463 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2023-12-27T22:13:16.463 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.463 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.463 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.463 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.463 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2023-12-27T22:13:16.463 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2023-12-27T22:13:16.463 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.463 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.464 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.464 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:13:16.464 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.464 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.464 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.464 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2023-12-27T22:13:16.464 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.464 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.464 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.464 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.464 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2023-12-27T22:13:16.464 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2023-12-27T22:13:16.464 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.464 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.464 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.464 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.465 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.465 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.465 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.465 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2023-12-27T22:13:16.465 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.465 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.465 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.465 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.465 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.465 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.465 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.465 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2023-12-27T22:13:16.465 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:13:16.465 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:13:16.465 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:13:16.465 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2023-12-27T22:13:16.466 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2023-12-27T22:13:16.466 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.466 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.466 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.466 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.466 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.466 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.466 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.466 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2023-12-27T22:13:16.466 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.466 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.466 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.466 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.466 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2023-12-27T22:13:16.466 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2023-12-27T22:13:16.467 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.467 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.467 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.467 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2023-12-27T22:13:16.467 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.467 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.467 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.467 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2023-12-27T22:13:16.467 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2023-12-27T22:13:16.467 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.467 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.467 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.467 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2023-12-27T22:13:16.467 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2023-12-27T22:13:16.467 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-27T22:13:16.468 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.468 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.468 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-12-27T22:13:16.468 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2023-12-27T22:13:16.468 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2023-12-27T22:13:16.468 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.468 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2023-12-27T22:13:16.468 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-12-27T22:13:16.468 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.468 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.468 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.468 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2023-12-27T22:13:16.468 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2023-12-27T22:13:16.469 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-27T22:13:16.469 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.469 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.469 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2023-12-27T22:13:16.469 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2023-12-27T22:13:16.469 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2023-12-27T22:13:16.469 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.469 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2023-12-27T22:13:16.469 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.469 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.469 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.469 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.469 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2023-12-27T22:13:16.469 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2023-12-27T22:13:16.470 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.470 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.470 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.470 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2023-12-27T22:13:16.470 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.470 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.470 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.470 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2023-12-27T22:13:16.470 INFO:teuthology.orchestra.run.smithi005.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-27T22:13:16.470 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.470 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.470 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.471 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2023-12-27T22:13:16.471 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2023-12-27T22:13:16.471 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-12-27T22:13:16.471 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.471 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.471 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2023-12-27T22:13:16.471 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2023-12-27T22:13:16.471 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2023-12-27T22:13:16.471 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.471 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2023-12-27T22:13:16.471 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2023-12-27T22:13:16.471 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.471 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.471 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.472 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2023-12-27T22:13:16.472 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2023-12-27T22:13:16.472 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.472 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.472 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.472 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2023-12-27T22:13:16.472 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.472 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.472 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.472 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2023-12-27T22:13:16.472 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2023-12-27T22:13:16.472 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.472 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.472 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.473 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2023-12-27T22:13:16.473 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2023-12-27T22:13:16.473 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-27T22:13:16.473 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.473 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.473 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2023-12-27T22:13:16.473 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2023-12-27T22:13:16.473 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2023-12-27T22:13:16.473 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.473 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2023-12-27T22:13:16.473 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-12-27T22:13:16.473 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.473 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.473 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.474 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:13:16.474 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:13:16.474 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.474 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.474 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.474 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.474 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.474 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.474 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.474 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.474 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.474 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.474 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.474 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.474 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.475 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.475 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.475 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.475 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.475 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.475 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.475 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:13:16.475 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:13:16.475 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.475 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.475 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.475 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.475 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.476 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.476 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.476 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.476 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.476 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.476 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.476 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.476 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:13:16.476 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:13:16.476 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.476 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.476 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.476 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:13:16.476 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.477 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.477 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.477 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.477 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.477 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.477 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.477 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.477 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.477 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.477 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.477 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.477 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.478 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.478 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.478 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:13:16.478 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:13:16.478 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.478 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.478 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.478 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.478 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.478 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.478 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.478 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.478 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.478 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.478 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.479 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.479 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2023-12-27T22:13:16.479 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2023-12-27T22:13:16.479 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-12-27T22:13:16.479 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.479 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.479 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-12-27T22:13:16.479 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.479 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.479 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.479 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2023-12-27T22:13:16.479 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.479 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.479 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.479 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.479 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2023-12-27T22:13:16.480 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2023-12-27T22:13:16.480 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.480 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.480 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.480 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2023-12-27T22:13:16.480 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.480 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.480 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.480 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2023-12-27T22:13:16.480 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2023-12-27T22:13:16.480 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2023-12-27T22:13:16.480 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.480 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2023-12-27T22:13:16.480 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.480 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.480 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.481 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.481 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2023-12-27T22:13:16.481 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2023-12-27T22:13:16.481 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.481 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.481 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.481 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.481 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.481 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.481 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.481 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2023-12-27T22:13:16.481 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.481 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.481 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.481 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.482 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-27T22:13:16.482 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-27T22:13:16.482 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:13:16.482 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.482 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.482 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-27T22:13:16.482 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.482 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.482 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.482 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2023-12-27T22:13:16.482 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.482 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.482 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.482 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.482 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2023-12-27T22:13:16.483 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2023-12-27T22:13:16.483 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:13:16.483 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.483 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.483 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-27T22:13:16.483 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2023-12-27T22:13:16.483 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.483 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.483 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2023-12-27T22:13:16.483 INFO:teuthology.orchestra.run.smithi005.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-27T22:13:16.483 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.483 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.483 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.483 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2023-12-27T22:13:16.483 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2023-12-27T22:13:16.484 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-27T22:13:16.484 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.484 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.484 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-27T22:13:16.484 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.484 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.484 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.484 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2023-12-27T22:13:16.484 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.484 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.484 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.484 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.484 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.484 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.484 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.485 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2023-12-27T22:13:16.485 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:13:16.485 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:13:16.485 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:13:16.485 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2023-12-27T22:13:16.485 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2023-12-27T22:13:16.485 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.485 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.485 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.485 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.485 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.485 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.485 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.485 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2023-12-27T22:13:16.486 INFO:teuthology.orchestra.run.smithi005.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-27T22:13:16.486 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.486 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.486 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.486 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2023-12-27T22:13:16.486 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2023-12-27T22:13:16.486 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.486 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.486 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.486 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2023-12-27T22:13:16.486 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.486 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.486 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.486 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2023-12-27T22:13:16.486 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.486 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.487 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.487 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.487 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2023-12-27T22:13:16.487 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2023-12-27T22:13:16.487 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:13:16.487 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.487 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.487 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-27T22:13:16.487 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.487 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.487 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.487 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2023-12-27T22:13:16.487 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.487 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.487 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.487 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.488 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2023-12-27T22:13:16.488 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2023-12-27T22:13:16.488 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:13:16.488 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.488 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.488 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2023-12-27T22:13:16.488 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.488 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.488 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.488 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2023-12-27T22:13:16.488 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.488 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.488 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.488 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.488 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2023-12-27T22:13:16.488 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2023-12-27T22:13:16.489 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:13:16.489 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.489 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.489 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-27T22:13:16.489 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.489 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.489 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.489 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2023-12-27T22:13:16.489 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.489 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.489 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.490 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.490 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:13:16.490 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:13:16.490 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.490 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.490 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.490 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.490 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.490 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.490 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.490 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.490 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.490 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.490 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.491 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.491 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.491 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.491 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.491 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.491 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.491 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.491 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.491 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:13:16.491 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:13:16.491 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.491 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.491 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.491 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:13:16.491 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.491 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.492 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.492 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2023-12-27T22:13:16.492 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.492 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.492 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.492 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.492 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:13:16.492 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:13:16.492 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.492 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.492 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.493 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:13:16.493 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.493 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.493 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.493 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.493 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.493 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.493 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.493 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.493 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.493 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.493 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.493 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.494 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.494 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.494 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.494 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:13:16.494 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:13:16.494 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.494 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.494 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.494 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.494 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.494 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.494 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.494 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.495 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.495 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.495 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.495 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.495 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2023-12-27T22:13:16.495 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2023-12-27T22:13:16.495 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.496 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.496 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.496 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2023-12-27T22:13:16.497 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.497 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.497 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.497 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2023-12-27T22:13:16.497 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2023-12-27T22:13:16.497 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.497 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2023-12-27T22:13:16.497 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.497 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.497 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.497 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.497 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2023-12-27T22:13:16.497 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2023-12-27T22:13:16.497 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.498 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.498 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.498 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-27T22:13:16.498 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.498 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.498 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.498 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2023-12-27T22:13:16.498 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.498 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.498 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.498 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.498 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2023-12-27T22:13:16.499 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2023-12-27T22:13:16.499 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.499 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.499 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.499 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:13:16.499 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.499 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.499 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.499 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2023-12-27T22:13:16.499 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.499 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.499 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.499 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.499 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2023-12-27T22:13:16.500 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2023-12-27T22:13:16.500 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.500 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.500 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.500 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:13:16.500 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.500 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.500 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.500 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2023-12-27T22:13:16.500 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.500 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.500 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.500 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.500 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2023-12-27T22:13:16.500 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2023-12-27T22:13:16.501 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.501 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.501 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.501 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:13:16.501 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.501 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.501 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.501 INFO:teuthology.orchestra.run.smithi005.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-27T22:13:16.501 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.501 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.501 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.501 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.501 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.501 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.502 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.502 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2023-12-27T22:13:16.502 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:13:16.502 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:13:16.502 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:13:16.502 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:13:16.502 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:13:16.502 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.502 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.502 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.502 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.502 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.502 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.502 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.502 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.503 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.503 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.503 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.503 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.503 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.503 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.503 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.503 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.503 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.503 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.503 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.503 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:13:16.503 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:13:16.503 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.503 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.503 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.504 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.504 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.504 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.504 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.504 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.504 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.504 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.504 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.504 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.504 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:13:16.504 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:13:16.504 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.504 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.504 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.504 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:13:16.505 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.505 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.505 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.505 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.505 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.505 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.505 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.505 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.505 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.505 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.505 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.505 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.505 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.505 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.505 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.506 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:13:16.506 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:13:16.506 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.506 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.506 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.506 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.506 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.506 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.506 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.506 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.506 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.506 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.506 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.506 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.506 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2023-12-27T22:13:16.506 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2023-12-27T22:13:16.507 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:13:16.507 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.507 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.507 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2023-12-27T22:13:16.507 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.507 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.507 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.507 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2023-12-27T22:13:16.507 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.507 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.507 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.507 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.507 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2023-12-27T22:13:16.507 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2023-12-27T22:13:16.507 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:13:16.508 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.508 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.508 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2023-12-27T22:13:16.508 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.508 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.508 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.508 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2023-12-27T22:13:16.508 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.508 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.508 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.508 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.508 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.508 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.508 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.508 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2023-12-27T22:13:16.509 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:13:16.509 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:13:16.509 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:13:16.509 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2023-12-27T22:13:16.509 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2023-12-27T22:13:16.509 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.509 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.509 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.509 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.509 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.509 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.509 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.509 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.509 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.509 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.510 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.510 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.510 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2023-12-27T22:13:16.510 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2023-12-27T22:13:16.510 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.510 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.510 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.510 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.510 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.510 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.510 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.510 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.510 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.510 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.511 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.511 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.511 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2023-12-27T22:13:16.511 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2023-12-27T22:13:16.511 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.511 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.511 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.511 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:13:16.511 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.511 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.511 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.511 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.511 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.511 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.511 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.511 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2023-12-27T22:13:16.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2023-12-27T22:13:16.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:13:16.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.512 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2023-12-27T22:13:16.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2023-12-27T22:13:16.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:13:16.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2023-12-27T22:13:16.513 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2023-12-27T22:13:16.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:13:16.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2023-12-27T22:13:16.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2023-12-27T22:13:16.514 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.515 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.515 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.515 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:13:16.515 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.515 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.515 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.515 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.515 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.515 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.515 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.515 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.515 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2023-12-27T22:13:16.515 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2023-12-27T22:13:16.515 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.516 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.516 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.516 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:13:16.516 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.516 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.516 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.516 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.516 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.516 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.516 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.516 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.516 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2023-12-27T22:13:16.516 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2023-12-27T22:13:16.516 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.517 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.517 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.517 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:13:16.517 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.517 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.517 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.517 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.517 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.517 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.517 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.517 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.517 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2023-12-27T22:13:16.517 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2023-12-27T22:13:16.517 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.518 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.518 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.518 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:13:16.518 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.518 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.518 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.518 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.518 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.518 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.518 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.518 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.518 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2023-12-27T22:13:16.518 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2023-12-27T22:13:16.518 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.519 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.519 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.519 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.519 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.519 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.519 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.519 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.519 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.519 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.519 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.519 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.519 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2023-12-27T22:13:16.520 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2023-12-27T22:13:16.520 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.520 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.520 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.520 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-12-27T22:13:16.520 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.520 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.520 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.520 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.520 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.520 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.520 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.520 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.520 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2023-12-27T22:13:16.520 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2023-12-27T22:13:16.521 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.521 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.521 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.521 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:13:16.521 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.521 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.521 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.521 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.521 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.521 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.521 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.521 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.522 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2023-12-27T22:13:16.522 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2023-12-27T22:13:16.522 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.522 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.522 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.522 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.522 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.522 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.522 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.522 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.522 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.522 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.522 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.522 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.522 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2023-12-27T22:13:16.522 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2023-12-27T22:13:16.523 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.523 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.523 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.523 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-12-27T22:13:16.523 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.523 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.523 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.523 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.523 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.523 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.523 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.523 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.523 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2023-12-27T22:13:16.523 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2023-12-27T22:13:16.523 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.524 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.524 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.524 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.524 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.524 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.524 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.524 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.524 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.524 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.524 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.524 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.524 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2023-12-27T22:13:16.524 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2023-12-27T22:13:16.524 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.525 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.525 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.525 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:13:16.525 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.525 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.525 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.525 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.525 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.525 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.525 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.525 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.525 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2023-12-27T22:13:16.525 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2023-12-27T22:13:16.526 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.526 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.526 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.526 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.526 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.526 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.526 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.526 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.526 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.526 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.526 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.526 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.526 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2023-12-27T22:13:16.526 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2023-12-27T22:13:16.526 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.527 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.527 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.527 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.527 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.527 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.527 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.527 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.527 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.527 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.527 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.527 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.527 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2023-12-27T22:13:16.527 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2023-12-27T22:13:16.527 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.527 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.528 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.528 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.528 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.528 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.528 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.528 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.528 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.528 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.528 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.528 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.528 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2023-12-27T22:13:16.528 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2023-12-27T22:13:16.528 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.528 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.528 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.529 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:13:16.529 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.529 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.529 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.529 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.529 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.529 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.529 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.529 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.529 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2023-12-27T22:13:16.529 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2023-12-27T22:13:16.529 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.529 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.530 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.530 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:13:16.530 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.530 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.530 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.530 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.530 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.530 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.530 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.530 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.530 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2023-12-27T22:13:16.530 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2023-12-27T22:13:16.530 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.531 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.531 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.531 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.531 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.531 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.531 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.531 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.531 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.531 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.531 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.531 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.531 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2023-12-27T22:13:16.532 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2023-12-27T22:13:16.532 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.532 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.532 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.532 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.532 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.532 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.532 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.532 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.532 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.532 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.532 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.532 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.532 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2023-12-27T22:13:16.533 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2023-12-27T22:13:16.533 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.533 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.533 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.533 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.533 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.533 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.533 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.533 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.533 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.533 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.533 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.533 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.534 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2023-12-27T22:13:16.534 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2023-12-27T22:13:16.534 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.534 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.534 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.534 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:13:16.534 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.534 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.534 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.534 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.534 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.534 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.534 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.534 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.535 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2023-12-27T22:13:16.535 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2023-12-27T22:13:16.535 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.535 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.535 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.535 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2023-12-27T22:13:16.535 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.535 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.535 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.535 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.535 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.535 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.535 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.535 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.535 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2023-12-27T22:13:16.536 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2023-12-27T22:13:16.536 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:13:16.536 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.536 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.536 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-27T22:13:16.536 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.536 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.536 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.536 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.536 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.536 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.536 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.536 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.536 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2023-12-27T22:13:16.536 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2023-12-27T22:13:16.537 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:13:16.537 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.537 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.537 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2023-12-27T22:13:16.537 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.537 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.537 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.537 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.537 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.537 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.537 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.537 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.537 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2023-12-27T22:13:16.537 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2023-12-27T22:13:16.537 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:13:16.538 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.538 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.538 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2023-12-27T22:13:16.538 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.538 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.538 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.538 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.538 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.538 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.538 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.538 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.538 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2023-12-27T22:13:16.538 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2023-12-27T22:13:16.538 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.538 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.539 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.539 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.539 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.539 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.539 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.539 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.539 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.539 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.539 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.539 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.539 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2023-12-27T22:13:16.539 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2023-12-27T22:13:16.539 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.539 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.540 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.540 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-12-27T22:13:16.540 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.540 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.540 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.540 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.540 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.540 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.540 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.540 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.540 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2023-12-27T22:13:16.540 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2023-12-27T22:13:16.540 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.540 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.540 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.541 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.541 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.541 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.541 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.541 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.541 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.541 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.541 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.541 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.541 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2023-12-27T22:13:16.541 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2023-12-27T22:13:16.541 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:13:16.541 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.541 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.541 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2023-12-27T22:13:16.542 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.542 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.542 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.542 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.542 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.542 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.542 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.542 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.542 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2023-12-27T22:13:16.542 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2023-12-27T22:13:16.542 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.542 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.542 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.542 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2023-12-27T22:13:16.542 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.543 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.543 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.543 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.543 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.543 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.543 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.543 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.543 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2023-12-27T22:13:16.543 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2023-12-27T22:13:16.543 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.543 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.543 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.543 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.543 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.543 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.543 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.544 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.544 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.544 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.544 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.544 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.544 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2023-12-27T22:13:16.544 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2023-12-27T22:13:16.544 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.544 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.544 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.544 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:13:16.544 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.544 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.544 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.544 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.544 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.545 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.545 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.545 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.545 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2023-12-27T22:13:16.545 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2023-12-27T22:13:16.545 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.545 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.545 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.545 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.545 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.545 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.545 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.545 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.545 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.545 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.545 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.546 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.546 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2023-12-27T22:13:16.546 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2023-12-27T22:13:16.546 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:13:16.546 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.546 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.546 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-12-27T22:13:16.546 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.546 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.546 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.546 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.546 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.546 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.546 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.547 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.547 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2023-12-27T22:13:16.547 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2023-12-27T22:13:16.547 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:13:16.547 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.547 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.547 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-27T22:13:16.547 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.547 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.547 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.547 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.547 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.547 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.547 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.547 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.548 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2023-12-27T22:13:16.548 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2023-12-27T22:13:16.548 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:13:16.548 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.548 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.548 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-27T22:13:16.548 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.548 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.548 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.548 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.548 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.548 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.548 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.548 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.548 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2023-12-27T22:13:16.549 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2023-12-27T22:13:16.549 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.549 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.549 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.549 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.549 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.549 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.549 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.549 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.549 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.549 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.549 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.549 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.550 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2023-12-27T22:13:16.550 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2023-12-27T22:13:16.550 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.550 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.550 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.550 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.550 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.550 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.550 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.550 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2023-12-27T22:13:16.550 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.550 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.551 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.551 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.551 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2023-12-27T22:13:16.551 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2023-12-27T22:13:16.551 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:13:16.551 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.551 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.551 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2023-12-27T22:13:16.551 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.551 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.551 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.551 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.551 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.551 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.551 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.551 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.552 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2023-12-27T22:13:16.552 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2023-12-27T22:13:16.552 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.552 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.552 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.552 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.552 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.552 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.552 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.552 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.552 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.552 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.552 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.552 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.553 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:13:16.553 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:13:16.553 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.553 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.553 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.553 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.553 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.553 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.553 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.553 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.553 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.553 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.553 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.553 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.554 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.554 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.554 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.554 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.554 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.554 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.554 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.554 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:13:16.554 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:13:16.554 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.554 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.554 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.554 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.554 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.554 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.554 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.555 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.555 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.555 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.555 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.555 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.555 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:13:16.555 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:13:16.555 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.555 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.555 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.555 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:13:16.555 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.555 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.555 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.555 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.555 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.556 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.556 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.556 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.556 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.556 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.556 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.556 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.556 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.556 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.556 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.556 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:13:16.556 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:13:16.556 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.556 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.557 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.557 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.557 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.557 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.557 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.557 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.557 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.557 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.557 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.557 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.557 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2023-12-27T22:13:16.557 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2023-12-27T22:13:16.557 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.558 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.558 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.558 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.558 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.558 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.558 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.558 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.558 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.558 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.558 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.558 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.558 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-12-27T22:13:16.558 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-12-27T22:13:16.559 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.559 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.559 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.559 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2023-12-27T22:13:16.559 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.559 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.559 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.559 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.559 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.559 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.559 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.559 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.559 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-12-27T22:13:16.559 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-12-27T22:13:16.560 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:13:16.560 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.560 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.560 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2023-12-27T22:13:16.560 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.560 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.560 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.560 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.560 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.561 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.561 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.561 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.561 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2023-12-27T22:13:16.561 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2023-12-27T22:13:16.561 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.561 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.561 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.561 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:13:16.561 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.561 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.561 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.561 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.562 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.562 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.562 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.562 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.562 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2023-12-27T22:13:16.562 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2023-12-27T22:13:16.562 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:13:16.562 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.562 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.562 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2023-12-27T22:13:16.562 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.562 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.562 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.562 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.562 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.563 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.563 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.563 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.563 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2023-12-27T22:13:16.563 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2023-12-27T22:13:16.563 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.563 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.563 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.563 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2023-12-27T22:13:16.563 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.563 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.563 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.563 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.563 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2023-12-27T22:13:16.563 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.564 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.564 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.564 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.564 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.564 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.564 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2023-12-27T22:13:16.564 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2023-12-27T22:13:16.564 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:13:16.564 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.564 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.564 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2023-12-27T22:13:16.564 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2023-12-27T22:13:16.564 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2023-12-27T22:13:16.564 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.564 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.565 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.565 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.565 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.565 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.565 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2023-12-27T22:13:16.565 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2023-12-27T22:13:16.565 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.565 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.565 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.565 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.565 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.565 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.565 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.565 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.565 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.566 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.566 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.566 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.566 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2023-12-27T22:13:16.566 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2023-12-27T22:13:16.566 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.566 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.566 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.566 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.566 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.566 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.566 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.566 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.567 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.567 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.567 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.567 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.567 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.567 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.567 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.567 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2023-12-27T22:13:16.567 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:13:16.567 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:13:16.567 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:13:16.567 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2023-12-27T22:13:16.567 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2023-12-27T22:13:16.567 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.568 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.568 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.568 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:13:16.568 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.568 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.568 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.568 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2023-12-27T22:13:16.568 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.568 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.568 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.568 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.568 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:13:16.568 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:13:16.568 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.569 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.569 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.569 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.569 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.569 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.569 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.569 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.569 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.569 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.569 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.569 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.569 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.569 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.570 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.570 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.570 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.570 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.570 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.570 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:13:16.570 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:13:16.570 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.570 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.570 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.570 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.570 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.570 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.570 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.571 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.571 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.571 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.571 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.571 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.571 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:13:16.571 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:13:16.571 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.571 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.571 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.571 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:13:16.571 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.571 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.571 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.571 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.571 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.572 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.572 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.572 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.572 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.572 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.572 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.572 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.572 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.572 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.572 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.572 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:13:16.572 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:13:16.572 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.572 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.572 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.573 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.573 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.573 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.573 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.573 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.573 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.573 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.573 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.573 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.573 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2023-12-27T22:13:16.573 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2023-12-27T22:13:16.573 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:13:16.573 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.573 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.573 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2023-12-27T22:13:16.574 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.574 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.574 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.574 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2023-12-27T22:13:16.574 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.574 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.574 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.574 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.574 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2023-12-27T22:13:16.574 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2023-12-27T22:13:16.574 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.574 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.574 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.574 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2023-12-27T22:13:16.574 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.575 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.575 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.575 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2023-12-27T22:13:16.575 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.575 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.575 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.575 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.575 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2023-12-27T22:13:16.575 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2023-12-27T22:13:16.575 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:13:16.575 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.575 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.575 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2023-12-27T22:13:16.575 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.576 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.576 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.576 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2023-12-27T22:13:16.576 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.576 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.576 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.576 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.576 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2023-12-27T22:13:16.576 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2023-12-27T22:13:16.576 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:13:16.576 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.576 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.576 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2023-12-27T22:13:16.576 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.576 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.577 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.577 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2023-12-27T22:13:16.577 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.577 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.577 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.577 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.577 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2023-12-27T22:13:16.577 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2023-12-27T22:13:16.577 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.577 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.577 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.577 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:13:16.577 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.577 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.577 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.578 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2023-12-27T22:13:16.578 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.578 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.578 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.578 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.578 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-27T22:13:16.578 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-27T22:13:16.578 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:13:16.578 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.578 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.578 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-27T22:13:16.578 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.578 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.578 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.578 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2023-12-27T22:13:16.578 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.579 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.579 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.579 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.579 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2023-12-27T22:13:16.579 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2023-12-27T22:13:16.579 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:13:16.579 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.579 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.579 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2023-12-27T22:13:16.579 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.579 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.579 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.579 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2023-12-27T22:13:16.579 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.580 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.580 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.580 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.580 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.580 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.580 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.580 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2023-12-27T22:13:16.580 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:13:16.580 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:13:16.580 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:13:16.580 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:13:16.580 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:13:16.580 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.580 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.581 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.581 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.581 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.581 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.581 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.581 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.581 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.581 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.581 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.581 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.581 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.581 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.581 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.581 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.582 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.582 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.582 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.582 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:13:16.582 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:13:16.582 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.582 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.582 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.582 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.582 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.582 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.582 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.582 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.582 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.582 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.583 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.583 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.583 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:13:16.583 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:13:16.583 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.583 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.583 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.583 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:13:16.583 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.583 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.583 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.583 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.583 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.583 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.584 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.584 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.584 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.584 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.584 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.584 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.584 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.584 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.584 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.584 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:13:16.584 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:13:16.584 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.584 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.584 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.584 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.584 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.585 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.585 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.585 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.585 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.585 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.585 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.585 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.585 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2023-12-27T22:13:16.585 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2023-12-27T22:13:16.585 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.585 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.585 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.585 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2023-12-27T22:13:16.585 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.585 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.586 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.586 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.586 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.586 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.586 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.586 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.586 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2023-12-27T22:13:16.586 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2023-12-27T22:13:16.586 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.586 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.586 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.586 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2023-12-27T22:13:16.586 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.586 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.587 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.587 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.587 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.587 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.587 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.587 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.587 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-27T22:13:16.587 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-27T22:13:16.587 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.587 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.587 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.588 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-27T22:13:16.588 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.588 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.588 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.588 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.588 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.588 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.588 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.588 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.588 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.588 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.588 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.588 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2023-12-27T22:13:16.589 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2023-12-27T22:13:16.589 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2023-12-27T22:13:16.589 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:13:16.589 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2023-12-27T22:13:16.589 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2023-12-27T22:13:16.589 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.589 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.589 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.589 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2023-12-27T22:13:16.589 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.590 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.590 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.590 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.590 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.590 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.590 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.590 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.590 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2023-12-27T22:13:16.590 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2023-12-27T22:13:16.590 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.590 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.590 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.590 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2023-12-27T22:13:16.590 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.591 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.591 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.591 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.591 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.591 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.591 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.591 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.591 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2023-12-27T22:13:16.591 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2023-12-27T22:13:16.591 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.591 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.591 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.591 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-27T22:13:16.591 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.592 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.592 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.592 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.592 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.592 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.592 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.592 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.592 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-27T22:13:16.592 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-27T22:13:16.592 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.592 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.592 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.592 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2023-12-27T22:13:16.593 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.593 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.593 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.593 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.593 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.593 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.593 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.593 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.593 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:13:16.593 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:13:16.593 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.593 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.593 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.593 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.594 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.594 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.594 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.594 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.594 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.594 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.594 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.594 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.594 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.594 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.594 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.594 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.595 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.595 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.595 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.595 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:13:16.595 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:13:16.595 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.595 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.595 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.595 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.595 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.595 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.595 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.595 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.596 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.596 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.596 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.596 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.596 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:13:16.596 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:13:16.596 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.596 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.596 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.596 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:13:16.596 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.596 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.596 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.597 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.597 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.597 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.597 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.597 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.597 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.597 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.597 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.597 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.597 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.597 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.597 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.597 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:13:16.598 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:13:16.598 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.598 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.598 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.598 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.598 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.598 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.598 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.598 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.598 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.598 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.598 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.598 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.598 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2023-12-27T22:13:16.599 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2023-12-27T22:13:16.599 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.599 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.599 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.599 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-27T22:13:16.599 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.599 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.599 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.599 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.599 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.599 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.599 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.599 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.599 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2023-12-27T22:13:16.599 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2023-12-27T22:13:16.599 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.600 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.600 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.600 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2023-12-27T22:13:16.600 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.600 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.600 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.600 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.600 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.600 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.600 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.600 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.600 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2023-12-27T22:13:16.600 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2023-12-27T22:13:16.600 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.600 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.600 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.601 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2023-12-27T22:13:16.601 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.601 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.601 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.601 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.601 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.601 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.601 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.601 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.601 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2023-12-27T22:13:16.601 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2023-12-27T22:13:16.601 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.601 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.601 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.601 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-27T22:13:16.602 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.602 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.602 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.602 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.602 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.602 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.602 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.602 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.602 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2023-12-27T22:13:16.602 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2023-12-27T22:13:16.602 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.602 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.602 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.603 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-27T22:13:16.603 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.603 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.603 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.603 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.603 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.603 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.603 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.603 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.603 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2023-12-27T22:13:16.603 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2023-12-27T22:13:16.603 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.603 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.603 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.604 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2023-12-27T22:13:16.604 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.604 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.604 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.604 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.604 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.604 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.604 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.604 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.604 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.604 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.604 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.604 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2023-12-27T22:13:16.604 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:13:16.604 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:13:16.604 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:13:16.605 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:13:16.605 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:13:16.605 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.605 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.605 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.605 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.605 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.605 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.605 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.605 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.605 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.605 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.605 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.605 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.605 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.606 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.606 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.606 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.606 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.606 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.606 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.606 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:13:16.606 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:13:16.606 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.606 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.606 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.606 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.606 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.606 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.606 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.606 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.607 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.607 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.607 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.607 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.607 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:13:16.607 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:13:16.607 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.607 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.607 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.607 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:13:16.607 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.607 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.607 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.608 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.608 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.608 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.608 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.608 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.608 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.608 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.608 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.608 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.608 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.608 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.608 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.608 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:13:16.608 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:13:16.609 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.609 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.609 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.609 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.609 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.609 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.609 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.609 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.609 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.609 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.609 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.609 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.609 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.610 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.610 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.610 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2023-12-27T22:13:16.610 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:13:16.610 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:13:16.610 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:13:16.610 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:13:16.610 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:13:16.610 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.610 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.610 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.610 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.610 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.611 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.611 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.611 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.611 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.611 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.611 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.611 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.611 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.611 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.611 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.611 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.611 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.611 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.611 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.611 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:13:16.611 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:13:16.612 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.612 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.612 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.612 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.612 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.612 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.612 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.612 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.612 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.612 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.612 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.612 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.612 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:13:16.612 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:13:16.612 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.612 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.613 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.613 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:13:16.613 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.613 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.613 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.613 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.613 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.613 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.613 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.613 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.613 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.613 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.613 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.613 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.614 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.614 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.614 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.614 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:13:16.614 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:13:16.614 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.614 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.614 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.614 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.614 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.614 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.614 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.614 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.614 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.614 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.614 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.615 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.615 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.615 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.615 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.615 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2023-12-27T22:13:16.615 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:13:16.615 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:13:16.615 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:13:16.615 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2023-12-27T22:13:16.615 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2023-12-27T22:13:16.615 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:13:16.615 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.615 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.615 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2023-12-27T22:13:16.615 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.615 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.616 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.616 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2023-12-27T22:13:16.616 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.616 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.616 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.616 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.616 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2023-12-27T22:13:16.616 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2023-12-27T22:13:16.616 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:13:16.616 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.616 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.616 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-27T22:13:16.616 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2023-12-27T22:13:16.616 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.616 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.617 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2023-12-27T22:13:16.617 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.617 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.617 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.617 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.617 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:13:16.617 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:13:16.617 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.617 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.617 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.617 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.617 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.617 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.617 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.617 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.618 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.618 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.618 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.618 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.618 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.618 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.618 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.618 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.618 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.618 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.618 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.618 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:13:16.618 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:13:16.618 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.619 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.619 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.619 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.619 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.619 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.619 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.619 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.619 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.619 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.619 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.619 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.619 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:13:16.619 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:13:16.619 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.620 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.620 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.620 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:13:16.620 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.620 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.620 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.620 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.620 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.620 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.620 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.620 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.620 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.620 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.620 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.620 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.620 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.621 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.621 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.621 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:13:16.621 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:13:16.621 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.621 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.621 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.621 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.621 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.621 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.621 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.621 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.621 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.621 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.622 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.622 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.622 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.622 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.622 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.622 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2023-12-27T22:13:16.622 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:13:16.622 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:13:16.622 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:13:16.622 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2023-12-27T22:13:16.622 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2023-12-27T22:13:16.622 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.622 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.622 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.622 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2023-12-27T22:13:16.622 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.623 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.623 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.623 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2023-12-27T22:13:16.623 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.623 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.623 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.623 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.623 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:13:16.623 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:13:16.623 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.623 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.623 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.623 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.623 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.624 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.624 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.624 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.624 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.624 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.624 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.624 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.624 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.624 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.624 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.624 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.624 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.624 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.624 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.624 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:13:16.625 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:13:16.625 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.625 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.625 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.625 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.625 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.625 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.625 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.625 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.625 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.625 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.625 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.625 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.625 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:13:16.626 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:13:16.626 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.626 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.626 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.626 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:13:16.626 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.626 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.626 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.626 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.626 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.626 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.626 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.626 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.626 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.626 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.627 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.627 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.627 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.627 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.627 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.627 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:13:16.627 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:13:16.627 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.627 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.627 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.627 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.627 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.627 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.627 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.628 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.628 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.628 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.628 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.628 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.628 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2023-12-27T22:13:16.628 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2023-12-27T22:13:16.628 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:13:16.628 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.628 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.628 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.628 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.628 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.628 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.628 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2023-12-27T22:13:16.629 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.629 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.629 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.629 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.629 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2023-12-27T22:13:16.629 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2023-12-27T22:13:16.629 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:13:16.629 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.629 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.629 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2023-12-27T22:13:16.629 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.629 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.629 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.629 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2023-12-27T22:13:16.630 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.630 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.630 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.630 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.630 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2023-12-27T22:13:16.630 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2023-12-27T22:13:16.630 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:13:16.630 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.630 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.630 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2023-12-27T22:13:16.630 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.630 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.630 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.630 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2023-12-27T22:13:16.630 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.630 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.631 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.631 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.631 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2023-12-27T22:13:16.631 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2023-12-27T22:13:16.631 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.631 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.631 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.631 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.631 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.631 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.631 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.631 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2023-12-27T22:13:16.631 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.631 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.631 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.631 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.632 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2023-12-27T22:13:16.632 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2023-12-27T22:13:16.632 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.632 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.632 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.632 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2023-12-27T22:13:16.632 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.632 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.632 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.632 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2023-12-27T22:13:16.632 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.632 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.632 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.632 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.633 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.633 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.633 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.633 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2023-12-27T22:13:16.633 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:13:16.633 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:13:16.633 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:13:16.633 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:13:16.633 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:13:16.633 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.633 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.633 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.633 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.633 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.634 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.634 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.634 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.634 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.634 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.634 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.634 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.634 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.634 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.634 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.634 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.634 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.634 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.634 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.634 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:13:16.635 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:13:16.635 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.635 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.635 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.635 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.635 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.635 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.635 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.635 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.635 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.635 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.635 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.635 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.635 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:13:16.635 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:13:16.635 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.636 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.636 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.636 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:13:16.636 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.636 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.636 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.636 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.636 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.636 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.636 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.636 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.636 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.636 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.636 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.636 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.636 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.636 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.637 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.637 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:13:16.637 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:13:16.637 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.637 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.637 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.637 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.637 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.637 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.637 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.637 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.637 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.637 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.637 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.637 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.638 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2023-12-27T22:13:16.638 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2023-12-27T22:13:16.638 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.638 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.638 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.638 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-27T22:13:16.638 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.638 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.638 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.638 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2023-12-27T22:13:16.638 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2023-12-27T22:13:16.638 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2023-12-27T22:13:16.638 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.638 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2023-12-27T22:13:16.638 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.638 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.639 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.639 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.639 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.639 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.639 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.639 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2023-12-27T22:13:16.639 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:13:16.639 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:13:16.639 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:13:16.640 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:13:16.640 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:13:16.640 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.640 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.640 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.640 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.640 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.640 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.640 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.640 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.640 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.640 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.640 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.641 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.641 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.641 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.641 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.641 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.641 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.641 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.641 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.641 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:13:16.641 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:13:16.641 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.641 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.641 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.641 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.642 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.642 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.642 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.642 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.642 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.642 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.642 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.642 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.642 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:13:16.642 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:13:16.642 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.642 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.642 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.642 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:13:16.642 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.643 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.643 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.643 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.643 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.643 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.643 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.643 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.643 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.643 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.643 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.643 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.643 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.643 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.643 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.643 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:13:16.643 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:13:16.644 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.644 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.644 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.644 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.644 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.644 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.644 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.644 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.644 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.644 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.644 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.644 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.644 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.644 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.644 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.645 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2023-12-27T22:13:16.645 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:13:16.645 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:13:16.645 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:13:16.645 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:13:16.645 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:13:16.645 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.645 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.645 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.645 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.645 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.645 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.645 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.645 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.646 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.646 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.646 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.646 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.646 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.646 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.646 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.646 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.646 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.646 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.646 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.646 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:13:16.646 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:13:16.646 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.646 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.646 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.646 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.647 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.647 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.647 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.647 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.647 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.647 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.647 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.647 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.647 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:13:16.647 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:13:16.647 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.647 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.647 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.647 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:13:16.647 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.647 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.648 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.648 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.648 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.648 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.648 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.648 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.648 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.648 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.648 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.648 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.648 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.648 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.648 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.648 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:13:16.648 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:13:16.649 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.649 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.649 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.649 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.649 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.649 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.649 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.649 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.649 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.649 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.649 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.649 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.649 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-27T22:13:16.649 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-27T22:13:16.650 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.650 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.650 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.650 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-27T22:13:16.650 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.650 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.650 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.650 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.650 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.650 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.650 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.650 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.650 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.650 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.650 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.650 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2023-12-27T22:13:16.650 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:13:16.651 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:13:16.651 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:13:16.651 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:13:16.651 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:13:16.651 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.651 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.651 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.651 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.651 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.651 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.651 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.651 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.651 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.651 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.651 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.651 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.651 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.652 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.652 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.652 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.652 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.652 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.652 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.652 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:13:16.652 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:13:16.652 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.652 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.652 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.652 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.652 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.652 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.653 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.653 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.653 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.653 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.653 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.653 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.653 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:13:16.653 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:13:16.653 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.653 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.653 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.653 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:13:16.653 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.653 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.653 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.654 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.654 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.654 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.654 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.654 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.654 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.654 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.654 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.654 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.654 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.654 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.654 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.654 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:13:16.654 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:13:16.655 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.655 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.655 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.655 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.655 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.655 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.655 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.655 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.655 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.655 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.655 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.655 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.655 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2023-12-27T22:13:16.655 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2023-12-27T22:13:16.656 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:13:16.656 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.656 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.656 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2023-12-27T22:13:16.656 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.656 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.656 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.656 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2023-12-27T22:13:16.656 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.656 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.656 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.656 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.656 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2023-12-27T22:13:16.657 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2023-12-27T22:13:16.657 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:13:16.657 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.657 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.657 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-27T22:13:16.657 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.657 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.657 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.657 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2023-12-27T22:13:16.657 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.657 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.657 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.657 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.658 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.658 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.658 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.658 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2023-12-27T22:13:16.658 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:13:16.658 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:13:16.658 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:13:16.658 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:13:16.658 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:13:16.658 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.658 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.658 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.658 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.658 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.658 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.659 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.659 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.659 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.659 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.659 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.659 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.659 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.659 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.659 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.659 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.659 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.659 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.659 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.659 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:13:16.659 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:13:16.659 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.660 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.660 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.660 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.660 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.660 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.660 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.660 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.660 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.660 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.660 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.660 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.660 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:13:16.660 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:13:16.660 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.660 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.660 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.661 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:13:16.661 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.661 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.661 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.661 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.661 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.661 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.661 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.661 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.661 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.661 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.661 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.661 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.661 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.662 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.662 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.662 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:13:16.662 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:13:16.662 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.662 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.662 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.662 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.662 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.662 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.662 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.662 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.662 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.662 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.662 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.663 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.663 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2023-12-27T22:13:16.663 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2023-12-27T22:13:16.663 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.663 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.663 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.663 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.663 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.663 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.663 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.663 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.663 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.663 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.663 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.663 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.664 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2023-12-27T22:13:16.664 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2023-12-27T22:13:16.664 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.664 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.664 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.664 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.664 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.664 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.664 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.664 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.664 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.664 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.664 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.664 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.665 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2023-12-27T22:13:16.665 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2023-12-27T22:13:16.665 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.665 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.665 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.665 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.665 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.665 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.665 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.665 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.665 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.665 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.665 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.665 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.666 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-12-27T22:13:16.666 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-12-27T22:13:16.666 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.666 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.666 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.666 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.666 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.666 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.666 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.666 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.666 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.666 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.666 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.666 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.667 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-12-27T22:13:16.667 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-12-27T22:13:16.667 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.667 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.667 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.667 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.667 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.667 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.667 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.667 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.667 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.667 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.667 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.667 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.667 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.668 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.668 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.668 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2023-12-27T22:13:16.668 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:13:16.668 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:13:16.668 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:13:16.668 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:13:16.668 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:13:16.668 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.668 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.668 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.668 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.669 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.669 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.669 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.669 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.669 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.669 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.669 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.669 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.669 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.669 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.669 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.669 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.669 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.670 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.670 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.670 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:13:16.670 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:13:16.670 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.670 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.670 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.670 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.670 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.670 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.670 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.670 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.670 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.670 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.671 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.671 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.671 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:13:16.671 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:13:16.671 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.671 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.671 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.671 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:13:16.671 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.671 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.671 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.671 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.671 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.671 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.672 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.672 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.672 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.672 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.672 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.672 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.672 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.672 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.672 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.672 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:13:16.672 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:13:16.672 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.672 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.672 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.673 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.673 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.673 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.673 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.673 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.673 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.673 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.673 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.673 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.673 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2023-12-27T22:13:16.673 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2023-12-27T22:13:16.673 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.673 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.674 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.674 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.674 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.674 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.674 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.674 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.674 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.674 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.674 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.674 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.674 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2023-12-27T22:13:16.674 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2023-12-27T22:13:16.674 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.674 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.674 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.674 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.675 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.675 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.675 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.675 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.675 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.675 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.675 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.675 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.675 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.675 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.675 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.675 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2023-12-27T22:13:16.676 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:13:16.676 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:13:16.676 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:13:16.676 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2023-12-27T22:13:16.676 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2023-12-27T22:13:16.676 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.676 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.676 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.676 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.676 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.676 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.676 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.676 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.676 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.676 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.677 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.677 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.677 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:13:16.677 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:13:16.677 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.677 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.677 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.677 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.677 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.677 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.677 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.677 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.677 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.677 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.677 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.678 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.678 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.678 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.678 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.678 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.678 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.678 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.678 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.678 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:13:16.678 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:13:16.678 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.678 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.678 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.678 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.679 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.679 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.679 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.679 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.679 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.679 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.679 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.679 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.679 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:13:16.679 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:13:16.679 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.679 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.679 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.679 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:13:16.679 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.680 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.680 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.680 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.680 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.680 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.680 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.680 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.680 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.680 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.680 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.680 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.680 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.680 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.680 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.681 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:13:16.681 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:13:16.681 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.681 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.681 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.681 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.681 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.681 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.681 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.681 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.681 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.681 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.681 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.682 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.682 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-12-27T22:13:16.682 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-12-27T22:13:16.682 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.682 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.682 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.682 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.682 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.682 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.682 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.682 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.682 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.682 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.682 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.682 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.683 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-12-27T22:13:16.683 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-12-27T22:13:16.683 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.683 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.683 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.683 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.683 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.683 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.683 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.683 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.683 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.683 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.683 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.684 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.684 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.684 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.684 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.684 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2023-12-27T22:13:16.684 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:13:16.684 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:13:16.684 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:13:16.684 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:13:16.684 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:13:16.684 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.684 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.684 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.684 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.684 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.685 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.685 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.685 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.685 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.685 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.685 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.685 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.685 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.685 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.685 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.685 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.685 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.685 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.685 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.685 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:13:16.686 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:13:16.686 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.686 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.686 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.686 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.686 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.686 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.686 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.686 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.686 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.686 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.686 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.686 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.686 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:13:16.686 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:13:16.686 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.687 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.687 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.687 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:13:16.687 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.687 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.687 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.687 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.687 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.687 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.687 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.687 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.687 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.687 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.687 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.687 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.687 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.688 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.688 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.688 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:13:16.688 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:13:16.688 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.688 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.688 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.688 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.688 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.688 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.688 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.688 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.688 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.688 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.688 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.689 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.689 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.689 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.689 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.689 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2023-12-27T22:13:16.689 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:13:16.689 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:13:16.689 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:13:16.689 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:13:16.689 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:13:16.689 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.690 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.690 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.690 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.690 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.690 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.690 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.690 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.690 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.690 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.690 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.690 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.690 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.690 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.690 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.691 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.691 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.691 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.691 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.691 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:13:16.691 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:13:16.691 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.691 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.691 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.691 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.691 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.691 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.691 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.691 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.691 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.691 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.692 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.692 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.692 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:13:16.692 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:13:16.692 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.692 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.692 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.692 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:13:16.692 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.692 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.692 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.692 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.692 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.692 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.692 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.693 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.693 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.693 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.693 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.693 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.693 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.693 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.693 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.693 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:13:16.693 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:13:16.693 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.693 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.693 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.693 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.694 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.694 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.694 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.694 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.694 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.694 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.694 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.694 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.694 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2023-12-27T22:13:16.694 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2023-12-27T22:13:16.694 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.694 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.694 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.694 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.695 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.695 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.695 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.695 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.695 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.695 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.695 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.695 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.695 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2023-12-27T22:13:16.695 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2023-12-27T22:13:16.695 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.695 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.695 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.695 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2023-12-27T22:13:16.695 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.696 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.696 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.696 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.696 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.696 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.696 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.696 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.696 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2023-12-27T22:13:16.696 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2023-12-27T22:13:16.696 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.696 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.696 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.696 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.696 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.696 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.697 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.697 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.697 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.697 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.697 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.697 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.697 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2023-12-27T22:13:16.697 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2023-12-27T22:13:16.697 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:13:16.697 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.697 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.697 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.697 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.697 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.698 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.698 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.698 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.698 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.698 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.698 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.698 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2023-12-27T22:13:16.698 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2023-12-27T22:13:16.698 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-12-27T22:13:16.698 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.698 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.698 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.698 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.698 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.699 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.699 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.699 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.699 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.699 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.699 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.699 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2023-12-27T22:13:16.699 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2023-12-27T22:13:16.699 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.699 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.699 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.699 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.699 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.699 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.699 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.699 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.700 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.700 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.700 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.700 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.700 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2023-12-27T22:13:16.700 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2023-12-27T22:13:16.700 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.700 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.700 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.700 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.700 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.700 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.700 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.700 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.700 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.701 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.701 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.701 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.701 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2023-12-27T22:13:16.701 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2023-12-27T22:13:16.701 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.701 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.701 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.701 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:13:16.701 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.701 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.701 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.701 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.701 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.702 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.702 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.702 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.702 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2023-12-27T22:13:16.702 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2023-12-27T22:13:16.702 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.702 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.702 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.702 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.702 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.702 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.702 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.702 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.702 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.703 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.703 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.703 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.703 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2023-12-27T22:13:16.703 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2023-12-27T22:13:16.703 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.703 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.703 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.703 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.703 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.703 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.703 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.703 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.703 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.703 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.704 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.704 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.704 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2023-12-27T22:13:16.704 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2023-12-27T22:13:16.704 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.704 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.704 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.704 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.704 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.704 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.704 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.704 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.704 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.704 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.705 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.705 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.705 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.705 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.705 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.705 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2023-12-27T22:13:16.705 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:13:16.705 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:13:16.705 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:13:16.705 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:13:16.705 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:13:16.705 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.705 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.705 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.705 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.706 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.706 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.706 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.706 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.706 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.706 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.706 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.706 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.706 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.706 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.706 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.706 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.706 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.706 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.707 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.707 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:13:16.707 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:13:16.707 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.707 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.707 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.707 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.707 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.707 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.707 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.707 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.707 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.707 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.707 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.707 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.707 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:13:16.708 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:13:16.708 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.708 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.708 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.708 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:13:16.708 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.708 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.708 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.708 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.708 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.708 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.708 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.708 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.708 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.708 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.708 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.709 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.709 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.709 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.709 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.709 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:13:16.709 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:13:16.709 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.709 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.709 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.709 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.709 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.709 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.709 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.709 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.710 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.710 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.710 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.710 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.710 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.710 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.710 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.710 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2023-12-27T22:13:16.710 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:13:16.710 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:13:16.710 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:13:16.710 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2023-12-27T22:13:16.710 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2023-12-27T22:13:16.710 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.710 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.710 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.711 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2023-12-27T22:13:16.711 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.711 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.711 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.711 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.711 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.711 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.711 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.711 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.711 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-27T22:13:16.711 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-27T22:13:16.711 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:13:16.711 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.711 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.712 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2023-12-27T22:13:16.712 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.712 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.712 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.712 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.712 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.712 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.712 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.712 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.712 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:13:16.712 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:13:16.712 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.712 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.712 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.712 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.713 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.713 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.713 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.713 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.713 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.713 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.713 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.713 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.713 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.713 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.713 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.713 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.713 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.713 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.714 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.714 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:13:16.714 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:13:16.714 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.714 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.714 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.714 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.714 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.714 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.714 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.714 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.714 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.714 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.714 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.714 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.715 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:13:16.715 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:13:16.715 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.715 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.715 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.715 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:13:16.715 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.715 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.715 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.715 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.715 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.715 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.715 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.715 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.716 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.716 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.716 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.716 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.716 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.716 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.716 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.716 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:13:16.716 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:13:16.716 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.716 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.716 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.716 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.716 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.717 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.717 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.717 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.717 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.717 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.717 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.717 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.717 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.717 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.717 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.717 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2023-12-27T22:13:16.717 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:13:16.717 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:13:16.717 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:13:16.717 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2023-12-27T22:13:16.717 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2023-12-27T22:13:16.718 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.718 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.718 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.718 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:13:16.718 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.718 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.718 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.718 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2023-12-27T22:13:16.718 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.718 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.718 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.718 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.718 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2023-12-27T22:13:16.718 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2023-12-27T22:13:16.718 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.719 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.719 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.719 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:13:16.719 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.719 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.719 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.719 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.719 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.719 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.719 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.719 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.719 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2023-12-27T22:13:16.719 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2023-12-27T22:13:16.719 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.719 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.719 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.720 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-27T22:13:16.720 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.720 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.720 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.720 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.720 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.720 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.720 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.720 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.720 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2023-12-27T22:13:16.720 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2023-12-27T22:13:16.720 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.720 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.720 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.720 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.720 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.721 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.721 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.721 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.721 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.721 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.721 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.721 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.721 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2023-12-27T22:13:16.721 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2023-12-27T22:13:16.721 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.721 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.721 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.721 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-27T22:13:16.722 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.722 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.722 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.722 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.722 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.722 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.722 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.722 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.722 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2023-12-27T22:13:16.722 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2023-12-27T22:13:16.722 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.722 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.722 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.722 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-27T22:13:16.722 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.723 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.723 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.723 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.723 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.723 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.723 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.723 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.723 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2023-12-27T22:13:16.723 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2023-12-27T22:13:16.723 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.723 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.723 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.724 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2023-12-27T22:13:16.724 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.724 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.724 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.724 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.724 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.724 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.724 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.724 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.724 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2023-12-27T22:13:16.724 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2023-12-27T22:13:16.724 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.724 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.724 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.725 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.725 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.725 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.725 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.725 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.725 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.725 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.725 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.725 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.725 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-27T22:13:16.725 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-27T22:13:16.725 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:13:16.725 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.725 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.725 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2023-12-27T22:13:16.726 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2023-12-27T22:13:16.726 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.726 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.726 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.726 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.726 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.726 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.726 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.726 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2023-12-27T22:13:16.726 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2023-12-27T22:13:16.726 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:13:16.726 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.726 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.726 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2023-12-27T22:13:16.726 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.727 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.727 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.727 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.727 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.727 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.727 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.727 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.727 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2023-12-27T22:13:16.727 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2023-12-27T22:13:16.727 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.727 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.727 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.727 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.727 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.728 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.728 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.728 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.728 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.728 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.728 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.728 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.728 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:13:16.728 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:13:16.728 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.728 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.728 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.728 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.728 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.728 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.729 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.729 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.729 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.729 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.729 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.729 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.729 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.729 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.729 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.729 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.729 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.729 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.729 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.729 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:13:16.730 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:13:16.730 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.730 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.730 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.730 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.730 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.730 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.730 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.730 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.730 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.730 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.730 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.730 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.730 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:13:16.730 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:13:16.731 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.731 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.731 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.731 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:13:16.731 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.731 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.731 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.731 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.731 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.731 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.731 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.731 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.731 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.731 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.731 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.732 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.732 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.732 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.732 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.732 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:13:16.732 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:13:16.732 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.732 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.732 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.732 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.732 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.732 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.732 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.732 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.732 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.732 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.733 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.733 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.733 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2023-12-27T22:13:16.733 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2023-12-27T22:13:16.733 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.733 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.733 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.733 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-27T22:13:16.733 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.733 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.733 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.733 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.733 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.733 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.733 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.734 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.734 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2023-12-27T22:13:16.734 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2023-12-27T22:13:16.734 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.734 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.734 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.734 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-27T22:13:16.734 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.734 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.734 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.734 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.734 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.734 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.734 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.734 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.734 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2023-12-27T22:13:16.735 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2023-12-27T22:13:16.735 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.735 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.735 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.735 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2023-12-27T22:13:16.735 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.735 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.735 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.735 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.735 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.735 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.735 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.735 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.735 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.735 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.736 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.736 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2023-12-27T22:13:16.736 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:13:16.736 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:13:16.736 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:13:16.736 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:13:16.736 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:13:16.736 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.736 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.736 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.736 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.736 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.736 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.736 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.736 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.736 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.736 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.737 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.737 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.737 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.737 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.737 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.737 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.737 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.737 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.737 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.737 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:13:16.737 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:13:16.737 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.737 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.737 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.737 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.738 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.738 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.738 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.738 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.738 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.738 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.738 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.738 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.738 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:13:16.738 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:13:16.738 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.738 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.738 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.739 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:13:16.739 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.739 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.739 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.739 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.739 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.739 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.739 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.739 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.739 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.739 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.739 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.740 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.740 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.740 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.740 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.740 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:13:16.740 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:13:16.740 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.740 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.740 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.740 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.740 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.740 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.740 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.740 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.741 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.741 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.741 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.741 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.741 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.741 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.741 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.741 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2023-12-27T22:13:16.741 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:13:16.741 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:13:16.741 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:13:16.741 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:13:16.741 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:13:16.742 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.742 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.742 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.742 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.742 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.742 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.742 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.742 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.742 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.742 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.742 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.742 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.742 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.742 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.742 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.743 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.743 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.743 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.743 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.743 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:13:16.743 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:13:16.743 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.743 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.743 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.743 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.743 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.743 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.743 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.743 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.743 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.744 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.744 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.744 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.744 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:13:16.744 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:13:16.744 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.744 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.744 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.744 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:13:16.744 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.744 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.744 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.744 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.744 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.744 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.744 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.745 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.745 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.745 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.745 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.745 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.745 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.745 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.745 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.745 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:13:16.745 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:13:16.745 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.745 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.745 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.745 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.745 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2023-12-27T22:13:16.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-27T22:13:16.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-27T22:13:16.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-27T22:13:16.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2023-12-27T22:13:16.746 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2023-12-27T22:13:16.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2023-12-27T22:13:16.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2023-12-27T22:13:16.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2023-12-27T22:13:16.747 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-27T22:13:16.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-27T22:13:16.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-27T22:13:16.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.748 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-27T22:13:16.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-27T22:13:16.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-27T22:13:16.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.749 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-27T22:13:16.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.750 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-27T22:13:16.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-27T22:13:16.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.751 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-27T22:13:16.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-27T22:13:16.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-27T22:13:16.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-27T22:13:16.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-27T22:13:16.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-27T22:13:16.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-27T22:13:16.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-27T22:13:16.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-27T22:13:16.752 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-27T22:13:16.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-27T22:13:16.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-27T22:13:16.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-27T22:13:16.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-27T22:13:16.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-27T22:13:16.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.753 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2023-12-27T22:13:16.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2023-12-27T22:13:16.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-27T22:13:16.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.754 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2023-12-27T22:13:16.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2023-12-27T22:13:16.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-27T22:13:16.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2023-12-27T22:13:16.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.755 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2023-12-27T22:13:16.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2023-12-27T22:13:16.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-27T22:13:16.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-27T22:13:16.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-27T22:13:16.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2023-12-27T22:13:16.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-27T22:13:16.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-27T22:13:16.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-27T22:13:16.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-27T22:13:16.756 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-27T22:13:16.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-27T22:13:16.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-27T22:13:16.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2023-12-27T22:13:16.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2023-12-27T22:13:16.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2023-12-27T22:13:16.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2023-12-27T22:13:16.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2023-12-27T22:13:16.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2023-12-27T22:13:16.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2023-12-27T22:13:16.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2023-12-27T22:13:16.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2023-12-27T22:13:16.757 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2023-12-27T22:13:16.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2023-12-27T22:13:16.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2023-12-27T22:13:16.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2023-12-27T22:13:16.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2023-12-27T22:13:16.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2023-12-27T22:13:16.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2023-12-27T22:13:16.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2023-12-27T22:13:16.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2023-12-27T22:13:16.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2023-12-27T22:13:16.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2023-12-27T22:13:16.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2023-12-27T22:13:16.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2023-12-27T22:13:16.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2023-12-27T22:13:16.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-27T22:13:16.758 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 4, 2023-12-27T22:13:16.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2023-12-27T22:13:16.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-27T22:13:16.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-27T22:13:16.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.5:0", 2023-12-27T22:13:16.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2565192474 2023-12-27T22:13:16.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-27T22:13:16.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.759 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-27T22:13:16.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-27T22:13:16.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.5:0", 2023-12-27T22:13:16.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2825175927 2023-12-27T22:13:16.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-27T22:13:16.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-27T22:13:16.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-27T22:13:16.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:16.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-27T22:13:16.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.5:0", 2023-12-27T22:13:16.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 3804718267 2023-12-27T22:13:16.760 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.761 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-27T22:13:16.761 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.761 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-27T22:13:16.761 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.761 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:16.761 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:16 smithi005 bash[108203]: audit 2023-12-27T22:13:15.007726+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.5:0/2336120047' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-27T22:13:16.761 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:16 smithi005 bash[108203]: cluster 2023-12-27T22:13:15.007780+0000 mon.a (mon.0) 70 : cluster [DBG] mgrmap e9: y(active, since 15s) 2023-12-27T22:13:16.762 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Waiting for the mgr to restart... 2023-12-27T22:13:16.762 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Waiting for Mgr epoch 9... 2023-12-27T22:13:16.762 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi005', '-v', '/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2023-12-27T22:13:16.762 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi005 -v /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2023-12-27T22:13:19.363 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:13:18 smithi005 bash[108436]: Warning: Permanently added 'smithi005,172.21.15.5' (ECDSA) to the list of known hosts. 2023-12-27T22:13:19.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:17 smithi005 bash[108203]: audit 2023-12-27T22:13:16.054600+0000 mon.a (mon.0) 71 : audit [DBG] from='client.? 172.21.15.5:0/3637453149' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2023-12-27T22:13:19.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:18 smithi005 bash[108203]: cluster 2023-12-27T22:13:18.862315+0000 mon.a (mon.0) 72 : cluster [INF] Active manager daemon y restarted 2023-12-27T22:13:19.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:18 smithi005 bash[108203]: cluster 2023-12-27T22:13:18.862735+0000 mon.a (mon.0) 73 : cluster [INF] Activating manager daemon y 2023-12-27T22:13:19.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:18 smithi005 bash[108203]: cluster 2023-12-27T22:13:18.864308+0000 mon.a (mon.0) 74 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-27T22:13:19.937 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-27T22:13:19.937 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 11, 2023-12-27T22:13:19.937 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2023-12-27T22:13:19.937 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-27T22:13:20.244 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:19 smithi005 bash[108203]: cluster 2023-12-27T22:13:18.915172+0000 mon.a (mon.0) 75 : cluster [DBG] mgrmap e10: y(active, starting, since 0.052511s) 2023-12-27T22:13:20.244 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:19 smithi005 bash[108203]: audit 2023-12-27T22:13:18.917959+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-27T22:13:20.244 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:19 smithi005 bash[108203]: audit 2023-12-27T22:13:18.918819+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-27T22:13:20.244 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:19 smithi005 bash[108203]: audit 2023-12-27T22:13:18.918933+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-27T22:13:20.244 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:19 smithi005 bash[108203]: audit 2023-12-27T22:13:18.919042+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-27T22:13:20.244 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:19 smithi005 bash[108203]: audit 2023-12-27T22:13:18.919322+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-27T22:13:20.245 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:19 smithi005 bash[108203]: audit 2023-12-27T22:13:18.919889+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi005"}]: dispatch 2023-12-27T22:13:20.245 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:19 smithi005 bash[108203]: audit 2023-12-27T22:13:18.920088+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-27T22:13:20.245 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:19 smithi005 bash[108203]: audit 2023-12-27T22:13:18.920282+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-27T22:13:20.245 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:19 smithi005 bash[108203]: audit 2023-12-27T22:13:18.920489+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-27T22:13:20.245 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:19 smithi005 bash[108203]: audit 2023-12-27T22:13:18.920693+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-27T22:13:20.245 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:19 smithi005 bash[108203]: audit 2023-12-27T22:13:18.920881+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-27T22:13:20.245 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:19 smithi005 bash[108203]: cluster 2023-12-27T22:13:18.933700+0000 mon.a (mon.0) 87 : cluster [INF] Manager daemon y is now available 2023-12-27T22:13:20.245 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:19 smithi005 bash[108203]: audit 2023-12-27T22:13:18.964453+0000 mon.a (mon.0) 88 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-27T22:13:20.245 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:19 smithi005 bash[108203]: audit 2023-12-27T22:13:19.846321+0000 mon.a (mon.0) 89 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-27T22:13:20.245 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:19 smithi005 bash[108203]: audit 2023-12-27T22:13:19.846652+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:13:20.312 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Generating a dashboard self-signed certificate... 2023-12-27T22:13:20.313 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi005', '-v', '/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'create-self-signed-cert'] 2023-12-27T22:13:20.313 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi005 -v /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard create-self-signed-cert 2023-12-27T22:13:21.008 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Self-signed certificate created 2023-12-27T22:13:21.177 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:20 smithi005 bash[108203]: cluster 2023-12-27T22:13:19.920500+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e11: y(active, since 1.05784s) 2023-12-27T22:13:21.177 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:20 smithi005 bash[108203]: audit 2023-12-27T22:13:20.679433+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:20.678817\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:20.678917\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-27T22:13:20.679001\", \"networks\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:13:21.177 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:20 smithi005 bash[108203]: audit 2023-12-27T22:13:20.681194+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:20.678817\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:20.678917\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-27T22:13:20.679001\", \"networks\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:13:21.177 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:20 smithi005 bash[108203]: audit 2023-12-27T22:13:20.681654+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:13:21.353 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Creating initial admin user... 2023-12-27T22:13:21.353 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi005', '-v', '/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'ac-user-create', 'admin', 'onsre1cwc7', 'administrator', '--force-password', '--pwd-update-required'] 2023-12-27T22:13:21.353 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi005 -v /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpstm_6i7k:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard ac-user-create admin onsre1cwc7 administrator --force-password --pwd-update-required 2023-12-27T22:13:22.326 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout {"username": "admin", "password": "$2b$12$kpamIM2XHiTSvUC6ejJG2.NZ4Vaa9FwLz4BnOsXszNApW9ch7JiQW", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1703715202, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-27T22:13:22.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:21 smithi005 bash[108203]: audit 2023-12-27T22:13:20.929652+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-27T22:13:22.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:21 smithi005 bash[108203]: audit 2023-12-27T22:13:21.005437+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIIC0DCCAbgCEQCQTpz9T7VMC5KEAE23LSDiMA0GCSqGSIb3DQEBDQUAMCYxCzAJ\nBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBoLWRhc2hib2FyZDAeFw0yMzEyMjcyMjEz\nMjFaFw0zMzEyMjQyMjEzMjFaMCYxCzAJBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBo\nLWRhc2hib2FyZDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKKP79Y5\nYdreZBvfgU+q/XgU7qwaNwqIx3KmsfEKZLtSApyM7F+5K9Q1NSerTj+hXFgLIN9x\n5SVaTpkoWXSVRBo2j3jJ0SfsKWD0LRBq7LYhRXvWbvJ9wpDEmufKvuhzWpvp4eyB\nrxhMpVtxIdmPBVKonQdl21PWUkKj/PC2Oem6iwVOeYu8krYG09uMeWKCOpmhOfR+\n9cb0xCGbiyc+HNI8+3SykCMsbf9Otnk8phnRaxBj6X14ystMGWetNPBmmHavpSx1\nPzXnF2RQ1+TJ/P8DWokoQA2ciPQNAJAcv1dw3fWD8JkLmqB/fPW1+OJuLgQU1G0C\nq2vWkyPMevtSqUMCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAizUdS2pu0iWe8DDj\n7zhF0szOmIwywlfGv/vadWm2ORB64TwKqtOlIYLMx1ZAENL6Jj8HhypsgxtS0PV0\nkuN4EIucK4g6yUSst2VqgTxKys3ifk2Vk1I7+PAzhWeJbF+/y1lm2D95O/WwH0iz\nmQc5WP0GMDKZNhYDu3HxJeV98EnD2QKvohPQIlEu32IRwDfpIO+QtlWxHP5oieYH\nYOH5I/MNApT/oY/SO9xp/mh2Hm5Wou+PfcfK+KNXXiuPc4w4kGttXiDDWLTmptmZ\ne9ylGhA3floYEj0D/t9qzTI5hAzC0QBMdQvRl/TkgvU91X0wLThmtF4EEEZuHAKi\nqgwejQ==\n-----END CERTIFICATE-----\n"}]: dispatch 2023-12-27T22:13:22.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:21 smithi005 bash[108203]: audit 2023-12-27T22:13:21.007135+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIIC0DCCAbgCEQCQTpz9T7VMC5KEAE23LSDiMA0GCSqGSIb3DQEBDQUAMCYxCzAJ\nBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBoLWRhc2hib2FyZDAeFw0yMzEyMjcyMjEz\nMjFaFw0zMzEyMjQyMjEzMjFaMCYxCzAJBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBo\nLWRhc2hib2FyZDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKKP79Y5\nYdreZBvfgU+q/XgU7qwaNwqIx3KmsfEKZLtSApyM7F+5K9Q1NSerTj+hXFgLIN9x\n5SVaTpkoWXSVRBo2j3jJ0SfsKWD0LRBq7LYhRXvWbvJ9wpDEmufKvuhzWpvp4eyB\nrxhMpVtxIdmPBVKonQdl21PWUkKj/PC2Oem6iwVOeYu8krYG09uMeWKCOpmhOfR+\n9cb0xCGbiyc+HNI8+3SykCMsbf9Otnk8phnRaxBj6X14ystMGWetNPBmmHavpSx1\nPzXnF2RQ1+TJ/P8DWokoQA2ciPQNAJAcv1dw3fWD8JkLmqB/fPW1+OJuLgQU1G0C\nq2vWkyPMevtSqUMCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAizUdS2pu0iWe8DDj\n7zhF0szOmIwywlfGv/vadWm2ORB64TwKqtOlIYLMx1ZAENL6Jj8HhypsgxtS0PV0\nkuN4EIucK4g6yUSst2VqgTxKys3ifk2Vk1I7+PAzhWeJbF+/y1lm2D95O/WwH0iz\nmQc5WP0GMDKZNhYDu3HxJeV98EnD2QKvohPQIlEu32IRwDfpIO+QtlWxHP5oieYH\nYOH5I/MNApT/oY/SO9xp/mh2Hm5Wou+PfcfK+KNXXiuPc4w4kGttXiDDWLTmptmZ\ne9ylGhA3floYEj0D/t9qzTI5hAzC0QBMdQvRl/TkgvU91X0wLThmtF4EEEZuHAKi\nqgwejQ==\n-----END CERTIFICATE-----\n"}]': finished 2023-12-27T22:13:22.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:21 smithi005 bash[108203]: audit 2023-12-27T22:13:21.007492+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCij+/WOWHa3mQb\n34FPqv14FO6sGjcKiMdyprHxCmS7UgKcjOxfuSvUNTUnq04/oVxYCyDfceUlWk6Z\nKFl0lUQaNo94ydEn7Clg9C0Qauy2IUV71m7yfcKQxJrnyr7oc1qb6eHsga8YTKVb\ncSHZjwVSqJ0HZdtT1lJCo/zwtjnpuosFTnmLvJK2BtPbjHligjqZoTn0fvXG9MQh\nm4snPhzSPPt0spAjLG3/TrZ5PKYZ0WsQY+l9eMrLTBlnrTTwZph2r6UsdT815xdk\nUNfkyfz/A1qJKEANnIj0DQCQHL9XcN31g/CZC5qgf3z1tfjibi4EFNRtAqtr1pMj\nzHr7UqlDAgMBAAECggEBAJwoXoDQEIM6PLpVwpcwL1pp6Tfj2tnAuK8XGDnu/QLA\nbgfKi8oMS+EG16/qrDkNnXJqBkL+2ts92+DeVMhcFtaDcODcJZIPF1SuWpe5zvfK\nEEA8pclFK2D7q75cEXWkUfcR/de+X9+cyP+FNroR3FAh7u5LVxw69jxT4UeuFQXC\nh3UBBD44manu7rsL2rehyS1/gZ/ZE+dJ0n1Topl2oH9pvATFtM6nrDSrZAufdQl4\nn7tY3pBFxE1rhMZDDzSc/vsP3KYvCPyiin5f8SIBnIrIJx/ugYMZDSUJuLPHizCk\n7Scx0yV7dk0nEhcQeCXJhfbvOX4zWgRO3l/QSgkkpskCgYEA0YPxYsfYIfkFrXbw\ngGiUSAaLinsYifx+o4TNgUJZ+nmvm87FPVBwAf2erRip6ifsPE+KJsbsGNinn26a\n/MQXbWp9F6B6jIpauyHxvbkuMxj/RP9MRuX55Ao8czNoG6BRc7ko8tLgLvfIMgz1\nsrhDZOl5TRLTTYdxz706u6CBJ4cCgYEAxqEmEto0jpdz9TnuGCrqUjPtoYVeYwna\nhggrXefMNjKpHezMHW8acQ5AGRgDsSDqlxGXLo2oFHe8gxthSeIxvLrqN4rVdx57\nmzcu3VRB3b/Bp+ZlTDiBKAvPblE1e8ELU+s8J4jlCUIEgzMjs1/4kQrwXkeq02Rf\nKDIbJccDp2UCgYBWQkJRbwHXCtWBk2R1GZljBf7RZti1htUEsZqCSzUMYKkiNsER\n+1oCF88KaQsbspAaTI0OZfuyRxDMHReGVZ1nmN4jqhiKYDP2s4T5nZIdy37dg1Z+\nIhT+BBDbRSDprtmaEXOAdb2C2NT9dkR57k8g7tbYGpYQZ2E+LCRQN0a1ZQKBgQCN\nk+WogGH/1RIxE+aS0VwN1bemboK1gxuAd6g5mfQkGX4Tt2pR/JRTSz4C5OwUwAqW\nPVKOOyg31pTGuqhg2lprVKuHhWzcKB0gqHe+CMWeAoVNYNqJNqlQ2wIydq3xlMq3\nOS+6WkgujiDbR4NF4r0w3SQxf1HStXNiGjzhc3Y2RQKBgDjxA28X7+bJLo8Fyy+B\nnyq1/AKxMjN3NtXrrSjLJoVOH9a+lOlqh9dJoyrl3VEp0p3migyQ5oVF9+VmHW6Z\ncCaFzAQlP7IIAPiRR8Xr1N3PxKNO7fvG+lSVO1/mBBlVRF6QPdN2GLUZayfZrp6T\natI8Qx5Nsvkq49JindBNJ3GD\n-----END PRIVATE KEY-----\n"}]: dispatch 2023-12-27T22:13:22.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:21 smithi005 bash[108203]: audit 2023-12-27T22:13:21.008694+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCij+/WOWHa3mQb\n34FPqv14FO6sGjcKiMdyprHxCmS7UgKcjOxfuSvUNTUnq04/oVxYCyDfceUlWk6Z\nKFl0lUQaNo94ydEn7Clg9C0Qauy2IUV71m7yfcKQxJrnyr7oc1qb6eHsga8YTKVb\ncSHZjwVSqJ0HZdtT1lJCo/zwtjnpuosFTnmLvJK2BtPbjHligjqZoTn0fvXG9MQh\nm4snPhzSPPt0spAjLG3/TrZ5PKYZ0WsQY+l9eMrLTBlnrTTwZph2r6UsdT815xdk\nUNfkyfz/A1qJKEANnIj0DQCQHL9XcN31g/CZC5qgf3z1tfjibi4EFNRtAqtr1pMj\nzHr7UqlDAgMBAAECggEBAJwoXoDQEIM6PLpVwpcwL1pp6Tfj2tnAuK8XGDnu/QLA\nbgfKi8oMS+EG16/qrDkNnXJqBkL+2ts92+DeVMhcFtaDcODcJZIPF1SuWpe5zvfK\nEEA8pclFK2D7q75cEXWkUfcR/de+X9+cyP+FNroR3FAh7u5LVxw69jxT4UeuFQXC\nh3UBBD44manu7rsL2rehyS1/gZ/ZE+dJ0n1Topl2oH9pvATFtM6nrDSrZAufdQl4\nn7tY3pBFxE1rhMZDDzSc/vsP3KYvCPyiin5f8SIBnIrIJx/ugYMZDSUJuLPHizCk\n7Scx0yV7dk0nEhcQeCXJhfbvOX4zWgRO3l/QSgkkpskCgYEA0YPxYsfYIfkFrXbw\ngGiUSAaLinsYifx+o4TNgUJZ+nmvm87FPVBwAf2erRip6ifsPE+KJsbsGNinn26a\n/MQXbWp9F6B6jIpauyHxvbkuMxj/RP9MRuX55Ao8czNoG6BRc7ko8tLgLvfIMgz1\nsrhDZOl5TRLTTYdxz706u6CBJ4cCgYEAxqEmEto0jpdz9TnuGCrqUjPtoYVeYwna\nhggrXefMNjKpHezMHW8acQ5AGRgDsSDqlxGXLo2oFHe8gxthSeIxvLrqN4rVdx57\nmzcu3VRB3b/Bp+ZlTDiBKAvPblE1e8ELU+s8J4jlCUIEgzMjs1/4kQrwXkeq02Rf\nKDIbJccDp2UCgYBWQkJRbwHXCtWBk2R1GZljBf7RZti1htUEsZqCSzUMYKkiNsER\n+1oCF88KaQsbspAaTI0OZfuyRxDMHReGVZ1nmN4jqhiKYDP2s4T5nZIdy37dg1Z+\nIhT+BBDbRSDprtmaEXOAdb2C2NT9dkR57k8g7tbYGpYQZ2E+LCRQN0a1ZQKBgQCN\nk+WogGH/1RIxE+aS0VwN1bemboK1gxuAd6g5mfQkGX4Tt2pR/JRTSz4C5OwUwAqW\nPVKOOyg31pTGuqhg2lprVKuHhWzcKB0gqHe+CMWeAoVNYNqJNqlQ2wIydq3xlMq3\nOS+6WkgujiDbR4NF4r0w3SQxf1HStXNiGjzhc3Y2RQKBgDjxA28X7+bJLo8Fyy+B\nnyq1/AKxMjN3NtXrrSjLJoVOH9a+lOlqh9dJoyrl3VEp0p3migyQ5oVF9+VmHW6Z\ncCaFzAQlP7IIAPiRR8Xr1N3PxKNO7fvG+lSVO1/mBBlVRF6QPdN2GLUZayfZrp6T\natI8Qx5Nsvkq49JindBNJ3GD\n-----END PRIVATE KEY-----\n"}]': finished 2023-12-27T22:13:22.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:21 smithi005 bash[108203]: cluster 2023-12-27T22:13:21.682648+0000 mon.a (mon.0) 99 : cluster [DBG] mgrmap e12: y(active, since 2s) 2023-12-27T22:13:22.695 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Fetching dashboard port number... 2023-12-27T22:13:22.695 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi005', '-v', '/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpstm_6i7k:/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-27T22:13:22.695 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi005 -v /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpfpfvmvq4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpstm_6i7k:/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-27T22:13:23.196 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 8443 2023-12-27T22:13:23.239 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:22 smithi005 bash[108203]: audit 2023-12-27T22:13:22.324436+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$kpamIM2XHiTSvUC6ejJG2.NZ4Vaa9FwLz4BnOsXszNApW9ch7JiQW\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1703715202, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]: dispatch 2023-12-27T22:13:23.240 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:22 smithi005 bash[108203]: audit 2023-12-27T22:13:22.326109+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$kpamIM2XHiTSvUC6ejJG2.NZ4Vaa9FwLz4BnOsXszNApW9ch7JiQW\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1703715202, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]': finished 2023-12-27T22:13:23.572 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Ceph Dashboard is now available at: 2023-12-27T22:13:23.572 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-12-27T22:13:23.572 INFO:teuthology.orchestra.run.smithi005.stderr: URL: https://smithi005.front.sepia.ceph.com:8443/ 2023-12-27T22:13:23.572 INFO:teuthology.orchestra.run.smithi005.stderr: User: admin 2023-12-27T22:13:23.572 INFO:teuthology.orchestra.run.smithi005.stderr: Password: onsre1cwc7 2023-12-27T22:13:23.572 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-12-27T22:13:23.572 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:You can access the Ceph CLI with: 2023-12-27T22:13:23.572 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-12-27T22:13:23.572 INFO:teuthology.orchestra.run.smithi005.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid fe802a76-a504-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-27T22:13:23.572 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-12-27T22:13:23.572 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Please consider enabling telemetry to help improve Ceph: 2023-12-27T22:13:23.572 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-12-27T22:13:23.573 INFO:teuthology.orchestra.run.smithi005.stderr: ceph telemetry on 2023-12-27T22:13:23.573 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-12-27T22:13:23.573 INFO:teuthology.orchestra.run.smithi005.stderr:For more information see: 2023-12-27T22:13:23.573 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-12-27T22:13:23.573 INFO:teuthology.orchestra.run.smithi005.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-27T22:13:23.573 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-12-27T22:13:23.573 INFO:teuthology.orchestra.run.smithi005.stderr:INFO:cephadm:Bootstrap complete. 2023-12-27T22:13:23.573 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Releasing lock 140075888306328 on /run/cephadm/fe802a76-a504-11ee-95a5-87774f69a715.lock 2023-12-27T22:13:23.573 INFO:teuthology.orchestra.run.smithi005.stderr:DEBUG:cephadm:Lock 140075888306328 released on /run/cephadm/fe802a76-a504-11ee-95a5-87774f69a715.lock 2023-12-27T22:13:23.597 INFO:tasks.cephadm:Fetching config... 2023-12-27T22:13:23.598 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-12-27T22:13:23.598 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-27T22:13:23.616 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-27T22:13:23.616 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-12-27T22:13:23.616 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-27T22:13:23.674 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-27T22:13:23.674 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-12-27T22:13:23.674 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/var/lib/ceph/fe802a76-a504-11ee-95a5-87774f69a715/mon.a/keyring of=/dev/stdout 2023-12-27T22:13:23.742 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-27T22:13:23.742 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-12-27T22:13:23.742 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-27T22:13:23.800 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-27T22:13:23.800 DEBUG:teuthology.orchestra.run.smithi005:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDVR6nYury98HZrAfjSmjfCK7RbTt+TunS7YKX6IvM4FBvZVlZ2DuTY6ZvKdImFOepVd8Kh/fkdqZMZMjJ9XBzEty/zEP63CJFmebRF7fnensGdfIzFsw4Ubxd1BtCbcMXyaEhcUVIHLX99Hkm60Nv5be+cXW9HxkfAvfrQ3oYRxj9cJSXTyNCnfPeX4I5kcp6eikcNKh9zeLHj6oTH6BkPCc+ncIFMEKDwCtFmN4GER0I2eF7jQ0hroiayGu5K2hUsIYGQ+Uh1cf4R/M28xBx4hp0IUBSwsXEl1T/WlbaCWuQzFnUrdLkWtk6lTN6SkmQPnx3/83F1DBlvu0V6i13P3/9zgaCpKGIFMoyHdpzAQpuEjCw9s8/k3e5f8vMMidl58nDfMUKiGCoVVmMED7ryJvGejLYE5uh4Hzy1nc/c6Fv0cI6pp3EAxgMzBaBotrke0YK5giQELC0aC9F89b5Y0UMlqhyFZ1UkxGRwefBOJQ/y2Mba6heRbtivXAZp30= ceph-fe802a76-a504-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-27T22:13:23.877 INFO:teuthology.orchestra.run.smithi005.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDVR6nYury98HZrAfjSmjfCK7RbTt+TunS7YKX6IvM4FBvZVlZ2DuTY6ZvKdImFOepVd8Kh/fkdqZMZMjJ9XBzEty/zEP63CJFmebRF7fnensGdfIzFsw4Ubxd1BtCbcMXyaEhcUVIHLX99Hkm60Nv5be+cXW9HxkfAvfrQ3oYRxj9cJSXTyNCnfPeX4I5kcp6eikcNKh9zeLHj6oTH6BkPCc+ncIFMEKDwCtFmN4GER0I2eF7jQ0hroiayGu5K2hUsIYGQ+Uh1cf4R/M28xBx4hp0IUBSwsXEl1T/WlbaCWuQzFnUrdLkWtk6lTN6SkmQPnx3/83F1DBlvu0V6i13P3/9zgaCpKGIFMoyHdpzAQpuEjCw9s8/k3e5f8vMMidl58nDfMUKiGCoVVmMED7ryJvGejLYE5uh4Hzy1nc/c6Fv0cI6pp3EAxgMzBaBotrke0YK5giQELC0aC9F89b5Y0UMlqhyFZ1UkxGRwefBOJQ/y2Mba6heRbtivXAZp30= ceph-fe802a76-a504-11ee-95a5-87774f69a715 2023-12-27T22:13:23.888 DEBUG:teuthology.orchestra.run.smithi115:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDVR6nYury98HZrAfjSmjfCK7RbTt+TunS7YKX6IvM4FBvZVlZ2DuTY6ZvKdImFOepVd8Kh/fkdqZMZMjJ9XBzEty/zEP63CJFmebRF7fnensGdfIzFsw4Ubxd1BtCbcMXyaEhcUVIHLX99Hkm60Nv5be+cXW9HxkfAvfrQ3oYRxj9cJSXTyNCnfPeX4I5kcp6eikcNKh9zeLHj6oTH6BkPCc+ncIFMEKDwCtFmN4GER0I2eF7jQ0hroiayGu5K2hUsIYGQ+Uh1cf4R/M28xBx4hp0IUBSwsXEl1T/WlbaCWuQzFnUrdLkWtk6lTN6SkmQPnx3/83F1DBlvu0V6i13P3/9zgaCpKGIFMoyHdpzAQpuEjCw9s8/k3e5f8vMMidl58nDfMUKiGCoVVmMED7ryJvGejLYE5uh4Hzy1nc/c6Fv0cI6pp3EAxgMzBaBotrke0YK5giQELC0aC9F89b5Y0UMlqhyFZ1UkxGRwefBOJQ/y2Mba6heRbtivXAZp30= ceph-fe802a76-a504-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-27T22:13:23.933 INFO:teuthology.orchestra.run.smithi115.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDVR6nYury98HZrAfjSmjfCK7RbTt+TunS7YKX6IvM4FBvZVlZ2DuTY6ZvKdImFOepVd8Kh/fkdqZMZMjJ9XBzEty/zEP63CJFmebRF7fnensGdfIzFsw4Ubxd1BtCbcMXyaEhcUVIHLX99Hkm60Nv5be+cXW9HxkfAvfrQ3oYRxj9cJSXTyNCnfPeX4I5kcp6eikcNKh9zeLHj6oTH6BkPCc+ncIFMEKDwCtFmN4GER0I2eF7jQ0hroiayGu5K2hUsIYGQ+Uh1cf4R/M28xBx4hp0IUBSwsXEl1T/WlbaCWuQzFnUrdLkWtk6lTN6SkmQPnx3/83F1DBlvu0V6i13P3/9zgaCpKGIFMoyHdpzAQpuEjCw9s8/k3e5f8vMMidl58nDfMUKiGCoVVmMED7ryJvGejLYE5uh4Hzy1nc/c6Fv0cI6pp3EAxgMzBaBotrke0YK5giQELC0aC9F89b5Y0UMlqhyFZ1UkxGRwefBOJQ/y2Mba6heRbtivXAZp30= ceph-fe802a76-a504-11ee-95a5-87774f69a715 2023-12-27T22:13:23.945 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi115 2023-12-27T22:13:23.945 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2023-12-27T22:13:23.945 DEBUG:teuthology.orchestra.run.smithi115:> dd of=/etc/ceph/ceph.conf 2023-12-27T22:13:23.964 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2023-12-27T22:13:23.964 DEBUG:teuthology.orchestra.run.smithi115:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-27T22:13:24.024 INFO:tasks.cephadm:Adding host smithi115 to orchestrator... 2023-12-27T22:13:24.024 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph orch host add smithi115 2023-12-27T22:13:24.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:23 smithi005 bash[108203]: audit 2023-12-27T22:13:22.081422+0000 mgr.y (mgr.14142) 2 : audit [DBG] from='client.14157 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "password": "onsre1cwc7", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:13:24.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:23 smithi005 bash[108203]: audit 2023-12-27T22:13:23.196442+0000 mon.a (mon.0) 102 : audit [DBG] from='client.? 172.21.15.5:0/72454832' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-27T22:13:24.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:23 smithi005 bash[108203]: audit 2023-12-27T22:13:23.332086+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:13:24.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:23 smithi005 bash[108203]: audit 2023-12-27T22:13:23.548601+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:20.678817\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:20.678917\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-27T22:13:20.679001\", \"last_device_update\": \"2023-12-27T22:13:23.548086\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:13:24.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:23 smithi005 bash[108203]: audit 2023-12-27T22:13:23.550393+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:20.678817\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:20.678917\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-27T22:13:20.679001\", \"last_device_update\": \"2023-12-27T22:13:23.548086\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:13:26.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:25 smithi005 bash[108203]: cluster 2023-12-27T22:13:24.965858+0000 mon.a (mon.0) 106 : cluster [DBG] mgrmap e13: y(active, since 6s) 2023-12-27T22:13:40.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:39 smithi005 bash[108203]: cluster 2023-12-27T22:13:38.920490+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-27T22:13:42.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:41 smithi005 bash[108203]: cluster 2023-12-27T22:13:40.920868+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-27T22:13:43.863 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:13:43 smithi005 bash[108436]: Warning: Permanently added 'smithi115,172.21.15.115' (ECDSA) to the list of known hosts. 2023-12-27T22:13:44.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:43 smithi005 bash[108203]: cluster 2023-12-27T22:13:42.921220+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-27T22:13:44.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:43 smithi005 bash[108203]: audit 2023-12-27T22:13:43.858513+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi005\": {\"hostname\": \"smithi005\", \"addr\": \"smithi005\", \"labels\": [], \"status\": \"\"}, \"smithi115\": {\"hostname\": \"smithi115\", \"addr\": \"smithi115\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-27T22:13:44.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:43 smithi005 bash[108203]: audit 2023-12-27T22:13:43.860732+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi005\": {\"hostname\": \"smithi005\", \"addr\": \"smithi005\", \"labels\": [], \"status\": \"\"}, \"smithi115\": {\"hostname\": \"smithi115\", \"addr\": \"smithi115\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-27T22:13:44.383 INFO:teuthology.orchestra.run.smithi115.stdout:Added host 'smithi115' 2023-12-27T22:13:44.988 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-27T22:13:45.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:44 smithi005 bash[108203]: audit 2023-12-27T22:13:43.380323+0000 mgr.y (mgr.14142) 6 : audit [DBG] from='client.14161 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi115", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:13:45.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:44 smithi005 bash[108203]: cephadm 2023-12-27T22:13:43.861191+0000 mgr.y (mgr.14142) 7 : cephadm [INF] Added host smithi115 2023-12-27T22:13:45.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:44 smithi005 bash[108203]: audit 2023-12-27T22:13:44.054661+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:13:45.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:44 smithi005 bash[108203]: audit 2023-12-27T22:13:44.056180+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:13:45.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:44 smithi005 bash[108203]: audit 2023-12-27T22:13:44.056806+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:13:45.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:44 smithi005 bash[108203]: audit 2023-12-27T22:13:44.228171+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-27T22:13:44.227891\", \"networks\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:13:45.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:44 smithi005 bash[108203]: audit 2023-12-27T22:13:44.229782+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-27T22:13:44.227891\", \"networks\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:13:45.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:44 smithi005 bash[108203]: audit 2023-12-27T22:13:44.230385+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:13:46.249 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-27T22:13:46.250 INFO:teuthology.orchestra.run.smithi115.stdout:[{"addr": "smithi005", "hostname": "smithi005", "labels": [], "status": ""}, {"addr": "smithi115", "hostname": "smithi115", "labels": [], "status": ""}] 2023-12-27T22:13:46.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:45 smithi005 bash[108203]: cluster 2023-12-27T22:13:44.921578+0000 mgr.y (mgr.14142) 8 : cluster [DBG] pgmap v6: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:13:46.799 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-27T22:13:46.799 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-27T22:13:47.087 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:46 smithi005 bash[108203]: audit 2023-12-27T22:13:46.570568+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:13:47.087 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:46 smithi005 bash[108203]: audit 2023-12-27T22:13:46.755400+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-27T22:13:44.227891\", \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:13:47.088 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:46 smithi005 bash[108203]: audit 2023-12-27T22:13:46.757587+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-27T22:13:44.227891\", \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:13:48.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:47 smithi005 bash[108203]: audit 2023-12-27T22:13:46.248917+0000 mgr.y (mgr.14142) 9 : audit [DBG] from='client.14163 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-27T22:13:48.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:47 smithi005 bash[108203]: cluster 2023-12-27T22:13:46.921827+0000 mgr.y (mgr.14142) 10 : cluster [DBG] pgmap v7: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:13:48.975 INFO:teuthology.orchestra.run.smithi005.stderr:adjusted tunables profile to default 2023-12-27T22:13:49.302 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:48 smithi005 bash[108203]: audit 2023-12-27T22:13:48.007184+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.5:0/3419047417' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-27T22:13:49.373 INFO:tasks.cephadm:Adding mon.c on smithi005 2023-12-27T22:13:49.374 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph orch daemon add mon 'smithi005:[v2:172.21.15.5:3301,v1:172.21.15.5:6790]=c' 2023-12-27T22:13:50.260 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:49 smithi005 bash[108203]: cluster 2023-12-27T22:13:48.922122+0000 mgr.y (mgr.14142) 11 : cluster [DBG] pgmap v8: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:13:50.260 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:49 smithi005 bash[108203]: audit 2023-12-27T22:13:48.972930+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.5:0/3419047417' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-27T22:13:50.260 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:49 smithi005 bash[108203]: cluster 2023-12-27T22:13:48.972980+0000 mon.a (mon.0) 120 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-27T22:13:51.264 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:50 smithi005 bash[108203]: audit 2023-12-27T22:13:50.616193+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:13:51.264 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:50 smithi005 bash[108203]: audit 2023-12-27T22:13:50.616806+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:13:51.264 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:50 smithi005 bash[108203]: audit 2023-12-27T22:13:50.617495+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.c", "key": "container_image"}]: dispatch 2023-12-27T22:13:52.097 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:51 smithi005 bash[108203]: audit 2023-12-27T22:13:50.614581+0000 mgr.y (mgr.14142) 12 : audit [DBG] from='client.14167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi005:[v2:172.21.15.5:3301,v1:172.21.15.5:6790]=c", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:13:52.097 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:51 smithi005 bash[108203]: cephadm 2023-12-27T22:13:50.617270+0000 mgr.y (mgr.14142) 13 : cephadm [INF] Deploying daemon mon.c on smithi005 2023-12-27T22:13:52.097 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:51 smithi005 bash[108203]: cluster 2023-12-27T22:13:50.922370+0000 mgr.y (mgr.14142) 14 : cluster [DBG] pgmap v10: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:13:52.618 INFO:teuthology.orchestra.run.smithi005.stdout:Deployed mon.c on host 'smithi005' 2023-12-27T22:13:53.147 DEBUG:teuthology.orchestra.run.smithi005:mon.c> sudo journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@mon.c.service 2023-12-27T22:13:53.150 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-27T22:13:53.150 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-27T22:13:53.181 INFO:journalctl@ceph.mon.c.smithi005.stdout:-- Logs begin at Wed 2023-12-27 22:03:14 UTC. -- 2023-12-27T22:13:58.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[108203]: cluster 2023-12-27T22:13:52.681422+0000 mon.a (mon.0) 127 : cluster [INF] mon.a calling monitor election 2023-12-27T22:13:58.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[108203]: cluster 2023-12-27T22:13:52.922647+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-27T22:13:58.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[111615]: cluster 2023-12-27T22:13:52.681422+0000 mon.a (mon.0) 127 : cluster [INF] mon.a calling monitor election 2023-12-27T22:13:58.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[111615]: cluster 2023-12-27T22:13:52.922647+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-27T22:13:58.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[108203]: audit 2023-12-27T22:13:53.655659+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654754\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654834\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654868\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}}, \"last_daemon_update\": \"2023-12-27T22:13:53.654944\", \"last_device_update\": \"2023-12-27T22:13:23.548086\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:13:58.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[108203]: cluster 2023-12-27T22:13:54.680126+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-27T22:13:58.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[108203]: cluster 2023-12-27T22:13:54.922929+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-27T22:13:58.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[108203]: cluster 2023-12-27T22:13:56.923183+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-27T22:13:58.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[108203]: cluster 2023-12-27T22:13:57.708251+0000 mon.a (mon.0) 129 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-27T22:13:58.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[108203]: cluster 2023-12-27T22:13:57.711076+0000 mon.a (mon.0) 130 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],c=[v2:172.21.15.5:3301/0,v1:172.21.15.5:6790/0]} 2023-12-27T22:13:58.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[108203]: cluster 2023-12-27T22:13:57.711147+0000 mon.a (mon.0) 131 : cluster [DBG] fsmap 2023-12-27T22:13:58.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[108203]: cluster 2023-12-27T22:13:57.711179+0000 mon.a (mon.0) 132 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-27T22:13:58.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[108203]: cluster 2023-12-27T22:13:57.711402+0000 mon.a (mon.0) 133 : cluster [DBG] mgrmap e13: y(active, since 38s) 2023-12-27T22:13:58.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[108203]: audit 2023-12-27T22:13:57.712221+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654754\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654834\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654868\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}}, \"last_daemon_update\": \"2023-12-27T22:13:53.654944\", \"last_device_update\": \"2023-12-27T22:13:23.548086\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:13:58.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[108203]: cluster 2023-12-27T22:13:57.714697+0000 mon.a (mon.0) 135 : cluster [INF] overall HEALTH_OK 2023-12-27T22:13:58.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[108203]: audit 2023-12-27T22:13:57.716604+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654754\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654834\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654868\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}}, \"last_daemon_update\": \"2023-12-27T22:13:53.654944\", \"last_device_update\": \"2023-12-27T22:13:23.548086\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:13:58.116 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[111615]: audit 2023-12-27T22:13:53.655659+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654754\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654834\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654868\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}}, \"last_daemon_update\": \"2023-12-27T22:13:53.654944\", \"last_device_update\": \"2023-12-27T22:13:23.548086\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:13:58.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[111615]: cluster 2023-12-27T22:13:54.680126+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-27T22:13:58.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[111615]: cluster 2023-12-27T22:13:54.922929+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-27T22:13:58.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[111615]: cluster 2023-12-27T22:13:56.923183+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-27T22:13:58.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[111615]: cluster 2023-12-27T22:13:57.708251+0000 mon.a (mon.0) 129 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-27T22:13:58.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[111615]: cluster 2023-12-27T22:13:57.711076+0000 mon.a (mon.0) 130 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],c=[v2:172.21.15.5:3301/0,v1:172.21.15.5:6790/0]} 2023-12-27T22:13:58.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[111615]: cluster 2023-12-27T22:13:57.711147+0000 mon.a (mon.0) 131 : cluster [DBG] fsmap 2023-12-27T22:13:58.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[111615]: cluster 2023-12-27T22:13:57.711179+0000 mon.a (mon.0) 132 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-27T22:13:58.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[111615]: cluster 2023-12-27T22:13:57.711402+0000 mon.a (mon.0) 133 : cluster [DBG] mgrmap e13: y(active, since 38s) 2023-12-27T22:13:58.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[111615]: audit 2023-12-27T22:13:57.712221+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654754\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654834\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654868\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}}, \"last_daemon_update\": \"2023-12-27T22:13:53.654944\", \"last_device_update\": \"2023-12-27T22:13:23.548086\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:13:58.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[111615]: cluster 2023-12-27T22:13:57.714697+0000 mon.a (mon.0) 135 : cluster [INF] overall HEALTH_OK 2023-12-27T22:13:58.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:13:57 smithi005 bash[111615]: audit 2023-12-27T22:13:57.716604+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654754\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654834\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654868\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}}, \"last_daemon_update\": \"2023-12-27T22:13:53.654944\", \"last_device_update\": \"2023-12-27T22:13:23.548086\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:13:58.570 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-27T22:13:58.570 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":2,"fsid":"fe802a76-a504-11ee-95a5-87774f69a715","modified":"2023-12-27T22:13:52.679342Z","created":"2023-12-27T22:12:40.455623Z","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.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3301","nonce":0},{"type":"v1","addr":"172.21.15.5:6790","nonce":0}]},"addr":"172.21.15.5:6790/0","public_addr":"172.21.15.5:6790/0","priority":0,"weight":0}],"quorum":[0,1]} 2023-12-27T22:13:58.571 INFO:teuthology.orchestra.run.smithi005.stderr:dumped monmap epoch 2 2023-12-27T22:13:58.858 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:58 smithi005 bash[108203]: audit 2023-12-27T22:13:58.570439+0000 mon.a (mon.0) 137 : audit [DBG] from='client.? 172.21.15.5:0/3060998498' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-27T22:13:58.859 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:13:58 smithi005 bash[111615]: audit 2023-12-27T22:13:58.570439+0000 mon.a (mon.0) 137 : audit [DBG] from='client.? 172.21.15.5:0/3060998498' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-27T22:13:58.895 INFO:tasks.cephadm:Adding mon.b on smithi115 2023-12-27T22:13:58.895 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph orch daemon add mon smithi115:172.21.15.115=b 2023-12-27T22:14:00.113 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:13:59 smithi005 bash[108203]: cluster 2023-12-27T22:13:58.923410+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-27T22:14:00.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:13:59 smithi005 bash[111615]: cluster 2023-12-27T22:13:58.923410+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-27T22:14:01.113 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:00 smithi005 bash[108203]: audit 2023-12-27T22:14:00.061920+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:14:01.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:00 smithi005 bash[108203]: audit 2023-12-27T22:14:00.062680+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:01.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:00 smithi005 bash[108203]: audit 2023-12-27T22:14:00.063559+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2023-12-27T22:14:01.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:00 smithi005 bash[111615]: audit 2023-12-27T22:14:00.061920+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:14:01.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:00 smithi005 bash[111615]: audit 2023-12-27T22:14:00.062680+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:01.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:00 smithi005 bash[111615]: audit 2023-12-27T22:14:00.063559+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2023-12-27T22:14:02.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:01 smithi005 bash[108203]: audit 2023-12-27T22:14:00.060557+0000 mgr.y (mgr.14142) 19 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi115:172.21.15.115=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:14:02.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:01 smithi005 bash[108203]: cephadm 2023-12-27T22:14:00.063243+0000 mgr.y (mgr.14142) 20 : cephadm [INF] Deploying daemon mon.b on smithi115 2023-12-27T22:14:02.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:01 smithi005 bash[108203]: cluster 2023-12-27T22:14:00.923704+0000 mgr.y (mgr.14142) 21 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:14:02.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:01 smithi005 bash[111615]: audit 2023-12-27T22:14:00.060557+0000 mgr.y (mgr.14142) 19 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi115:172.21.15.115=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:14:02.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:01 smithi005 bash[111615]: cephadm 2023-12-27T22:14:00.063243+0000 mgr.y (mgr.14142) 20 : cephadm [INF] Deploying daemon mon.b on smithi115 2023-12-27T22:14:02.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:01 smithi005 bash[111615]: cluster 2023-12-27T22:14:00.923704+0000 mgr.y (mgr.14142) 21 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:14:04.068 INFO:teuthology.orchestra.run.smithi115.stdout:Deployed mon.b on host 'smithi115' 2023-12-27T22:14:04.113 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:03 smithi005 bash[108203]: cluster 2023-12-27T22:14:02.923966+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-27T22:14:04.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:03 smithi005 bash[111615]: cluster 2023-12-27T22:14:02.923966+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-27T22:14:05.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:04 smithi005 bash[108203]: audit 2023-12-27T22:14:03.971559+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}}, \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:14:05.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:04 smithi005 bash[108203]: audit 2023-12-27T22:14:03.972003+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:14:05.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:04 smithi005 bash[108203]: audit 2023-12-27T22:14:03.974313+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}}, \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:14:05.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:04 smithi005 bash[111615]: audit 2023-12-27T22:14:03.971559+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}}, \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:14:05.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:04 smithi005 bash[111615]: audit 2023-12-27T22:14:03.972003+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:14:05.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:04 smithi005 bash[111615]: audit 2023-12-27T22:14:03.974313+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}}, \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:14:06.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:05 smithi005 bash[108203]: cluster 2023-12-27T22:14:04.924202+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-27T22:14:06.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:05 smithi005 bash[111615]: cluster 2023-12-27T22:14:04.924202+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-27T22:14:06.485 DEBUG:teuthology.orchestra.run.smithi115:mon.b> sudo journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@mon.b.service 2023-12-27T22:14:06.487 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-27T22:14:06.488 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-27T22:14:06.516 INFO:journalctl@ceph.mon.b.smithi115.stdout:-- Logs begin at Wed 2023-12-27 22:03:14 UTC. -- 2023-12-27T22:14:11.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[108203]: cluster 2023-12-27T22:14:05.817519+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2023-12-27T22:14:11.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[108203]: cluster 2023-12-27T22:14:05.817602+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-27T22:14:11.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[108203]: cluster 2023-12-27T22:14:06.924584+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-27T22:14:11.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[108203]: audit 2023-12-27T22:14:08.162550+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:08.161860\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}}, \"last_daemon_update\": \"2023-12-27T22:14:08.162006\", \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:14:11.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[108203]: cluster 2023-12-27T22:14:08.924922+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-27T22:14:11.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[108203]: cluster 2023-12-27T22:14:10.830373+0000 mon.a (mon.0) 146 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-27T22:14:11.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[108203]: cluster 2023-12-27T22:14:10.833058+0000 mon.a (mon.0) 147 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0],c=[v2:172.21.15.5:3301/0,v1:172.21.15.5:6790/0]} 2023-12-27T22:14:11.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[111615]: cluster 2023-12-27T22:14:05.817519+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2023-12-27T22:14:11.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[111615]: cluster 2023-12-27T22:14:05.817602+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-27T22:14:11.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[111615]: cluster 2023-12-27T22:14:06.924584+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-27T22:14:11.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[111615]: audit 2023-12-27T22:14:08.162550+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:08.161860\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}}, \"last_daemon_update\": \"2023-12-27T22:14:08.162006\", \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:14:11.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[111615]: cluster 2023-12-27T22:14:08.924922+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-27T22:14:11.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[111615]: cluster 2023-12-27T22:14:10.830373+0000 mon.a (mon.0) 146 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-27T22:14:11.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[111615]: cluster 2023-12-27T22:14:10.833058+0000 mon.a (mon.0) 147 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0],c=[v2:172.21.15.5:3301/0,v1:172.21.15.5:6790/0]} 2023-12-27T22:14:11.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[108203]: cluster 2023-12-27T22:14:10.833098+0000 mon.a (mon.0) 148 : cluster [DBG] fsmap 2023-12-27T22:14:11.368 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[108203]: cluster 2023-12-27T22:14:10.833128+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-27T22:14:11.368 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[108203]: cluster 2023-12-27T22:14:10.833341+0000 mon.a (mon.0) 150 : cluster [DBG] mgrmap e13: y(active, since 51s) 2023-12-27T22:14:11.368 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[108203]: cluster 2023-12-27T22:14:10.833524+0000 mon.a (mon.0) 151 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-27T22:14:11.368 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[108203]: audit 2023-12-27T22:14:10.834175+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:08.161860\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}}, \"last_daemon_update\": \"2023-12-27T22:14:08.162006\", \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:14:11.368 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[108203]: cluster 2023-12-27T22:14:10.836817+0000 mon.a (mon.0) 153 : cluster [WRN] overall HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-27T22:14:11.368 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[108203]: audit 2023-12-27T22:14:10.839157+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:08.161860\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}}, \"last_daemon_update\": \"2023-12-27T22:14:08.162006\", \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:14:11.369 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[111615]: cluster 2023-12-27T22:14:10.833098+0000 mon.a (mon.0) 148 : cluster [DBG] fsmap 2023-12-27T22:14:11.369 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[111615]: cluster 2023-12-27T22:14:10.833128+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-27T22:14:11.369 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[111615]: cluster 2023-12-27T22:14:10.833341+0000 mon.a (mon.0) 150 : cluster [DBG] mgrmap e13: y(active, since 51s) 2023-12-27T22:14:11.369 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[111615]: cluster 2023-12-27T22:14:10.833524+0000 mon.a (mon.0) 151 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-27T22:14:11.370 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[111615]: audit 2023-12-27T22:14:10.834175+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:08.161860\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}}, \"last_daemon_update\": \"2023-12-27T22:14:08.162006\", \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:14:11.370 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[111615]: cluster 2023-12-27T22:14:10.836817+0000 mon.a (mon.0) 153 : cluster [WRN] overall HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-27T22:14:11.370 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:10 smithi005 bash[111615]: audit 2023-12-27T22:14:10.839157+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:08.161860\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}}, \"last_daemon_update\": \"2023-12-27T22:14:08.162006\", \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:14:12.048 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-27T22:14:12.048 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":3,"fsid":"fe802a76-a504-11ee-95a5-87774f69a715","modified":"2023-12-27T22:14:05.814171Z","created":"2023-12-27T22:12:40.455623Z","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.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3301","nonce":0},{"type":"v1","addr":"172.21.15.5:6790","nonce":0}]},"addr":"172.21.15.5:6790/0","public_addr":"172.21.15.5:6790/0","priority":0,"weight":0},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0}],"quorum":[0,1]} 2023-12-27T22:14:12.049 INFO:teuthology.orchestra.run.smithi115.stderr:dumped monmap epoch 3 2023-12-27T22:14:12.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:11 smithi005 bash[108203]: cluster 2023-12-27T22:14:10.925300+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-27T22:14:12.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:11 smithi005 bash[111615]: cluster 2023-12-27T22:14:10.925300+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-27T22:14:12.456 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-27T22:14:12.456 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph config generate-minimal-conf 2023-12-27T22:14:13.103 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:12 smithi005 bash[108203]: cluster 2023-12-27T22:14:07.815228+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-27T22:14:13.103 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:12 smithi005 bash[108203]: cluster 2023-12-27T22:14:12.829120+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-27T22:14:13.103 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:12 smithi005 bash[108203]: cluster 2023-12-27T22:14:12.829644+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-27T22:14:13.103 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:12 smithi005 bash[108203]: cluster 2023-12-27T22:14:12.829690+0000 mon.a (mon.0) 156 : cluster [INF] mon.a calling monitor election 2023-12-27T22:14:13.103 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:12 smithi005 bash[108203]: cluster 2023-12-27T22:14:12.843115+0000 mon.a (mon.0) 157 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-27T22:14:13.104 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:12 smithi005 bash[108203]: cluster 2023-12-27T22:14:12.845898+0000 mon.a (mon.0) 158 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0],c=[v2:172.21.15.5:3301/0,v1:172.21.15.5:6790/0]} 2023-12-27T22:14:13.104 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:12 smithi005 bash[108203]: cluster 2023-12-27T22:14:12.845933+0000 mon.a (mon.0) 159 : cluster [DBG] fsmap 2023-12-27T22:14:13.104 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:12 smithi005 bash[108203]: cluster 2023-12-27T22:14:12.845956+0000 mon.a (mon.0) 160 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-27T22:14:13.104 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:12 smithi005 bash[108203]: cluster 2023-12-27T22:14:12.846121+0000 mon.a (mon.0) 161 : cluster [DBG] mgrmap e13: y(active, since 53s) 2023-12-27T22:14:13.104 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:12 smithi005 bash[108203]: cluster 2023-12-27T22:14:12.846261+0000 mon.a (mon.0) 162 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-27T22:14:13.104 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:12 smithi005 bash[108203]: cluster 2023-12-27T22:14:12.846276+0000 mon.a (mon.0) 163 : cluster [INF] Cluster is now healthy 2023-12-27T22:14:13.104 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:12 smithi005 bash[108203]: cluster 2023-12-27T22:14:12.850333+0000 mon.a (mon.0) 164 : cluster [INF] overall HEALTH_OK 2023-12-27T22:14:13.104 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:12 smithi005 bash[111615]: cluster 2023-12-27T22:14:07.815228+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-27T22:14:13.104 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:12 smithi005 bash[111615]: cluster 2023-12-27T22:14:12.829120+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-27T22:14:13.104 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:12 smithi005 bash[111615]: cluster 2023-12-27T22:14:12.829644+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-27T22:14:13.104 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:12 smithi005 bash[111615]: cluster 2023-12-27T22:14:12.829690+0000 mon.a (mon.0) 156 : cluster [INF] mon.a calling monitor election 2023-12-27T22:14:13.104 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:12 smithi005 bash[111615]: cluster 2023-12-27T22:14:12.843115+0000 mon.a (mon.0) 157 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-27T22:14:13.104 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:12 smithi005 bash[111615]: cluster 2023-12-27T22:14:12.845898+0000 mon.a (mon.0) 158 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0],c=[v2:172.21.15.5:3301/0,v1:172.21.15.5:6790/0]} 2023-12-27T22:14:13.105 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:12 smithi005 bash[111615]: cluster 2023-12-27T22:14:12.845933+0000 mon.a (mon.0) 159 : cluster [DBG] fsmap 2023-12-27T22:14:13.105 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:12 smithi005 bash[111615]: cluster 2023-12-27T22:14:12.845956+0000 mon.a (mon.0) 160 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-27T22:14:13.105 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:12 smithi005 bash[111615]: cluster 2023-12-27T22:14:12.846121+0000 mon.a (mon.0) 161 : cluster [DBG] mgrmap e13: y(active, since 53s) 2023-12-27T22:14:13.105 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:12 smithi005 bash[111615]: cluster 2023-12-27T22:14:12.846261+0000 mon.a (mon.0) 162 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-27T22:14:13.105 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:12 smithi005 bash[111615]: cluster 2023-12-27T22:14:12.846276+0000 mon.a (mon.0) 163 : cluster [INF] Cluster is now healthy 2023-12-27T22:14:13.105 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:12 smithi005 bash[111615]: cluster 2023-12-27T22:14:12.850333+0000 mon.a (mon.0) 164 : cluster [INF] overall HEALTH_OK 2023-12-27T22:14:13.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:12 smithi115 bash[108225]: cluster 2023-12-27T22:14:10.925300+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-27T22:14:13.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:12 smithi115 bash[108225]: cluster 2023-12-27T22:14:07.815228+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-27T22:14:13.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:12 smithi115 bash[108225]: cluster 2023-12-27T22:14:12.829120+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-27T22:14:13.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:12 smithi115 bash[108225]: cluster 2023-12-27T22:14:12.829644+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-27T22:14:13.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:12 smithi115 bash[108225]: cluster 2023-12-27T22:14:12.829690+0000 mon.a (mon.0) 156 : cluster [INF] mon.a calling monitor election 2023-12-27T22:14:13.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:12 smithi115 bash[108225]: cluster 2023-12-27T22:14:12.843115+0000 mon.a (mon.0) 157 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-27T22:14:13.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:12 smithi115 bash[108225]: cluster 2023-12-27T22:14:12.845898+0000 mon.a (mon.0) 158 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0],c=[v2:172.21.15.5:3301/0,v1:172.21.15.5:6790/0]} 2023-12-27T22:14:13.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:12 smithi115 bash[108225]: cluster 2023-12-27T22:14:12.845933+0000 mon.a (mon.0) 159 : cluster [DBG] fsmap 2023-12-27T22:14:13.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:12 smithi115 bash[108225]: cluster 2023-12-27T22:14:12.845956+0000 mon.a (mon.0) 160 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-27T22:14:13.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:12 smithi115 bash[108225]: cluster 2023-12-27T22:14:12.846121+0000 mon.a (mon.0) 161 : cluster [DBG] mgrmap e13: y(active, since 53s) 2023-12-27T22:14:13.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:12 smithi115 bash[108225]: cluster 2023-12-27T22:14:12.846261+0000 mon.a (mon.0) 162 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-27T22:14:13.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:12 smithi115 bash[108225]: cluster 2023-12-27T22:14:12.846276+0000 mon.a (mon.0) 163 : cluster [INF] Cluster is now healthy 2023-12-27T22:14:13.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:12 smithi115 bash[108225]: cluster 2023-12-27T22:14:12.850333+0000 mon.a (mon.0) 164 : cluster [INF] overall HEALTH_OK 2023-12-27T22:14:13.591 INFO:teuthology.orchestra.run.smithi005.stdout:# minimal ceph.conf for fe802a76-a504-11ee-95a5-87774f69a715 2023-12-27T22:14:13.592 INFO:teuthology.orchestra.run.smithi005.stdout:[global] 2023-12-27T22:14:13.592 INFO:teuthology.orchestra.run.smithi005.stdout: fsid = fe802a76-a504-11ee-95a5-87774f69a715 2023-12-27T22:14:13.592 INFO:teuthology.orchestra.run.smithi005.stdout: mon_host = [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] [v2:172.21.15.5:3301/0,v1:172.21.15.5:6790/0] 2023-12-27T22:14:13.984 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-27T22:14:13.984 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-12-27T22:14:13.984 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/ceph/ceph.conf 2023-12-27T22:14:14.015 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-12-27T22:14:14.015 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-27T22:14:14.083 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2023-12-27T22:14:14.083 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/ceph/ceph.conf 2023-12-27T22:14:14.120 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2023-12-27T22:14:14.120 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-27T22:14:14.192 INFO:tasks.cephadm:Adding mgr.y on smithi005 2023-12-27T22:14:14.193 INFO:tasks.cephadm:Adding mgr.x on smithi115 2023-12-27T22:14:14.193 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph orch apply mgr '2;smithi005=y;smithi115=x' 2023-12-27T22:14:14.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:13 smithi115 bash[108225]: cluster 2023-12-27T22:14:12.925589+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-27T22:14:14.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:13 smithi115 bash[108225]: audit 2023-12-27T22:14:13.592232+0000 mon.a (mon.0) 165 : audit [DBG] from='client.? 172.21.15.5:0/776750653' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:14.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:13 smithi005 bash[111615]: cluster 2023-12-27T22:14:12.925589+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-27T22:14:14.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:13 smithi005 bash[111615]: audit 2023-12-27T22:14:13.592232+0000 mon.a (mon.0) 165 : audit [DBG] from='client.? 172.21.15.5:0/776750653' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:14.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:13 smithi005 bash[108203]: cluster 2023-12-27T22:14:12.925589+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-27T22:14:14.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:13 smithi005 bash[108203]: audit 2023-12-27T22:14:13.592232+0000 mon.a (mon.0) 165 : audit [DBG] from='client.? 172.21.15.5:0/776750653' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:15.385 INFO:teuthology.orchestra.run.smithi115.stdout:Scheduled mgr update... 2023-12-27T22:14:15.708 DEBUG:teuthology.orchestra.run.smithi115:mgr.x> sudo journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@mgr.x.service 2023-12-27T22:14:15.751 INFO:tasks.cephadm:Deploying OSDs... 2023-12-27T22:14:15.751 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-12-27T22:14:15.751 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/scratch_devs of=/dev/stdout 2023-12-27T22:14:15.774 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-27T22:14:15.775 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_1 2023-12-27T22:14:15.783 INFO:journalctl@ceph.mgr.x.smithi115.stdout:-- Logs begin at Wed 2023-12-27 22:03:14 UTC. -- 2023-12-27T22:14:15.837 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-27T22:14:15.837 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-27T22:14:15.837 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 390098 Links: 1 2023-12-27T22:14:15.838 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-27T22:14:15.838 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2023-12-27T22:14:15.838 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2023-12-27 22:13:52.366108648 +0000 2023-12-27T22:14:15.838 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2023-12-27 22:10:33.814488540 +0000 2023-12-27T22:14:15.838 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2023-12-27 22:10:33.814488540 +0000 2023-12-27T22:14:15.838 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2023-12-27T22:14:15.838 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-27T22:14:15.908 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2023-12-27T22:14:15.909 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2023-12-27T22:14:15.909 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000115947 s, 4.4 MB/s 2023-12-27T22:14:15.910 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-27T22:14:15.971 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_2 2023-12-27T22:14:16.032 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-27T22:14:16.033 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-27T22:14:16.033 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 394932 Links: 1 2023-12-27T22:14:16.033 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-27T22:14:16.033 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2023-12-27T22:14:16.033 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2023-12-27 22:13:52.366108648 +0000 2023-12-27T22:14:16.033 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2023-12-27 22:10:34.319478358 +0000 2023-12-27T22:14:16.033 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2023-12-27 22:10:34.319478358 +0000 2023-12-27T22:14:16.033 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2023-12-27T22:14:16.033 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-27T22:14:16.101 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2023-12-27T22:14:16.101 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2023-12-27T22:14:16.101 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 9.1947e-05 s, 5.6 MB/s 2023-12-27T22:14:16.102 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-27T22:14:16.162 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_3 2023-12-27T22:14:16.221 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-27T22:14:16.221 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-27T22:14:16.221 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 398423 Links: 1 2023-12-27T22:14:16.221 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-27T22:14:16.221 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2023-12-27T22:14:16.221 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2023-12-27 22:13:52.366108648 +0000 2023-12-27T22:14:16.221 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2023-12-27 22:10:34.859467470 +0000 2023-12-27T22:14:16.221 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2023-12-27 22:10:34.859467470 +0000 2023-12-27T22:14:16.221 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2023-12-27T22:14:16.222 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-27T22:14:16.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:15 smithi115 bash[108225]: cluster 2023-12-27T22:14:14.925912+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-27T22:14:16.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:15 smithi115 bash[108225]: audit 2023-12-27T22:14:15.381524+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-12-27T22:14:15.381141\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi005\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi115\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2023-12-27T22:14:16.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:15 smithi115 bash[108225]: audit 2023-12-27T22:14:15.384117+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-12-27T22:14:15.381141\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi005\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi115\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2023-12-27T22:14:16.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:15 smithi115 bash[108225]: audit 2023-12-27T22:14:15.385477+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-27T22:14:16.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:15 smithi115 bash[108225]: audit 2023-12-27T22:14:15.389824+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-27T22:14:16.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:15 smithi115 bash[108225]: audit 2023-12-27T22:14:15.390619+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:16.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:15 smithi115 bash[108225]: audit 2023-12-27T22:14:15.391733+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-12-27T22:14:16.286 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:15 smithi005 bash[111615]: cluster 2023-12-27T22:14:14.925912+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-27T22:14:16.286 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:15 smithi005 bash[111615]: audit 2023-12-27T22:14:15.381524+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-12-27T22:14:15.381141\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi005\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi115\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2023-12-27T22:14:16.286 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:15 smithi005 bash[111615]: audit 2023-12-27T22:14:15.384117+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-12-27T22:14:15.381141\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi005\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi115\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2023-12-27T22:14:16.286 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:15 smithi005 bash[111615]: audit 2023-12-27T22:14:15.385477+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-27T22:14:16.286 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:15 smithi005 bash[111615]: audit 2023-12-27T22:14:15.389824+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-27T22:14:16.286 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:15 smithi005 bash[111615]: audit 2023-12-27T22:14:15.390619+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:16.286 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:15 smithi005 bash[111615]: audit 2023-12-27T22:14:15.391733+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-12-27T22:14:16.287 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:15 smithi005 bash[108203]: cluster 2023-12-27T22:14:14.925912+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-27T22:14:16.287 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:15 smithi005 bash[108203]: audit 2023-12-27T22:14:15.381524+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-12-27T22:14:15.381141\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi005\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi115\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2023-12-27T22:14:16.287 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:15 smithi005 bash[108203]: audit 2023-12-27T22:14:15.384117+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-12-27T22:14:15.381141\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi005\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi115\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2023-12-27T22:14:16.287 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:15 smithi005 bash[108203]: audit 2023-12-27T22:14:15.385477+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-27T22:14:16.287 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:15 smithi005 bash[108203]: audit 2023-12-27T22:14:15.389824+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-27T22:14:16.287 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:15 smithi005 bash[108203]: audit 2023-12-27T22:14:15.390619+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:16.287 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:15 smithi005 bash[108203]: audit 2023-12-27T22:14:15.391733+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-12-27T22:14:16.288 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2023-12-27T22:14:16.288 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2023-12-27T22:14:16.288 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000100006 s, 5.1 MB/s 2023-12-27T22:14:16.289 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-27T22:14:16.349 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_4 2023-12-27T22:14:16.407 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-27T22:14:16.407 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-27T22:14:16.407 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 395477 Links: 1 2023-12-27T22:14:16.408 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-27T22:14:16.408 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2023-12-27T22:14:16.408 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2023-12-27 22:13:52.366108648 +0000 2023-12-27T22:14:16.408 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2023-12-27 22:10:35.364457288 +0000 2023-12-27T22:14:16.408 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2023-12-27 22:10:35.364457288 +0000 2023-12-27T22:14:16.408 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2023-12-27T22:14:16.408 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-27T22:14:16.474 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2023-12-27T22:14:16.475 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2023-12-27T22:14:16.475 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000104109 s, 4.9 MB/s 2023-12-27T22:14:16.475 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-27T22:14:16.535 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2023-12-27T22:14:16.536 DEBUG:teuthology.orchestra.run.smithi115:> dd if=/scratch_devs of=/dev/stdout 2023-12-27T22:14:16.556 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-27T22:14:16.556 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_1 2023-12-27T22:14:16.614 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-27T22:14:16.614 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-27T22:14:16.614 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 6h/6d Inode: 391537 Links: 1 2023-12-27T22:14:16.615 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-27T22:14:16.615 INFO:teuthology.orchestra.run.smithi115.stdout:Context: system_u:object_r:device_t:s0 2023-12-27T22:14:16.615 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2023-12-27 22:14:16.478118731 +0000 2023-12-27T22:14:16.615 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2023-12-27 22:10:22.449724038 +0000 2023-12-27T22:14:16.615 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2023-12-27 22:10:22.449724038 +0000 2023-12-27T22:14:16.615 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2023-12-27T22:14:16.615 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-27T22:14:16.668 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:14:16 smithi115 podman[108955]: Error: no container with ID or name "ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr.x" found: no such container 2023-12-27T22:14:16.668 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:14:16 smithi115 systemd[1]: Started Ceph mgr.x for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:14:16.684 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2023-12-27T22:14:16.684 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2023-12-27T22:14:16.685 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.000211273 s, 2.4 MB/s 2023-12-27T22:14:16.685 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-27T22:14:16.746 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_2 2023-12-27T22:14:16.806 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-27T22:14:16.807 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-27T22:14:16.807 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 6h/6d Inode: 396787 Links: 1 2023-12-27T22:14:16.807 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-27T22:14:16.807 INFO:teuthology.orchestra.run.smithi115.stdout:Context: system_u:object_r:device_t:s0 2023-12-27T22:14:16.807 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2023-12-27 22:14:16.478118731 +0000 2023-12-27T22:14:16.807 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2023-12-27 22:10:22.963714485 +0000 2023-12-27T22:14:16.807 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2023-12-27 22:10:22.963714485 +0000 2023-12-27T22:14:16.807 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2023-12-27T22:14:16.807 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-27T22:14:16.875 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2023-12-27T22:14:16.875 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2023-12-27T22:14:16.875 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.000195116 s, 2.6 MB/s 2023-12-27T22:14:16.876 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-27T22:14:16.935 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_3 2023-12-27T22:14:16.994 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-27T22:14:16.994 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-27T22:14:16.994 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 6h/6d Inode: 389016 Links: 1 2023-12-27T22:14:16.994 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-27T22:14:16.994 INFO:teuthology.orchestra.run.smithi115.stdout:Context: system_u:object_r:device_t:s0 2023-12-27T22:14:16.994 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2023-12-27 22:14:16.478118731 +0000 2023-12-27T22:14:16.994 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2023-12-27 22:10:23.473705008 +0000 2023-12-27T22:14:16.994 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2023-12-27 22:10:23.473705008 +0000 2023-12-27T22:14:16.994 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2023-12-27T22:14:16.996 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-27T22:14:17.060 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2023-12-27T22:14:17.060 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2023-12-27T22:14:17.060 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.000221989 s, 2.3 MB/s 2023-12-27T22:14:17.061 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-27T22:14:17.120 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_4 2023-12-27T22:14:17.177 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-27T22:14:17.177 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-27T22:14:17.177 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 6h/6d Inode: 399389 Links: 1 2023-12-27T22:14:17.177 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-27T22:14:17.177 INFO:teuthology.orchestra.run.smithi115.stdout:Context: system_u:object_r:device_t:s0 2023-12-27T22:14:17.178 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2023-12-27 22:14:16.478118731 +0000 2023-12-27T22:14:17.178 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2023-12-27 22:10:23.978695622 +0000 2023-12-27T22:14:17.178 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2023-12-27 22:10:23.978695622 +0000 2023-12-27T22:14:17.178 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2023-12-27T22:14:17.178 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-27T22:14:17.246 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:16 smithi115 bash[108225]: audit 2023-12-27T22:14:15.380522+0000 mgr.y (mgr.14142) 29 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi005=y;smithi115=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:14:17.246 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:16 smithi115 bash[108225]: cephadm 2023-12-27T22:14:15.381124+0000 mgr.y (mgr.14142) 30 : cephadm [INF] Saving service mgr spec with placement count:2 smithi005=y,smithi115=x 2023-12-27T22:14:17.246 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:16 smithi115 bash[108225]: cephadm 2023-12-27T22:14:15.391243+0000 mgr.y (mgr.14142) 31 : cephadm [INF] Deploying daemon mgr.x on smithi115 2023-12-27T22:14:17.246 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:16 smithi115 bash[108225]: audit 2023-12-27T22:14:16.585179+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:08.161860\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}}, \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:14:17.246 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:16 smithi115 bash[108225]: audit 2023-12-27T22:14:16.588110+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:08.161860\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}}, \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:14:17.247 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:16 smithi115 bash[108225]: audit 2023-12-27T22:14:16.588673+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:14:17.248 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2023-12-27T22:14:17.248 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2023-12-27T22:14:17.248 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.00022903 s, 2.2 MB/s 2023-12-27T22:14:17.249 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-27T22:14:17.308 INFO:tasks.cephadm:Deploying osd.0 on smithi005 with /dev/vg_nvme/lv_4... 2023-12-27T22:14:17.308 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-27T22:14:17.336 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:16 smithi005 bash[108203]: audit 2023-12-27T22:14:15.380522+0000 mgr.y (mgr.14142) 29 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi005=y;smithi115=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:14:17.336 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:16 smithi005 bash[108203]: cephadm 2023-12-27T22:14:15.381124+0000 mgr.y (mgr.14142) 30 : cephadm [INF] Saving service mgr spec with placement count:2 smithi005=y,smithi115=x 2023-12-27T22:14:17.336 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:16 smithi005 bash[108203]: cephadm 2023-12-27T22:14:15.391243+0000 mgr.y (mgr.14142) 31 : cephadm [INF] Deploying daemon mgr.x on smithi115 2023-12-27T22:14:17.336 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:16 smithi005 bash[108203]: audit 2023-12-27T22:14:16.585179+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:08.161860\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}}, \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:14:17.336 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:16 smithi005 bash[108203]: audit 2023-12-27T22:14:16.588110+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:08.161860\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}}, \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:14:17.336 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:16 smithi005 bash[108203]: audit 2023-12-27T22:14:16.588673+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:14:17.337 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:16 smithi005 bash[111615]: audit 2023-12-27T22:14:15.380522+0000 mgr.y (mgr.14142) 29 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi005=y;smithi115=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:14:17.337 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:16 smithi005 bash[111615]: cephadm 2023-12-27T22:14:15.381124+0000 mgr.y (mgr.14142) 30 : cephadm [INF] Saving service mgr spec with placement count:2 smithi005=y,smithi115=x 2023-12-27T22:14:17.337 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:16 smithi005 bash[111615]: cephadm 2023-12-27T22:14:15.391243+0000 mgr.y (mgr.14142) 31 : cephadm [INF] Deploying daemon mgr.x on smithi115 2023-12-27T22:14:17.337 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:16 smithi005 bash[111615]: audit 2023-12-27T22:14:16.585179+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:08.161860\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}}, \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:14:17.337 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:16 smithi005 bash[111615]: audit 2023-12-27T22:14:16.588110+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:08.161860\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}}, \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:14:17.337 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:16 smithi005 bash[111615]: audit 2023-12-27T22:14:16.588673+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:14:18.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:17 smithi115 bash[108225]: cluster 2023-12-27T22:14:16.926256+0000 mgr.y (mgr.14142) 32 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:14:18.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:17 smithi115 bash[108225]: audit 2023-12-27T22:14:17.266592+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:17.265833\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:17.265929\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}}, \"last_daemon_update\": \"2023-12-27T22:14:17.266023\", \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:14:18.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:17 smithi115 bash[108225]: audit 2023-12-27T22:14:17.269168+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:17.265833\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:17.265929\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}}, \"last_daemon_update\": \"2023-12-27T22:14:17.266023\", \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:14:18.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:17 smithi115 bash[108225]: audit 2023-12-27T22:14:17.270526+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2023-12-27T22:14:18.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:17 smithi115 bash[108225]: audit 2023-12-27T22:14:17.271343+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:18.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:17 smithi115 bash[108225]: audit 2023-12-27T22:14:17.272447+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2023-12-27T22:14:18.264 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:17 smithi005 bash[108203]: cluster 2023-12-27T22:14:16.926256+0000 mgr.y (mgr.14142) 32 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:14:18.265 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:17 smithi005 bash[108203]: audit 2023-12-27T22:14:17.266592+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:17.265833\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:17.265929\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}}, \"last_daemon_update\": \"2023-12-27T22:14:17.266023\", \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:14:18.265 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:17 smithi005 bash[108203]: audit 2023-12-27T22:14:17.269168+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:17.265833\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:17.265929\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}}, \"last_daemon_update\": \"2023-12-27T22:14:17.266023\", \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:14:18.265 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:17 smithi005 bash[108203]: audit 2023-12-27T22:14:17.270526+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2023-12-27T22:14:18.265 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:17 smithi005 bash[108203]: audit 2023-12-27T22:14:17.271343+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:18.265 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:17 smithi005 bash[108203]: audit 2023-12-27T22:14:17.272447+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2023-12-27T22:14:18.265 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:17 smithi005 bash[111615]: cluster 2023-12-27T22:14:16.926256+0000 mgr.y (mgr.14142) 32 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:14:18.265 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:17 smithi005 bash[111615]: audit 2023-12-27T22:14:17.266592+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:17.265833\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:17.265929\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}}, \"last_daemon_update\": \"2023-12-27T22:14:17.266023\", \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:14:18.266 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:17 smithi005 bash[111615]: audit 2023-12-27T22:14:17.269168+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:17.265833\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:17.265929\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}}, \"last_daemon_update\": \"2023-12-27T22:14:17.266023\", \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:14:18.266 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:17 smithi005 bash[111615]: audit 2023-12-27T22:14:17.270526+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2023-12-27T22:14:18.266 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:17 smithi005 bash[111615]: audit 2023-12-27T22:14:17.271343+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:18.266 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:17 smithi005 bash[111615]: audit 2023-12-27T22:14:17.272447+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2023-12-27T22:14:18.772 INFO:teuthology.orchestra.run.smithi005.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-27T22:14:18.772 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-27T22:14:18.772 INFO:teuthology.orchestra.run.smithi005.stderr: stderr: 10+0 records in 2023-12-27T22:14:18.772 INFO:teuthology.orchestra.run.smithi005.stderr:10+0 records out 2023-12-27T22:14:18.772 INFO:teuthology.orchestra.run.smithi005.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00845825 s, 1.2 GB/s 2023-12-27T22:14:18.772 INFO:teuthology.orchestra.run.smithi005.stderr:--> Zapping successful for: 2023-12-27T22:14:19.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:18 smithi115 bash[108225]: cephadm 2023-12-27T22:14:17.270292+0000 mgr.y (mgr.14142) 33 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-27T22:14:19.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:18 smithi115 bash[108225]: cephadm 2023-12-27T22:14:17.271953+0000 mgr.y (mgr.14142) 34 : cephadm [INF] Reconfiguring daemon mgr.y on smithi005 2023-12-27T22:14:19.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:18 smithi115 bash[108225]: audit 2023-12-27T22:14:18.292141+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654754\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654868\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}}, \"last_device_update\": \"2023-12-27T22:13:23.548086\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:19.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:18 smithi115 bash[108225]: audit 2023-12-27T22:14:18.295289+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654754\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654868\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}}, \"last_device_update\": \"2023-12-27T22:13:23.548086\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:19.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:18 smithi115 bash[108225]: audit 2023-12-27T22:14:18.295984+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:14:19.272 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:18 smithi005 bash[111615]: cephadm 2023-12-27T22:14:17.270292+0000 mgr.y (mgr.14142) 33 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-27T22:14:19.272 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:18 smithi005 bash[111615]: cephadm 2023-12-27T22:14:17.271953+0000 mgr.y (mgr.14142) 34 : cephadm [INF] Reconfiguring daemon mgr.y on smithi005 2023-12-27T22:14:19.272 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:18 smithi005 bash[111615]: audit 2023-12-27T22:14:18.292141+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654754\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654868\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}}, \"last_device_update\": \"2023-12-27T22:13:23.548086\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:19.272 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:18 smithi005 bash[111615]: audit 2023-12-27T22:14:18.295289+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654754\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654868\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}}, \"last_device_update\": \"2023-12-27T22:13:23.548086\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:19.272 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:18 smithi005 bash[111615]: audit 2023-12-27T22:14:18.295984+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:14:19.273 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:18 smithi005 bash[108203]: cephadm 2023-12-27T22:14:17.270292+0000 mgr.y (mgr.14142) 33 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-27T22:14:19.273 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:18 smithi005 bash[108203]: cephadm 2023-12-27T22:14:17.271953+0000 mgr.y (mgr.14142) 34 : cephadm [INF] Reconfiguring daemon mgr.y on smithi005 2023-12-27T22:14:19.273 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:18 smithi005 bash[108203]: audit 2023-12-27T22:14:18.292141+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654754\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654868\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}}, \"last_device_update\": \"2023-12-27T22:13:23.548086\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:19.273 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:18 smithi005 bash[108203]: audit 2023-12-27T22:14:18.295289+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654754\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:13:53.654868\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}}, \"last_device_update\": \"2023-12-27T22:13:23.548086\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:19.273 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:18 smithi005 bash[108203]: audit 2023-12-27T22:14:18.295984+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:14:19.274 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi005:vg_nvme/lv_4 2023-12-27T22:14:20.103 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:19 smithi005 bash[108203]: cluster 2023-12-27T22:14:18.926644+0000 mgr.y (mgr.14142) 35 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:14:20.103 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:19 smithi005 bash[108203]: audit 2023-12-27T22:14:19.222135+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221241\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221318\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221352\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}}, \"last_daemon_update\": \"2023-12-27T22:14:19.221433\", \"last_device_update\": \"2023-12-27T22:13:23.548086\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:20.104 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:19 smithi005 bash[111615]: cluster 2023-12-27T22:14:18.926644+0000 mgr.y (mgr.14142) 35 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:14:20.104 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:19 smithi005 bash[111615]: audit 2023-12-27T22:14:19.222135+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221241\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221318\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221352\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}}, \"last_daemon_update\": \"2023-12-27T22:14:19.221433\", \"last_device_update\": \"2023-12-27T22:13:23.548086\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:20.104 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:19 smithi005 bash[111615]: audit 2023-12-27T22:14:19.224601+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221241\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221318\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221352\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}}, \"last_daemon_update\": \"2023-12-27T22:14:19.221433\", \"last_device_update\": \"2023-12-27T22:13:23.548086\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:20.104 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:19 smithi005 bash[111615]: cluster 2023-12-27T22:14:19.293225+0000 mon.a (mon.0) 185 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-12-27T22:14:20.104 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:19 smithi005 bash[108203]: audit 2023-12-27T22:14:19.224601+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221241\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221318\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221352\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}}, \"last_daemon_update\": \"2023-12-27T22:14:19.221433\", \"last_device_update\": \"2023-12-27T22:13:23.548086\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:20.104 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:19 smithi005 bash[108203]: cluster 2023-12-27T22:14:19.293225+0000 mon.a (mon.0) 185 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-12-27T22:14:20.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:19 smithi115 bash[108225]: cluster 2023-12-27T22:14:18.926644+0000 mgr.y (mgr.14142) 35 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:14:20.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:19 smithi115 bash[108225]: audit 2023-12-27T22:14:19.222135+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221241\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221318\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221352\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}}, \"last_daemon_update\": \"2023-12-27T22:14:19.221433\", \"last_device_update\": \"2023-12-27T22:13:23.548086\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:20.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:19 smithi115 bash[108225]: audit 2023-12-27T22:14:19.224601+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221241\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221318\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221352\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}}, \"last_daemon_update\": \"2023-12-27T22:14:19.221433\", \"last_device_update\": \"2023-12-27T22:13:23.548086\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:20.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:19 smithi115 bash[108225]: cluster 2023-12-27T22:14:19.293225+0000 mon.a (mon.0) 185 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-12-27T22:14:21.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:20 smithi115 bash[108225]: cluster 2023-12-27T22:14:20.405517+0000 mon.a (mon.0) 186 : cluster [DBG] Standby manager daemon x started 2023-12-27T22:14:21.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:20 smithi115 bash[108225]: audit 2023-12-27T22:14:20.406461+0000 mon.c (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.115:0/1169939959' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:14:21.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:20 smithi115 bash[108225]: audit 2023-12-27T22:14:20.407540+0000 mon.c (mon.1) 5 : audit [DBG] from='mgr.? 172.21.15.115:0/1169939959' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:14:21.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:20 smithi115 bash[108225]: audit 2023-12-27T22:14:20.447955+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-27T22:14:21.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:20 smithi115 bash[108225]: audit 2023-12-27T22:14:20.448520+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:21.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:20 smithi115 bash[108225]: audit 2023-12-27T22:14:20.449198+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:14:21.293 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:20 smithi005 bash[108203]: cluster 2023-12-27T22:14:20.405517+0000 mon.a (mon.0) 186 : cluster [DBG] Standby manager daemon x started 2023-12-27T22:14:21.293 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:20 smithi005 bash[108203]: audit 2023-12-27T22:14:20.406461+0000 mon.c (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.115:0/1169939959' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:14:21.293 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:20 smithi005 bash[108203]: audit 2023-12-27T22:14:20.407540+0000 mon.c (mon.1) 5 : audit [DBG] from='mgr.? 172.21.15.115:0/1169939959' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:14:21.293 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:20 smithi005 bash[108203]: audit 2023-12-27T22:14:20.447955+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-27T22:14:21.293 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:20 smithi005 bash[108203]: audit 2023-12-27T22:14:20.448520+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:21.293 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:20 smithi005 bash[108203]: audit 2023-12-27T22:14:20.449198+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:14:21.294 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:20 smithi005 bash[111615]: cluster 2023-12-27T22:14:20.405517+0000 mon.a (mon.0) 186 : cluster [DBG] Standby manager daemon x started 2023-12-27T22:14:21.294 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:20 smithi005 bash[111615]: audit 2023-12-27T22:14:20.406461+0000 mon.c (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.115:0/1169939959' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:14:21.294 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:20 smithi005 bash[111615]: audit 2023-12-27T22:14:20.407540+0000 mon.c (mon.1) 5 : audit [DBG] from='mgr.? 172.21.15.115:0/1169939959' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:14:21.294 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:20 smithi005 bash[111615]: audit 2023-12-27T22:14:20.447955+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-27T22:14:21.294 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:20 smithi005 bash[111615]: audit 2023-12-27T22:14:20.448520+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:21.294 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:20 smithi005 bash[111615]: audit 2023-12-27T22:14:20.449198+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:14:22.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:21 smithi115 bash[108225]: audit 2023-12-27T22:14:20.446831+0000 mgr.y (mgr.14142) 36 : audit [DBG] from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:14:22.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:21 smithi115 bash[108225]: cephadm 2023-12-27T22:14:20.447708+0000 mgr.y (mgr.14142) 37 : cephadm [INF] Applying osd on host smithi005... 2023-12-27T22:14:22.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:21 smithi115 bash[108225]: cluster 2023-12-27T22:14:20.926974+0000 mgr.y (mgr.14142) 38 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:14:22.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:21 smithi115 bash[108225]: cluster 2023-12-27T22:14:20.990639+0000 mon.a (mon.0) 190 : cluster [DBG] mgrmap e14: y(active, since 62s), standbys: x 2023-12-27T22:14:22.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:21 smithi115 bash[108225]: audit 2023-12-27T22:14:20.990755+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-27T22:14:22.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:21 smithi115 bash[108225]: audit 2023-12-27T22:14:21.916179+0000 mon.a (mon.0) 192 : audit [INF] from='client.? 172.21.15.5:0/704056800' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d6be5b06-20c9-49e4-954c-842278a7bbca"}]: dispatch 2023-12-27T22:14:22.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:21 smithi115 bash[108225]: audit 2023-12-27T22:14:21.920271+0000 mon.a (mon.0) 193 : audit [INF] from='client.? 172.21.15.5:0/704056800' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d6be5b06-20c9-49e4-954c-842278a7bbca"}]': finished 2023-12-27T22:14:22.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:21 smithi115 bash[108225]: cluster 2023-12-27T22:14:21.920304+0000 mon.a (mon.0) 194 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2023-12-27T22:14:22.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:21 smithi115 bash[108225]: audit 2023-12-27T22:14:21.920447+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-27T22:14:22.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:21 smithi005 bash[108203]: audit 2023-12-27T22:14:20.446831+0000 mgr.y (mgr.14142) 36 : audit [DBG] from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:14:22.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:21 smithi005 bash[108203]: cephadm 2023-12-27T22:14:20.447708+0000 mgr.y (mgr.14142) 37 : cephadm [INF] Applying osd on host smithi005... 2023-12-27T22:14:22.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:21 smithi005 bash[108203]: cluster 2023-12-27T22:14:20.926974+0000 mgr.y (mgr.14142) 38 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:14:22.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:21 smithi005 bash[108203]: cluster 2023-12-27T22:14:20.990639+0000 mon.a (mon.0) 190 : cluster [DBG] mgrmap e14: y(active, since 62s), standbys: x 2023-12-27T22:14:22.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:21 smithi005 bash[108203]: audit 2023-12-27T22:14:20.990755+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-27T22:14:22.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:21 smithi005 bash[108203]: audit 2023-12-27T22:14:21.916179+0000 mon.a (mon.0) 192 : audit [INF] from='client.? 172.21.15.5:0/704056800' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d6be5b06-20c9-49e4-954c-842278a7bbca"}]: dispatch 2023-12-27T22:14:22.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:21 smithi005 bash[108203]: audit 2023-12-27T22:14:21.920271+0000 mon.a (mon.0) 193 : audit [INF] from='client.? 172.21.15.5:0/704056800' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d6be5b06-20c9-49e4-954c-842278a7bbca"}]': finished 2023-12-27T22:14:22.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:21 smithi005 bash[108203]: cluster 2023-12-27T22:14:21.920304+0000 mon.a (mon.0) 194 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2023-12-27T22:14:22.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:21 smithi005 bash[108203]: audit 2023-12-27T22:14:21.920447+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-27T22:14:22.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:21 smithi005 bash[111615]: audit 2023-12-27T22:14:20.446831+0000 mgr.y (mgr.14142) 36 : audit [DBG] from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:14:22.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:21 smithi005 bash[111615]: cephadm 2023-12-27T22:14:20.447708+0000 mgr.y (mgr.14142) 37 : cephadm [INF] Applying osd on host smithi005... 2023-12-27T22:14:22.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:21 smithi005 bash[111615]: cluster 2023-12-27T22:14:20.926974+0000 mgr.y (mgr.14142) 38 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:14:22.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:21 smithi005 bash[111615]: cluster 2023-12-27T22:14:20.990639+0000 mon.a (mon.0) 190 : cluster [DBG] mgrmap e14: y(active, since 62s), standbys: x 2023-12-27T22:14:22.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:21 smithi005 bash[111615]: audit 2023-12-27T22:14:20.990755+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-27T22:14:22.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:21 smithi005 bash[111615]: audit 2023-12-27T22:14:21.916179+0000 mon.a (mon.0) 192 : audit [INF] from='client.? 172.21.15.5:0/704056800' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d6be5b06-20c9-49e4-954c-842278a7bbca"}]: dispatch 2023-12-27T22:14:22.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:21 smithi005 bash[111615]: audit 2023-12-27T22:14:21.920271+0000 mon.a (mon.0) 193 : audit [INF] from='client.? 172.21.15.5:0/704056800' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d6be5b06-20c9-49e4-954c-842278a7bbca"}]': finished 2023-12-27T22:14:22.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:21 smithi005 bash[111615]: cluster 2023-12-27T22:14:21.920304+0000 mon.a (mon.0) 194 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2023-12-27T22:14:22.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:21 smithi005 bash[111615]: audit 2023-12-27T22:14:21.920447+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-27T22:14:23.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:22 smithi115 bash[108225]: audit 2023-12-27T22:14:22.660539+0000 mon.a (mon.0) 196 : audit [DBG] from='client.? 172.21.15.5:0/2274022144' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-27T22:14:23.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:22 smithi005 bash[108203]: audit 2023-12-27T22:14:22.660539+0000 mon.a (mon.0) 196 : audit [DBG] from='client.? 172.21.15.5:0/2274022144' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-27T22:14:23.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:22 smithi005 bash[111615]: audit 2023-12-27T22:14:22.660539+0000 mon.a (mon.0) 196 : audit [DBG] from='client.? 172.21.15.5:0/2274022144' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-27T22:14:24.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:23 smithi115 bash[108225]: cluster 2023-12-27T22:14:22.927395+0000 mgr.y (mgr.14142) 39 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:14:24.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:23 smithi005 bash[108203]: cluster 2023-12-27T22:14:22.927395+0000 mgr.y (mgr.14142) 39 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:14:24.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:23 smithi005 bash[111615]: cluster 2023-12-27T22:14:22.927395+0000 mgr.y (mgr.14142) 39 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:14:25.113 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:24 smithi005 bash[108203]: audit 2023-12-27T22:14:24.904185+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:14:25.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:24 smithi005 bash[111615]: audit 2023-12-27T22:14:24.904185+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:14:25.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:24 smithi115 bash[108225]: audit 2023-12-27T22:14:24.904185+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:14:26.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:26 smithi115 bash[108225]: cluster 2023-12-27T22:14:24.927650+0000 mgr.y (mgr.14142) 40 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:14:26.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:26 smithi005 bash[111615]: cluster 2023-12-27T22:14:24.927650+0000 mgr.y (mgr.14142) 40 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:14:26.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:26 smithi005 bash[108203]: cluster 2023-12-27T22:14:24.927650+0000 mgr.y (mgr.14142) 40 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:14:27.296 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:27 smithi005 bash[108203]: audit 2023-12-27T22:14:26.473303+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-27T22:14:27.296 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:27 smithi005 bash[108203]: audit 2023-12-27T22:14:26.473907+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:27.296 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:27 smithi005 bash[108203]: audit 2023-12-27T22:14:26.474552+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2023-12-27T22:14:27.296 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:27 smithi005 bash[111615]: audit 2023-12-27T22:14:26.473303+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-27T22:14:27.296 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:27 smithi005 bash[111615]: audit 2023-12-27T22:14:26.473907+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:27.296 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:27 smithi005 bash[111615]: audit 2023-12-27T22:14:26.474552+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2023-12-27T22:14:27.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:27 smithi115 bash[108225]: audit 2023-12-27T22:14:26.473303+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-27T22:14:27.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:27 smithi115 bash[108225]: audit 2023-12-27T22:14:26.473907+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:27.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:27 smithi115 bash[108225]: audit 2023-12-27T22:14:26.474552+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2023-12-27T22:14:27.710 INFO:teuthology.orchestra.run.smithi005.stdout:Created osd(s) 0 on host 'smithi005' 2023-12-27T22:14:28.270 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:28 smithi005 bash[108203]: cephadm 2023-12-27T22:14:26.474343+0000 mgr.y (mgr.14142) 41 : cephadm [INF] Deploying daemon osd.0 on smithi005 2023-12-27T22:14:28.272 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:28 smithi005 bash[108203]: cluster 2023-12-27T22:14:26.927898+0000 mgr.y (mgr.14142) 42 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:14:28.272 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:28 smithi005 bash[108203]: audit 2023-12-27T22:14:27.703952+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221241\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221318\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221352\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:26.473020\"}}, \"last_device_update\": \"2023-12-27T22:13:23.548086\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:28.273 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:28 smithi005 bash[108203]: audit 2023-12-27T22:14:27.704468+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:14:28.273 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:28 smithi005 bash[108203]: audit 2023-12-27T22:14:27.706843+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221241\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221318\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221352\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:26.473020\"}}, \"last_device_update\": \"2023-12-27T22:13:23.548086\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:28.273 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:28 smithi005 bash[111615]: cephadm 2023-12-27T22:14:26.474343+0000 mgr.y (mgr.14142) 41 : cephadm [INF] Deploying daemon osd.0 on smithi005 2023-12-27T22:14:28.273 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:28 smithi005 bash[111615]: cluster 2023-12-27T22:14:26.927898+0000 mgr.y (mgr.14142) 42 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:14:28.273 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:28 smithi005 bash[111615]: audit 2023-12-27T22:14:27.703952+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221241\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221318\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221352\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:26.473020\"}}, \"last_device_update\": \"2023-12-27T22:13:23.548086\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:28.273 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:28 smithi005 bash[111615]: audit 2023-12-27T22:14:27.704468+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:14:28.273 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:28 smithi005 bash[111615]: audit 2023-12-27T22:14:27.706843+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221241\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221318\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221352\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:26.473020\"}}, \"last_device_update\": \"2023-12-27T22:13:23.548086\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:28.286 DEBUG:teuthology.orchestra.run.smithi005:osd.0> sudo journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.0.service 2023-12-27T22:14:28.288 INFO:tasks.cephadm:Deploying osd.1 on smithi005 with /dev/vg_nvme/lv_3... 2023-12-27T22:14:28.288 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-27T22:14:28.320 INFO:journalctl@ceph.osd.0.smithi005.stdout:-- Logs begin at Wed 2023-12-27 22:03:14 UTC. -- 2023-12-27T22:14:28.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:28 smithi115 bash[108225]: cephadm 2023-12-27T22:14:26.474343+0000 mgr.y (mgr.14142) 41 : cephadm [INF] Deploying daemon osd.0 on smithi005 2023-12-27T22:14:28.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:28 smithi115 bash[108225]: cluster 2023-12-27T22:14:26.927898+0000 mgr.y (mgr.14142) 42 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:14:28.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:28 smithi115 bash[108225]: audit 2023-12-27T22:14:27.703952+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221241\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221318\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221352\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:26.473020\"}}, \"last_device_update\": \"2023-12-27T22:13:23.548086\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:28.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:28 smithi115 bash[108225]: audit 2023-12-27T22:14:27.704468+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:14:28.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:28 smithi115 bash[108225]: audit 2023-12-27T22:14:27.706843+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221241\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221318\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:19.221352\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:26.473020\"}}, \"last_device_update\": \"2023-12-27T22:13:23.548086\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:28.613 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:28 smithi005 bash[113677]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-27T22:14:28.613 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:28 smithi005 bash[113677]: 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-27T22:14:28.614 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:28 smithi005 bash[113677]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2023-12-27T22:14:28.614 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:28 smithi005 bash[113677]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2023-12-27T22:14:28.614 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:28 smithi005 bash[113677]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-27T22:14:28.614 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:28 smithi005 bash[113677]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-27T22:14:28.614 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:28 smithi005 bash[113677]: --> ceph-volume lvm activate successful for osd ID: 0 2023-12-27T22:14:29.364 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:29 smithi005 bash[113962]: debug 2023-12-27T22:14:29.072+0000 7f27dedf5ec0 1 -- 172.21.15.5:0/1842664224 >> [v2:172.21.15.5:3301/0,v1:172.21.15.5:6790/0] conn(0x55dce1509000 msgr2=0x55dce1505b00 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2023-12-27T22:14:29.364 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:29 smithi005 bash[113962]: debug 2023-12-27T22:14:29.072+0000 7f27dedf5ec0 1 --2- 172.21.15.5:0/1842664224 >> [v2:172.21.15.5:3301/0,v1:172.21.15.5:6790/0] conn(0x55dce1509000 0x55dce1505b00 secure :-1 s=READY pgs=9 cs=0 l=1 rx=0x55dce149bd10 tx=0x55dce2174aa0).stop 2023-12-27T22:14:29.730 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:29 smithi005 bash[113962]: debug 2023-12-27T22:14:29.594+0000 7f27dedf5ec0 -1 Falling back to public interface 2023-12-27T22:14:30.285 INFO:teuthology.orchestra.run.smithi005.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-27T22:14:30.285 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-27T22:14:30.285 INFO:teuthology.orchestra.run.smithi005.stderr: stderr: 10+0 records in 2023-12-27T22:14:30.285 INFO:teuthology.orchestra.run.smithi005.stderr:10+0 records out 2023-12-27T22:14:30.286 INFO:teuthology.orchestra.run.smithi005.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0131954 s, 795 MB/s 2023-12-27T22:14:30.286 INFO:teuthology.orchestra.run.smithi005.stderr:--> Zapping successful for: 2023-12-27T22:14:30.312 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:30 smithi005 bash[113962]: debug 2023-12-27T22:14:30.160+0000 7f27dedf5ec0 -1 osd.0 0 log_to_monitors {default=true} 2023-12-27T22:14:30.312 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:30 smithi005 bash[108203]: cluster 2023-12-27T22:14:28.928173+0000 mgr.y (mgr.14142) 43 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:14:30.313 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:30 smithi005 bash[111615]: cluster 2023-12-27T22:14:28.928173+0000 mgr.y (mgr.14142) 43 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:14:30.313 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:30 smithi005 bash[108203]: audit 2023-12-27T22:14:29.093998+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093177\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093252\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093285\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"741a13ad4f4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093315\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:28.841980\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:26.473020\"}}, \"last_daemon_update\": \"2023-12-27T22:14:29.093394\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:30.313 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:30 smithi005 bash[108203]: audit 2023-12-27T22:14:29.097328+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093177\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093252\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093285\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"741a13ad4f4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093315\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:28.841980\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:26.473020\"}}, \"last_daemon_update\": \"2023-12-27T22:14:29.093394\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:30.313 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:30 smithi005 bash[108203]: audit 2023-12-27T22:14:29.097820+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:14:30.314 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:30 smithi005 bash[111615]: audit 2023-12-27T22:14:29.093998+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093177\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093252\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093285\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"741a13ad4f4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093315\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:28.841980\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:26.473020\"}}, \"last_daemon_update\": \"2023-12-27T22:14:29.093394\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:30.314 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:30 smithi005 bash[111615]: audit 2023-12-27T22:14:29.097328+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093177\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093252\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093285\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"741a13ad4f4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093315\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:28.841980\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:26.473020\"}}, \"last_daemon_update\": \"2023-12-27T22:14:29.093394\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:30.314 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:30 smithi005 bash[111615]: audit 2023-12-27T22:14:29.097820+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:14:30.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:30 smithi115 bash[108225]: cluster 2023-12-27T22:14:28.928173+0000 mgr.y (mgr.14142) 43 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:14:30.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:30 smithi115 bash[108225]: audit 2023-12-27T22:14:29.093998+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093177\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093252\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093285\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"741a13ad4f4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093315\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:28.841980\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:26.473020\"}}, \"last_daemon_update\": \"2023-12-27T22:14:29.093394\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:30.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:30 smithi115 bash[108225]: audit 2023-12-27T22:14:29.097328+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093177\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093252\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093285\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"741a13ad4f4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093315\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:28.841980\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:26.473020\"}}, \"last_daemon_update\": \"2023-12-27T22:14:29.093394\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:30.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:30 smithi115 bash[108225]: audit 2023-12-27T22:14:29.097820+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:14:30.673 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi005:vg_nvme/lv_3 2023-12-27T22:14:31.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:31 smithi005 bash[108203]: audit 2023-12-27T22:14:30.163870+0000 mon.a (mon.0) 207 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/3019286666,v1:172.21.15.5:6803/3019286666]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-27T22:14:31.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:31 smithi005 bash[111615]: audit 2023-12-27T22:14:30.163870+0000 mon.a (mon.0) 207 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/3019286666,v1:172.21.15.5:6803/3019286666]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-27T22:14:31.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:31 smithi115 bash[108225]: audit 2023-12-27T22:14:30.163870+0000 mon.a (mon.0) 207 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/3019286666,v1:172.21.15.5:6803/3019286666]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-27T22:14:32.023 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:32 smithi005 bash[108203]: cluster 2023-12-27T22:14:30.928504+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-27T22:14:32.023 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:32 smithi005 bash[108203]: audit 2023-12-27T22:14:31.018700+0000 mon.a (mon.0) 208 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/3019286666,v1:172.21.15.5:6803/3019286666]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-27T22:14:32.023 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:32 smithi005 bash[108203]: cluster 2023-12-27T22:14:31.018736+0000 mon.a (mon.0) 209 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2023-12-27T22:14:32.023 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:32 smithi005 bash[108203]: audit 2023-12-27T22:14:31.018857+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-27T22:14:32.023 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:32 smithi005 bash[108203]: audit 2023-12-27T22:14:31.019185+0000 mon.a (mon.0) 211 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/3019286666,v1:172.21.15.5:6803/3019286666]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:14:32.023 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:32 smithi005 bash[108203]: cluster 2023-12-27T22:14:31.117531+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-27T22:14:32.023 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:32 smithi005 bash[108203]: cluster 2023-12-27T22:14:31.117572+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-27T22:14:32.023 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:32 smithi005 bash[108203]: audit 2023-12-27T22:14:31.835090+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-27T22:14:32.023 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:32 smithi005 bash[108203]: audit 2023-12-27T22:14:31.835594+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:32.023 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:32 smithi005 bash[108203]: audit 2023-12-27T22:14:31.836192+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:14:32.023 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:32 smithi005 bash[108203]: audit 2023-12-27T22:14:31.955063+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:14:32.024 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:32 smithi005 bash[111615]: cluster 2023-12-27T22:14:30.928504+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-27T22:14:32.024 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:32 smithi005 bash[111615]: audit 2023-12-27T22:14:31.018700+0000 mon.a (mon.0) 208 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/3019286666,v1:172.21.15.5:6803/3019286666]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-27T22:14:32.306 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:32 smithi005 bash[113962]: debug 2023-12-27T22:14:32.022+0000 7f27c3ba2700 -1 osd.0 0 waiting for initial osdmap 2023-12-27T22:14:32.306 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:32 smithi005 bash[113962]: debug 2023-12-27T22:14:32.028+0000 7f27cedbe700 -1 osd.0 9 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-27T22:14:32.306 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:32 smithi005 bash[111615]: cluster 2023-12-27T22:14:31.018736+0000 mon.a (mon.0) 209 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2023-12-27T22:14:32.306 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:32 smithi005 bash[111615]: audit 2023-12-27T22:14:31.018857+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-27T22:14:32.306 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:32 smithi005 bash[111615]: audit 2023-12-27T22:14:31.019185+0000 mon.a (mon.0) 211 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/3019286666,v1:172.21.15.5:6803/3019286666]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:14:32.306 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:32 smithi005 bash[111615]: cluster 2023-12-27T22:14:31.117531+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-27T22:14:32.306 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:32 smithi005 bash[111615]: cluster 2023-12-27T22:14:31.117572+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-27T22:14:32.306 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:32 smithi005 bash[111615]: audit 2023-12-27T22:14:31.835090+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-27T22:14:32.307 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:32 smithi005 bash[111615]: audit 2023-12-27T22:14:31.835594+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:32.307 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:32 smithi005 bash[111615]: audit 2023-12-27T22:14:31.836192+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:14:32.307 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:32 smithi005 bash[111615]: audit 2023-12-27T22:14:31.955063+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:14:32.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:32 smithi115 bash[108225]: cluster 2023-12-27T22:14:30.928504+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-27T22:14:32.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:32 smithi115 bash[108225]: audit 2023-12-27T22:14:31.018700+0000 mon.a (mon.0) 208 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/3019286666,v1:172.21.15.5:6803/3019286666]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-27T22:14:32.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:32 smithi115 bash[108225]: cluster 2023-12-27T22:14:31.018736+0000 mon.a (mon.0) 209 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2023-12-27T22:14:32.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:32 smithi115 bash[108225]: audit 2023-12-27T22:14:31.018857+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-27T22:14:32.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:32 smithi115 bash[108225]: audit 2023-12-27T22:14:31.019185+0000 mon.a (mon.0) 211 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/3019286666,v1:172.21.15.5:6803/3019286666]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:14:32.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:32 smithi115 bash[108225]: cluster 2023-12-27T22:14:31.117531+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-27T22:14:32.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:32 smithi115 bash[108225]: cluster 2023-12-27T22:14:31.117572+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-27T22:14:32.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:32 smithi115 bash[108225]: audit 2023-12-27T22:14:31.835090+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-27T22:14:32.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:32 smithi115 bash[108225]: audit 2023-12-27T22:14:31.835594+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:32.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:32 smithi115 bash[108225]: audit 2023-12-27T22:14:31.836192+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:14:32.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:32 smithi115 bash[108225]: audit 2023-12-27T22:14:31.955063+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:14:33.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:33 smithi005 bash[108203]: audit 2023-12-27T22:14:31.834244+0000 mgr.y (mgr.14142) 45 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:14:33.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:33 smithi005 bash[108203]: cephadm 2023-12-27T22:14:31.834826+0000 mgr.y (mgr.14142) 46 : cephadm [INF] Applying osd on host smithi005... 2023-12-27T22:14:33.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:33 smithi005 bash[108203]: audit 2023-12-27T22:14:32.019353+0000 mon.a (mon.0) 216 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/3019286666,v1:172.21.15.5:6803/3019286666]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2023-12-27T22:14:33.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:33 smithi005 bash[108203]: cluster 2023-12-27T22:14:32.019414+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2023-12-27T22:14:33.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:33 smithi005 bash[108203]: audit 2023-12-27T22:14:32.020014+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-27T22:14:33.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:33 smithi005 bash[111615]: audit 2023-12-27T22:14:31.834244+0000 mgr.y (mgr.14142) 45 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:14:33.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:33 smithi005 bash[111615]: cephadm 2023-12-27T22:14:31.834826+0000 mgr.y (mgr.14142) 46 : cephadm [INF] Applying osd on host smithi005... 2023-12-27T22:14:33.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:33 smithi005 bash[111615]: audit 2023-12-27T22:14:32.019353+0000 mon.a (mon.0) 216 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/3019286666,v1:172.21.15.5:6803/3019286666]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2023-12-27T22:14:33.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:33 smithi005 bash[111615]: cluster 2023-12-27T22:14:32.019414+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2023-12-27T22:14:33.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:33 smithi005 bash[111615]: audit 2023-12-27T22:14:32.020014+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-27T22:14:33.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:33 smithi005 bash[111615]: audit 2023-12-27T22:14:32.187153+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093177\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093252\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093285\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"741a13ad4f4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093315\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:28.841980\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:26.473020\"}}, \"last_daemon_update\": \"2023-12-27T22:14:29.093394\", \"last_device_update\": \"2023-12-27T22:14:32.186564\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:33.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:33 smithi005 bash[111615]: audit 2023-12-27T22:14:32.190650+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093177\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093252\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093285\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"741a13ad4f4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093315\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:28.841980\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:26.473020\"}}, \"last_daemon_update\": \"2023-12-27T22:14:29.093394\", \"last_device_update\": \"2023-12-27T22:14:32.186564\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:33.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:33 smithi005 bash[108203]: audit 2023-12-27T22:14:32.187153+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093177\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093252\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093285\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"741a13ad4f4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093315\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:28.841980\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:26.473020\"}}, \"last_daemon_update\": \"2023-12-27T22:14:29.093394\", \"last_device_update\": \"2023-12-27T22:14:32.186564\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:33.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:33 smithi005 bash[108203]: audit 2023-12-27T22:14:32.190650+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093177\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093252\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093285\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"741a13ad4f4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093315\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:28.841980\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:26.473020\"}}, \"last_daemon_update\": \"2023-12-27T22:14:29.093394\", \"last_device_update\": \"2023-12-27T22:14:32.186564\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:33.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:33 smithi115 bash[108225]: audit 2023-12-27T22:14:31.834244+0000 mgr.y (mgr.14142) 45 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:14:33.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:33 smithi115 bash[108225]: cephadm 2023-12-27T22:14:31.834826+0000 mgr.y (mgr.14142) 46 : cephadm [INF] Applying osd on host smithi005... 2023-12-27T22:14:33.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:33 smithi115 bash[108225]: audit 2023-12-27T22:14:32.019353+0000 mon.a (mon.0) 216 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/3019286666,v1:172.21.15.5:6803/3019286666]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2023-12-27T22:14:33.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:33 smithi115 bash[108225]: cluster 2023-12-27T22:14:32.019414+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2023-12-27T22:14:33.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:33 smithi115 bash[108225]: audit 2023-12-27T22:14:32.020014+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-27T22:14:33.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:33 smithi115 bash[108225]: audit 2023-12-27T22:14:32.187153+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093177\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093252\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093285\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"741a13ad4f4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093315\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:28.841980\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:26.473020\"}}, \"last_daemon_update\": \"2023-12-27T22:14:29.093394\", \"last_device_update\": \"2023-12-27T22:14:32.186564\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:33.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:33 smithi115 bash[108225]: audit 2023-12-27T22:14:32.190650+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093177\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093252\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093285\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"741a13ad4f4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093315\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:28.841980\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:26.473020\"}}, \"last_daemon_update\": \"2023-12-27T22:14:29.093394\", \"last_device_update\": \"2023-12-27T22:14:32.186564\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:34.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:34 smithi005 bash[108203]: cluster 2023-12-27T22:14:32.928758+0000 mgr.y (mgr.14142) 47 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:14:34.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:34 smithi005 bash[108203]: cluster 2023-12-27T22:14:33.025225+0000 mon.a (mon.0) 221 : cluster [INF] osd.0 [v2:172.21.15.5:6802/3019286666,v1:172.21.15.5:6803/3019286666] boot 2023-12-27T22:14:34.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:34 smithi005 bash[108203]: cluster 2023-12-27T22:14:33.025254+0000 mon.a (mon.0) 222 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2023-12-27T22:14:34.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:34 smithi005 bash[108203]: audit 2023-12-27T22:14:33.025856+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-27T22:14:34.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:34 smithi005 bash[108203]: audit 2023-12-27T22:14:33.407757+0000 mon.a (mon.0) 224 : audit [INF] from='client.? 172.21.15.5:0/1794420241' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "503b5c13-1ad7-42a2-b7f8-115111d43309"}]: dispatch 2023-12-27T22:14:34.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:34 smithi005 bash[108203]: audit 2023-12-27T22:14:33.412182+0000 mon.a (mon.0) 225 : audit [INF] from='client.? 172.21.15.5:0/1794420241' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "503b5c13-1ad7-42a2-b7f8-115111d43309"}]': finished 2023-12-27T22:14:34.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:34 smithi005 bash[108203]: cluster 2023-12-27T22:14:33.412212+0000 mon.a (mon.0) 226 : cluster [DBG] osdmap e11: 2 total, 1 up, 1 in 2023-12-27T22:14:34.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:34 smithi005 bash[108203]: audit 2023-12-27T22:14:33.412375+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:14:34.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:34 smithi005 bash[111615]: cluster 2023-12-27T22:14:32.928758+0000 mgr.y (mgr.14142) 47 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:14:34.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:34 smithi005 bash[111615]: cluster 2023-12-27T22:14:33.025225+0000 mon.a (mon.0) 221 : cluster [INF] osd.0 [v2:172.21.15.5:6802/3019286666,v1:172.21.15.5:6803/3019286666] boot 2023-12-27T22:14:34.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:34 smithi005 bash[111615]: cluster 2023-12-27T22:14:33.025254+0000 mon.a (mon.0) 222 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2023-12-27T22:14:34.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:34 smithi005 bash[111615]: audit 2023-12-27T22:14:33.025856+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-27T22:14:34.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:34 smithi005 bash[111615]: audit 2023-12-27T22:14:33.407757+0000 mon.a (mon.0) 224 : audit [INF] from='client.? 172.21.15.5:0/1794420241' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "503b5c13-1ad7-42a2-b7f8-115111d43309"}]: dispatch 2023-12-27T22:14:34.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:34 smithi005 bash[111615]: audit 2023-12-27T22:14:33.412182+0000 mon.a (mon.0) 225 : audit [INF] from='client.? 172.21.15.5:0/1794420241' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "503b5c13-1ad7-42a2-b7f8-115111d43309"}]': finished 2023-12-27T22:14:34.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:34 smithi005 bash[111615]: cluster 2023-12-27T22:14:33.412212+0000 mon.a (mon.0) 226 : cluster [DBG] osdmap e11: 2 total, 1 up, 1 in 2023-12-27T22:14:34.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:34 smithi005 bash[111615]: audit 2023-12-27T22:14:33.412375+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:14:34.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:34 smithi115 bash[108225]: cluster 2023-12-27T22:14:32.928758+0000 mgr.y (mgr.14142) 47 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-27T22:14:34.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:34 smithi115 bash[108225]: cluster 2023-12-27T22:14:33.025225+0000 mon.a (mon.0) 221 : cluster [INF] osd.0 [v2:172.21.15.5:6802/3019286666,v1:172.21.15.5:6803/3019286666] boot 2023-12-27T22:14:34.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:34 smithi115 bash[108225]: cluster 2023-12-27T22:14:33.025254+0000 mon.a (mon.0) 222 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2023-12-27T22:14:34.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:34 smithi115 bash[108225]: audit 2023-12-27T22:14:33.025856+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-27T22:14:34.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:34 smithi115 bash[108225]: audit 2023-12-27T22:14:33.407757+0000 mon.a (mon.0) 224 : audit [INF] from='client.? 172.21.15.5:0/1794420241' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "503b5c13-1ad7-42a2-b7f8-115111d43309"}]: dispatch 2023-12-27T22:14:34.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:34 smithi115 bash[108225]: audit 2023-12-27T22:14:33.412182+0000 mon.a (mon.0) 225 : audit [INF] from='client.? 172.21.15.5:0/1794420241' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "503b5c13-1ad7-42a2-b7f8-115111d43309"}]': finished 2023-12-27T22:14:34.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:34 smithi115 bash[108225]: cluster 2023-12-27T22:14:33.412212+0000 mon.a (mon.0) 226 : cluster [DBG] osdmap e11: 2 total, 1 up, 1 in 2023-12-27T22:14:34.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:34 smithi115 bash[108225]: audit 2023-12-27T22:14:33.412375+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:14:35.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:35 smithi005 bash[108203]: audit 2023-12-27T22:14:34.119316+0000 mon.a (mon.0) 228 : audit [DBG] from='client.? 172.21.15.5:0/2985380846' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-27T22:14:35.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:35 smithi005 bash[108203]: cluster 2023-12-27T22:14:34.412865+0000 mon.a (mon.0) 229 : cluster [DBG] osdmap e12: 2 total, 1 up, 1 in 2023-12-27T22:14:35.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:35 smithi005 bash[108203]: audit 2023-12-27T22:14:34.412993+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:14:35.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:35 smithi005 bash[111615]: audit 2023-12-27T22:14:34.119316+0000 mon.a (mon.0) 228 : audit [DBG] from='client.? 172.21.15.5:0/2985380846' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-27T22:14:35.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:35 smithi005 bash[111615]: cluster 2023-12-27T22:14:34.412865+0000 mon.a (mon.0) 229 : cluster [DBG] osdmap e12: 2 total, 1 up, 1 in 2023-12-27T22:14:35.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:35 smithi005 bash[111615]: audit 2023-12-27T22:14:34.412993+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:14:35.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:35 smithi115 bash[108225]: audit 2023-12-27T22:14:34.119316+0000 mon.a (mon.0) 228 : audit [DBG] from='client.? 172.21.15.5:0/2985380846' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-27T22:14:35.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:35 smithi115 bash[108225]: cluster 2023-12-27T22:14:34.412865+0000 mon.a (mon.0) 229 : cluster [DBG] osdmap e12: 2 total, 1 up, 1 in 2023-12-27T22:14:35.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:35 smithi115 bash[108225]: audit 2023-12-27T22:14:34.412993+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:14:36.303 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:36 smithi005 bash[108203]: cluster 2023-12-27T22:14:34.929162+0000 mgr.y (mgr.14142) 48 : cluster [DBG] pgmap v38: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2023-12-27T22:14:36.303 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:36 smithi005 bash[111615]: cluster 2023-12-27T22:14:34.929162+0000 mgr.y (mgr.14142) 48 : cluster [DBG] pgmap v38: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2023-12-27T22:14:36.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:36 smithi115 bash[108225]: cluster 2023-12-27T22:14:34.929162+0000 mgr.y (mgr.14142) 48 : cluster [DBG] pgmap v38: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2023-12-27T22:14:37.363 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:37 smithi005 bash[111615]: audit 2023-12-27T22:14:36.332904+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:14:37.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:37 smithi005 bash[108203]: audit 2023-12-27T22:14:36.332904+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:14:37.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:37 smithi115 bash[108225]: audit 2023-12-27T22:14:36.332904+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:14:38.113 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:38 smithi005 bash[111615]: cluster 2023-12-27T22:14:36.929527+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v39: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2023-12-27T22:14:38.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:38 smithi005 bash[111615]: audit 2023-12-27T22:14:37.922072+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-27T22:14:38.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:38 smithi005 bash[111615]: audit 2023-12-27T22:14:37.922666+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:38.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:38 smithi005 bash[111615]: audit 2023-12-27T22:14:37.923265+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2023-12-27T22:14:38.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:38 smithi005 bash[108203]: cluster 2023-12-27T22:14:36.929527+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v39: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2023-12-27T22:14:38.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:38 smithi005 bash[108203]: audit 2023-12-27T22:14:37.922072+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-27T22:14:38.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:38 smithi005 bash[108203]: audit 2023-12-27T22:14:37.922666+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:38.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:38 smithi005 bash[108203]: audit 2023-12-27T22:14:37.923265+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2023-12-27T22:14:38.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:38 smithi115 bash[108225]: cluster 2023-12-27T22:14:36.929527+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v39: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2023-12-27T22:14:38.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:38 smithi115 bash[108225]: audit 2023-12-27T22:14:37.922072+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-27T22:14:38.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:38 smithi115 bash[108225]: audit 2023-12-27T22:14:37.922666+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:38.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:38 smithi115 bash[108225]: audit 2023-12-27T22:14:37.923265+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2023-12-27T22:14:39.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:39 smithi005 bash[108203]: cephadm 2023-12-27T22:14:37.923074+0000 mgr.y (mgr.14142) 50 : cephadm [INF] Deploying daemon osd.0 on smithi005 2023-12-27T22:14:39.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:39 smithi005 bash[111615]: cephadm 2023-12-27T22:14:37.923074+0000 mgr.y (mgr.14142) 50 : cephadm [INF] Deploying daemon osd.0 on smithi005 2023-12-27T22:14:39.115 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:38 smithi005 systemd[1]: Stopping Ceph osd.0 for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:14:39.115 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:38 smithi005 bash[113962]: debug 2023-12-27T22:14:38.895+0000 7f27d663d700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-27T22:14:39.115 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:38 smithi005 bash[113962]: debug 2023-12-27T22:14:38.895+0000 7f27d663d700 -1 osd.0 12 *** Got signal Terminated *** 2023-12-27T22:14:39.115 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:38 smithi005 bash[113962]: debug 2023-12-27T22:14:38.895+0000 7f27d663d700 -1 osd.0 12 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-27T22:14:39.441 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:39 smithi005 podman[115172]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd.0 2023-12-27T22:14:39.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:39 smithi115 bash[108225]: cephadm 2023-12-27T22:14:37.923074+0000 mgr.y (mgr.14142) 50 : cephadm [INF] Deploying daemon osd.0 on smithi005 2023-12-27T22:14:40.233 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:40 smithi005 bash[108203]: cluster 2023-12-27T22:14:38.929836+0000 mgr.y (mgr.14142) 51 : cluster [DBG] pgmap v40: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2023-12-27T22:14:40.233 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:39 smithi005 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.0.service: Succeeded. 2023-12-27T22:14:40.233 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:39 smithi005 systemd[1]: Stopped Ceph osd.0 for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:14:40.233 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:40 smithi005 systemd[1]: Starting Ceph osd.0 for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:14:40.233 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:40 smithi005 podman[115308]: Error: no container with ID or name "ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd.0" found: no such container 2023-12-27T22:14:40.233 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:40 smithi005 systemd[1]: Started Ceph osd.0 for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:14:40.234 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:40 smithi005 bash[111615]: cluster 2023-12-27T22:14:38.929836+0000 mgr.y (mgr.14142) 51 : cluster [DBG] pgmap v40: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2023-12-27T22:14:40.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:40 smithi115 bash[108225]: cluster 2023-12-27T22:14:38.929836+0000 mgr.y (mgr.14142) 51 : cluster [DBG] pgmap v40: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2023-12-27T22:14:40.864 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:40 smithi005 bash[115324]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-27T22:14:40.864 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:40 smithi005 bash[115324]: 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-27T22:14:40.864 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:40 smithi005 bash[115324]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2023-12-27T22:14:40.864 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:40 smithi005 bash[115324]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2023-12-27T22:14:40.865 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:40 smithi005 bash[115324]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-27T22:14:40.865 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:40 smithi005 bash[115324]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-27T22:14:40.865 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:40 smithi005 bash[115324]: --> ceph-volume lvm activate successful for osd ID: 0 2023-12-27T22:14:41.311 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:41 smithi005 bash[108203]: audit 2023-12-27T22:14:40.134353+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093177\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093252\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093285\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}}, \"last_device_update\": \"2023-12-27T22:14:32.186564\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:41.312 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:41 smithi005 bash[108203]: audit 2023-12-27T22:14:40.134805+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:14:41.312 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:41 smithi005 bash[108203]: audit 2023-12-27T22:14:40.137396+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093177\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093252\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093285\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}}, \"last_device_update\": \"2023-12-27T22:14:32.186564\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:41.312 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:41 smithi005 bash[108203]: audit 2023-12-27T22:14:40.138599+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-27T22:14:41.312 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:41 smithi005 bash[108203]: audit 2023-12-27T22:14:40.139584+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:41.312 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:41 smithi005 bash[108203]: audit 2023-12-27T22:14:40.140584+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2023-12-27T22:14:41.313 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:41 smithi005 bash[111615]: audit 2023-12-27T22:14:40.134353+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093177\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093252\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093285\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}}, \"last_device_update\": \"2023-12-27T22:14:32.186564\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:41.313 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:41 smithi005 bash[111615]: audit 2023-12-27T22:14:40.134805+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:14:41.313 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:41 smithi005 bash[111615]: audit 2023-12-27T22:14:40.137396+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093177\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093252\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093285\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}}, \"last_device_update\": \"2023-12-27T22:14:32.186564\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:41.313 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:41 smithi005 bash[111615]: audit 2023-12-27T22:14:40.138599+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-27T22:14:41.313 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:41 smithi005 bash[111615]: audit 2023-12-27T22:14:40.139584+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:41.313 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:41 smithi005 bash[111615]: audit 2023-12-27T22:14:40.140584+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2023-12-27T22:14:41.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:41 smithi115 bash[108225]: audit 2023-12-27T22:14:40.134353+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093177\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093252\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093285\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}}, \"last_device_update\": \"2023-12-27T22:14:32.186564\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:41.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:41 smithi115 bash[108225]: audit 2023-12-27T22:14:40.134805+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:14:41.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:41 smithi115 bash[108225]: audit 2023-12-27T22:14:40.137396+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093177\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093252\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093285\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}}, \"last_device_update\": \"2023-12-27T22:14:32.186564\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:41.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:41 smithi115 bash[108225]: audit 2023-12-27T22:14:40.138599+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-27T22:14:41.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:41 smithi115 bash[108225]: audit 2023-12-27T22:14:40.139584+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:41.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:41 smithi115 bash[108225]: audit 2023-12-27T22:14:40.140584+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2023-12-27T22:14:41.676 INFO:teuthology.orchestra.run.smithi005.stdout:Created osd(s) 0,1 on host 'smithi005' 2023-12-27T22:14:42.256 DEBUG:teuthology.orchestra.run.smithi005:osd.1> sudo journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.1.service 2023-12-27T22:14:42.258 INFO:tasks.cephadm:Deploying osd.2 on smithi005 with /dev/vg_nvme/lv_2... 2023-12-27T22:14:42.258 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-27T22:14:42.289 INFO:journalctl@ceph.osd.1.smithi005.stdout:-- Logs begin at Wed 2023-12-27 22:03:14 UTC. -- 2023-12-27T22:14:42.315 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:42 smithi005 bash[115531]: debug 2023-12-27T22:14:42.053+0000 7fec8b8a8ec0 -1 Falling back to public interface 2023-12-27T22:14:42.315 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:42 smithi005 bash[108203]: cephadm 2023-12-27T22:14:40.140261+0000 mgr.y (mgr.14142) 52 : cephadm [INF] Deploying daemon osd.1 on smithi005 2023-12-27T22:14:42.315 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:42 smithi005 bash[108203]: cluster 2023-12-27T22:14:40.930208+0000 mgr.y (mgr.14142) 53 : cluster [DBG] pgmap v41: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2023-12-27T22:14:42.315 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:42 smithi005 bash[111615]: cephadm 2023-12-27T22:14:40.140261+0000 mgr.y (mgr.14142) 52 : cephadm [INF] Deploying daemon osd.1 on smithi005 2023-12-27T22:14:42.316 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:42 smithi005 bash[111615]: cluster 2023-12-27T22:14:40.930208+0000 mgr.y (mgr.14142) 53 : cluster [DBG] pgmap v41: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2023-12-27T22:14:42.316 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:42 smithi005 bash[111615]: audit 2023-12-27T22:14:41.670704+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093177\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093252\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093285\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:40.138404\"}}, \"last_device_update\": \"2023-12-27T22:14:32.186564\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:42.316 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:42 smithi005 bash[108203]: audit 2023-12-27T22:14:41.670704+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093177\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093252\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093285\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:40.138404\"}}, \"last_device_update\": \"2023-12-27T22:14:32.186564\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:42.316 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:42 smithi005 bash[111615]: audit 2023-12-27T22:14:41.673635+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093177\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093252\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093285\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:40.138404\"}}, \"last_device_update\": \"2023-12-27T22:14:32.186564\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:42.316 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:42 smithi005 bash[108203]: audit 2023-12-27T22:14:41.673635+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093177\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093252\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093285\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:40.138404\"}}, \"last_device_update\": \"2023-12-27T22:14:32.186564\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:42.317 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:42 smithi005 bash[111615]: audit 2023-12-27T22:14:41.678445+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677640\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677716\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677749\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677778\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:40.138404\"}}, \"last_daemon_update\": \"2023-12-27T22:14:41.677851\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:42.317 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:42 smithi005 bash[111615]: audit 2023-12-27T22:14:41.681300+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677640\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677716\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677749\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677778\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:40.138404\"}}, \"last_daemon_update\": \"2023-12-27T22:14:41.677851\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:42.317 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:42 smithi005 bash[111615]: audit 2023-12-27T22:14:41.682306+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:14:42.317 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:42 smithi005 bash[108203]: audit 2023-12-27T22:14:41.678445+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677640\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677716\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677749\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677778\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:40.138404\"}}, \"last_daemon_update\": \"2023-12-27T22:14:41.677851\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:42.318 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:42 smithi005 bash[108203]: audit 2023-12-27T22:14:41.681300+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677640\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677716\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677749\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677778\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:40.138404\"}}, \"last_daemon_update\": \"2023-12-27T22:14:41.677851\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:42.318 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:42 smithi005 bash[108203]: audit 2023-12-27T22:14:41.682306+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:14:42.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:42 smithi115 bash[108225]: cephadm 2023-12-27T22:14:40.140261+0000 mgr.y (mgr.14142) 52 : cephadm [INF] Deploying daemon osd.1 on smithi005 2023-12-27T22:14:42.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:42 smithi115 bash[108225]: cluster 2023-12-27T22:14:40.930208+0000 mgr.y (mgr.14142) 53 : cluster [DBG] pgmap v41: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2023-12-27T22:14:42.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:42 smithi115 bash[108225]: audit 2023-12-27T22:14:41.670704+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093177\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093252\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093285\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:40.138404\"}}, \"last_device_update\": \"2023-12-27T22:14:32.186564\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:42.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:42 smithi115 bash[108225]: audit 2023-12-27T22:14:41.673635+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093177\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093252\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:29.093285\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:40.138404\"}}, \"last_device_update\": \"2023-12-27T22:14:32.186564\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:42.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:42 smithi115 bash[108225]: audit 2023-12-27T22:14:41.678445+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677640\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677716\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677749\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677778\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:40.138404\"}}, \"last_daemon_update\": \"2023-12-27T22:14:41.677851\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:42.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:42 smithi115 bash[108225]: audit 2023-12-27T22:14:41.681300+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677640\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677716\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677749\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677778\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:40.138404\"}}, \"last_daemon_update\": \"2023-12-27T22:14:41.677851\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:42.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:42 smithi115 bash[108225]: audit 2023-12-27T22:14:41.682306+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:14:43.052 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:42 smithi005 bash[115531]: debug 2023-12-27T22:14:42.623+0000 7fec8b8a8ec0 -1 osd.0 12 log_to_monitors {default=true} 2023-12-27T22:14:43.052 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:14:42 smithi005 bash[115531]: debug 2023-12-27T22:14:42.631+0000 7fec7b871700 -1 osd.0 12 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-27T22:14:43.314 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:43 smithi005 bash[108203]: audit 2023-12-27T22:14:42.627156+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/766416314,v1:172.21.15.5:6803/766416314]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-27T22:14:43.314 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:43 smithi005 bash[108203]: audit 2023-12-27T22:14:42.627501+0000 mon.a (mon.0) 246 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-27T22:14:43.314 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:43 smithi005 bash[108203]: audit 2023-12-27T22:14:42.628086+0000 mon.c (mon.1) 7 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/766416314,v1:172.21.15.5:6803/766416314]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:14:43.314 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:43 smithi005 bash[108203]: audit 2023-12-27T22:14:42.628391+0000 mon.a (mon.0) 247 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:14:43.314 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:43 smithi005 bash[111615]: audit 2023-12-27T22:14:42.627156+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/766416314,v1:172.21.15.5:6803/766416314]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-27T22:14:43.314 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:43 smithi005 bash[111615]: audit 2023-12-27T22:14:42.627501+0000 mon.a (mon.0) 246 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-27T22:14:43.314 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:43 smithi005 bash[111615]: audit 2023-12-27T22:14:42.628086+0000 mon.c (mon.1) 7 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/766416314,v1:172.21.15.5:6803/766416314]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:14:43.314 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:43 smithi005 bash[111615]: audit 2023-12-27T22:14:42.628391+0000 mon.a (mon.0) 247 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:14:43.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:43 smithi115 bash[108225]: audit 2023-12-27T22:14:42.627156+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/766416314,v1:172.21.15.5:6803/766416314]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-27T22:14:43.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:43 smithi115 bash[108225]: audit 2023-12-27T22:14:42.627501+0000 mon.a (mon.0) 246 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-27T22:14:43.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:43 smithi115 bash[108225]: audit 2023-12-27T22:14:42.628086+0000 mon.c (mon.1) 7 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/766416314,v1:172.21.15.5:6803/766416314]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:14:43.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:43 smithi115 bash[108225]: audit 2023-12-27T22:14:42.628391+0000 mon.a (mon.0) 247 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:14:43.956 INFO:teuthology.orchestra.run.smithi005.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-27T22:14:43.957 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-27T22:14:43.957 INFO:teuthology.orchestra.run.smithi005.stderr: stderr: 10+0 records in 2023-12-27T22:14:43.957 INFO:teuthology.orchestra.run.smithi005.stderr:10+0 records out 2023-12-27T22:14:43.957 INFO:teuthology.orchestra.run.smithi005.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0100287 s, 1.0 GB/s 2023-12-27T22:14:43.957 INFO:teuthology.orchestra.run.smithi005.stderr:--> Zapping successful for: 2023-12-27T22:14:44.286 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:14:44 smithi005 bash[116115]: debug 2023-12-27T22:14:44.001+0000 7fc81600aec0 -1 Falling back to public interface 2023-12-27T22:14:44.286 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:44 smithi005 bash[108203]: cluster 2023-12-27T22:14:42.930578+0000 mgr.y (mgr.14142) 54 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-27T22:14:44.286 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:44 smithi005 bash[108203]: cluster 2023-12-27T22:14:43.048979+0000 mon.a (mon.0) 248 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-27T22:14:44.286 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:44 smithi005 bash[108203]: cluster 2023-12-27T22:14:43.049004+0000 mon.a (mon.0) 249 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2023-12-27T22:14:44.286 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:44 smithi005 bash[108203]: cluster 2023-12-27T22:14:43.049040+0000 mon.a (mon.0) 250 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2023-12-27T22:14:44.287 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:44 smithi005 bash[108203]: cluster 2023-12-27T22:14:43.055467+0000 mon.a (mon.0) 251 : cluster [DBG] osdmap e13: 2 total, 0 up, 1 in 2023-12-27T22:14:44.287 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:44 smithi005 bash[108203]: audit 2023-12-27T22:14:43.055776+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:14:44.287 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:44 smithi005 bash[111615]: cluster 2023-12-27T22:14:42.930578+0000 mgr.y (mgr.14142) 54 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-27T22:14:44.287 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:44 smithi005 bash[111615]: cluster 2023-12-27T22:14:43.048979+0000 mon.a (mon.0) 248 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-27T22:14:44.287 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:44 smithi005 bash[111615]: cluster 2023-12-27T22:14:43.049004+0000 mon.a (mon.0) 249 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2023-12-27T22:14:44.287 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:44 smithi005 bash[111615]: cluster 2023-12-27T22:14:43.049040+0000 mon.a (mon.0) 250 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2023-12-27T22:14:44.287 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:44 smithi005 bash[111615]: cluster 2023-12-27T22:14:43.055467+0000 mon.a (mon.0) 251 : cluster [DBG] osdmap e13: 2 total, 0 up, 1 in 2023-12-27T22:14:44.287 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:44 smithi005 bash[111615]: audit 2023-12-27T22:14:43.055776+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:14:44.328 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi005:vg_nvme/lv_2 2023-12-27T22:14:44.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:44 smithi115 bash[108225]: cluster 2023-12-27T22:14:42.930578+0000 mgr.y (mgr.14142) 54 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-27T22:14:44.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:44 smithi115 bash[108225]: cluster 2023-12-27T22:14:43.048979+0000 mon.a (mon.0) 248 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-27T22:14:44.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:44 smithi115 bash[108225]: cluster 2023-12-27T22:14:43.049004+0000 mon.a (mon.0) 249 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2023-12-27T22:14:44.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:44 smithi115 bash[108225]: cluster 2023-12-27T22:14:43.049040+0000 mon.a (mon.0) 250 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2023-12-27T22:14:44.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:44 smithi115 bash[108225]: cluster 2023-12-27T22:14:43.055467+0000 mon.a (mon.0) 251 : cluster [DBG] osdmap e13: 2 total, 0 up, 1 in 2023-12-27T22:14:44.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:44 smithi115 bash[108225]: audit 2023-12-27T22:14:43.055776+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:14:44.863 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:14:44 smithi005 bash[116115]: debug 2023-12-27T22:14:44.560+0000 7fc81600aec0 -1 osd.1 0 log_to_monitors {default=true} 2023-12-27T22:14:45.161 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[108203]: cluster 2023-12-27T22:14:44.052896+0000 mon.a (mon.0) 253 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-27T22:14:45.161 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[108203]: cluster 2023-12-27T22:14:44.052920+0000 mon.a (mon.0) 254 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2023-12-27T22:14:45.161 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[108203]: cluster 2023-12-27T22:14:44.052936+0000 mon.a (mon.0) 255 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2023-12-27T22:14:45.161 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[108203]: cluster 2023-12-27T22:14:44.056440+0000 mon.a (mon.0) 256 : cluster [INF] osd.0 [v2:172.21.15.5:6802/766416314,v1:172.21.15.5:6803/766416314] boot 2023-12-27T22:14:45.161 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[108203]: cluster 2023-12-27T22:14:44.056478+0000 mon.a (mon.0) 257 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2023-12-27T22:14:45.161 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[108203]: audit 2023-12-27T22:14:44.057012+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-27T22:14:45.161 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[108203]: audit 2023-12-27T22:14:44.057442+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:14:45.162 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[108203]: audit 2023-12-27T22:14:44.563745+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.5:6810/626602589,v1:172.21.15.5:6811/626602589]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-27T22:14:45.162 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[108203]: audit 2023-12-27T22:14:44.564535+0000 mon.a (mon.0) 260 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-27T22:14:45.162 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[108203]: audit 2023-12-27T22:14:44.715888+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:14:45.162 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[108203]: cluster 2023-12-27T22:14:44.930838+0000 mgr.y (mgr.14142) 55 : cluster [DBG] pgmap v45: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-27T22:14:45.162 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[111615]: cluster 2023-12-27T22:14:44.052896+0000 mon.a (mon.0) 253 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-27T22:14:45.162 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[111615]: cluster 2023-12-27T22:14:44.052920+0000 mon.a (mon.0) 254 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2023-12-27T22:14:45.162 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[111615]: cluster 2023-12-27T22:14:44.052936+0000 mon.a (mon.0) 255 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2023-12-27T22:14:45.162 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[111615]: cluster 2023-12-27T22:14:44.056440+0000 mon.a (mon.0) 256 : cluster [INF] osd.0 [v2:172.21.15.5:6802/766416314,v1:172.21.15.5:6803/766416314] boot 2023-12-27T22:14:45.162 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[111615]: cluster 2023-12-27T22:14:44.056478+0000 mon.a (mon.0) 257 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2023-12-27T22:14:45.162 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[111615]: audit 2023-12-27T22:14:44.057012+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-27T22:14:45.163 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[111615]: audit 2023-12-27T22:14:44.057442+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:14:45.163 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[111615]: audit 2023-12-27T22:14:44.563745+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.5:6810/626602589,v1:172.21.15.5:6811/626602589]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-27T22:14:45.163 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[111615]: audit 2023-12-27T22:14:44.564535+0000 mon.a (mon.0) 260 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-27T22:14:45.163 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[111615]: audit 2023-12-27T22:14:44.715888+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:14:45.163 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[111615]: cluster 2023-12-27T22:14:44.930838+0000 mgr.y (mgr.14142) 55 : cluster [DBG] pgmap v45: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-27T22:14:45.163 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[108203]: audit 2023-12-27T22:14:44.937888+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677640\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677716\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677749\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677778\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:40.138404\"}}, \"last_daemon_update\": \"2023-12-27T22:14:41.677851\", \"last_device_update\": \"2023-12-27T22:14:44.937265\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:45.163 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[108203]: audit 2023-12-27T22:14:44.940668+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677640\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677716\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677749\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677778\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:40.138404\"}}, \"last_daemon_update\": \"2023-12-27T22:14:41.677851\", \"last_device_update\": \"2023-12-27T22:14:44.937265\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:45.164 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[111615]: audit 2023-12-27T22:14:44.937888+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677640\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677716\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677749\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677778\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:40.138404\"}}, \"last_daemon_update\": \"2023-12-27T22:14:41.677851\", \"last_device_update\": \"2023-12-27T22:14:44.937265\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:45.164 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[111615]: audit 2023-12-27T22:14:44.940668+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677640\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677716\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677749\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677778\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:40.138404\"}}, \"last_daemon_update\": \"2023-12-27T22:14:41.677851\", \"last_device_update\": \"2023-12-27T22:14:44.937265\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:45.164 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[108203]: audit 2023-12-27T22:14:44.941931+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:14:45.164 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[108203]: audit 2023-12-27T22:14:45.058143+0000 mon.a (mon.0) 265 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-27T22:14:45.164 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[108203]: cluster 2023-12-27T22:14:45.058176+0000 mon.a (mon.0) 266 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2023-12-27T22:14:45.164 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[108203]: audit 2023-12-27T22:14:45.058296+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:14:45.164 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[111615]: audit 2023-12-27T22:14:44.941931+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:14:45.164 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[111615]: audit 2023-12-27T22:14:45.058143+0000 mon.a (mon.0) 265 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-27T22:14:45.165 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[111615]: cluster 2023-12-27T22:14:45.058176+0000 mon.a (mon.0) 266 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2023-12-27T22:14:45.165 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:45 smithi005 bash[111615]: audit 2023-12-27T22:14:45.058296+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:14:45.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:45 smithi115 bash[108225]: cluster 2023-12-27T22:14:44.052896+0000 mon.a (mon.0) 253 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-27T22:14:45.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:45 smithi115 bash[108225]: cluster 2023-12-27T22:14:44.052920+0000 mon.a (mon.0) 254 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2023-12-27T22:14:45.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:45 smithi115 bash[108225]: cluster 2023-12-27T22:14:44.052936+0000 mon.a (mon.0) 255 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2023-12-27T22:14:45.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:45 smithi115 bash[108225]: cluster 2023-12-27T22:14:44.056440+0000 mon.a (mon.0) 256 : cluster [INF] osd.0 [v2:172.21.15.5:6802/766416314,v1:172.21.15.5:6803/766416314] boot 2023-12-27T22:14:45.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:45 smithi115 bash[108225]: cluster 2023-12-27T22:14:44.056478+0000 mon.a (mon.0) 257 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2023-12-27T22:14:45.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:45 smithi115 bash[108225]: audit 2023-12-27T22:14:44.057012+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-27T22:14:45.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:45 smithi115 bash[108225]: audit 2023-12-27T22:14:44.057442+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:14:45.508 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:45 smithi115 bash[108225]: audit 2023-12-27T22:14:44.563745+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.5:6810/626602589,v1:172.21.15.5:6811/626602589]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-27T22:14:45.508 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:45 smithi115 bash[108225]: audit 2023-12-27T22:14:44.564535+0000 mon.a (mon.0) 260 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-27T22:14:45.508 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:45 smithi115 bash[108225]: audit 2023-12-27T22:14:44.715888+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:14:45.508 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:45 smithi115 bash[108225]: cluster 2023-12-27T22:14:44.930838+0000 mgr.y (mgr.14142) 55 : cluster [DBG] pgmap v45: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-27T22:14:45.508 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:45 smithi115 bash[108225]: audit 2023-12-27T22:14:44.937888+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677640\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677716\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677749\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677778\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:40.138404\"}}, \"last_daemon_update\": \"2023-12-27T22:14:41.677851\", \"last_device_update\": \"2023-12-27T22:14:44.937265\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:45.508 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:45 smithi115 bash[108225]: audit 2023-12-27T22:14:44.940668+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677640\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677716\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677749\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:41.677778\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:40.138404\"}}, \"last_daemon_update\": \"2023-12-27T22:14:41.677851\", \"last_device_update\": \"2023-12-27T22:14:44.937265\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:45.509 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:45 smithi115 bash[108225]: audit 2023-12-27T22:14:44.941931+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:14:45.509 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:45 smithi115 bash[108225]: audit 2023-12-27T22:14:45.058143+0000 mon.a (mon.0) 265 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-27T22:14:45.509 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:45 smithi115 bash[108225]: cluster 2023-12-27T22:14:45.058176+0000 mon.a (mon.0) 266 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2023-12-27T22:14:45.509 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:45 smithi115 bash[108225]: audit 2023-12-27T22:14:45.058296+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:14:46.364 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:14:46 smithi005 bash[116115]: debug 2023-12-27T22:14:46.060+0000 7fc7fadb7700 -1 osd.1 0 waiting for initial osdmap 2023-12-27T22:14:46.364 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:14:46 smithi005 bash[116115]: debug 2023-12-27T22:14:46.064+0000 7fc805fd3700 -1 osd.1 16 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-27T22:14:46.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:46 smithi005 bash[108203]: audit 2023-12-27T22:14:45.058653+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.5:6810/626602589,v1:172.21.15.5:6811/626602589]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:14:46.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:46 smithi005 bash[108203]: audit 2023-12-27T22:14:45.059280+0000 mon.a (mon.0) 268 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:14:46.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:46 smithi005 bash[108203]: audit 2023-12-27T22:14:45.796471+0000 mgr.y (mgr.14142) 56 : audit [DBG] from='client.14262 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:14:46.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:46 smithi005 bash[108203]: cephadm 2023-12-27T22:14:45.797043+0000 mgr.y (mgr.14142) 57 : cephadm [INF] Applying osd on host smithi005... 2023-12-27T22:14:46.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:46 smithi005 bash[108203]: audit 2023-12-27T22:14:45.797278+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-27T22:14:46.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:46 smithi005 bash[108203]: audit 2023-12-27T22:14:45.797854+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:46.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:46 smithi005 bash[108203]: audit 2023-12-27T22:14:45.798597+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:14:46.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:46 smithi005 bash[108203]: audit 2023-12-27T22:14:45.998960+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998063\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998140\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998172\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998202\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"44b56fbb78a1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998231\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:43.042942\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:40.138404\"}}, \"last_daemon_update\": \"2023-12-27T22:14:45.998300\", \"last_device_update\": \"2023-12-27T22:14:44.937265\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:46.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:46 smithi005 bash[108203]: audit 2023-12-27T22:14:46.001806+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998063\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998140\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998172\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998202\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"44b56fbb78a1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998231\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:43.042942\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:40.138404\"}}, \"last_daemon_update\": \"2023-12-27T22:14:45.998300\", \"last_device_update\": \"2023-12-27T22:14:44.937265\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:46.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:46 smithi005 bash[108203]: audit 2023-12-27T22:14:46.058679+0000 mon.a (mon.0) 274 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2023-12-27T22:14:46.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:46 smithi005 bash[108203]: cluster 2023-12-27T22:14:46.058730+0000 mon.a (mon.0) 275 : cluster [DBG] osdmap e16: 2 total, 1 up, 1 in 2023-12-27T22:14:46.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:46 smithi005 bash[108203]: audit 2023-12-27T22:14:46.058853+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:14:46.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:46 smithi005 bash[111615]: audit 2023-12-27T22:14:45.058653+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.5:6810/626602589,v1:172.21.15.5:6811/626602589]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:14:46.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:46 smithi005 bash[111615]: audit 2023-12-27T22:14:45.059280+0000 mon.a (mon.0) 268 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:14:46.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:46 smithi005 bash[111615]: audit 2023-12-27T22:14:45.796471+0000 mgr.y (mgr.14142) 56 : audit [DBG] from='client.14262 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:14:46.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:46 smithi005 bash[111615]: cephadm 2023-12-27T22:14:45.797043+0000 mgr.y (mgr.14142) 57 : cephadm [INF] Applying osd on host smithi005... 2023-12-27T22:14:46.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:46 smithi005 bash[111615]: audit 2023-12-27T22:14:45.797278+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-27T22:14:46.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:46 smithi005 bash[111615]: audit 2023-12-27T22:14:45.797854+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:46.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:46 smithi005 bash[111615]: audit 2023-12-27T22:14:45.798597+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:14:46.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:46 smithi005 bash[111615]: audit 2023-12-27T22:14:45.998960+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998063\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998140\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998172\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998202\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"44b56fbb78a1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998231\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:43.042942\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:40.138404\"}}, \"last_daemon_update\": \"2023-12-27T22:14:45.998300\", \"last_device_update\": \"2023-12-27T22:14:44.937265\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:46.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:46 smithi005 bash[111615]: audit 2023-12-27T22:14:46.001806+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998063\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998140\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998172\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998202\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"44b56fbb78a1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998231\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:43.042942\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:40.138404\"}}, \"last_daemon_update\": \"2023-12-27T22:14:45.998300\", \"last_device_update\": \"2023-12-27T22:14:44.937265\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:46.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:46 smithi005 bash[111615]: audit 2023-12-27T22:14:46.058679+0000 mon.a (mon.0) 274 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2023-12-27T22:14:46.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:46 smithi005 bash[111615]: cluster 2023-12-27T22:14:46.058730+0000 mon.a (mon.0) 275 : cluster [DBG] osdmap e16: 2 total, 1 up, 1 in 2023-12-27T22:14:46.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:46 smithi005 bash[111615]: audit 2023-12-27T22:14:46.058853+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:14:46.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:46 smithi115 bash[108225]: audit 2023-12-27T22:14:45.058653+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.5:6810/626602589,v1:172.21.15.5:6811/626602589]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:14:46.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:46 smithi115 bash[108225]: audit 2023-12-27T22:14:45.059280+0000 mon.a (mon.0) 268 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:14:46.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:46 smithi115 bash[108225]: audit 2023-12-27T22:14:45.796471+0000 mgr.y (mgr.14142) 56 : audit [DBG] from='client.14262 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:14:46.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:46 smithi115 bash[108225]: cephadm 2023-12-27T22:14:45.797043+0000 mgr.y (mgr.14142) 57 : cephadm [INF] Applying osd on host smithi005... 2023-12-27T22:14:46.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:46 smithi115 bash[108225]: audit 2023-12-27T22:14:45.797278+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-27T22:14:46.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:46 smithi115 bash[108225]: audit 2023-12-27T22:14:45.797854+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:46.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:46 smithi115 bash[108225]: audit 2023-12-27T22:14:45.798597+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:14:46.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:46 smithi115 bash[108225]: audit 2023-12-27T22:14:45.998960+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998063\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998140\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998172\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998202\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"44b56fbb78a1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998231\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:43.042942\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:40.138404\"}}, \"last_daemon_update\": \"2023-12-27T22:14:45.998300\", \"last_device_update\": \"2023-12-27T22:14:44.937265\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:46.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:46 smithi115 bash[108225]: audit 2023-12-27T22:14:46.001806+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998063\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998140\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998172\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998202\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"44b56fbb78a1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998231\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:43.042942\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:40.138404\"}}, \"last_daemon_update\": \"2023-12-27T22:14:45.998300\", \"last_device_update\": \"2023-12-27T22:14:44.937265\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:46.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:46 smithi115 bash[108225]: audit 2023-12-27T22:14:46.058679+0000 mon.a (mon.0) 274 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2023-12-27T22:14:46.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:46 smithi115 bash[108225]: cluster 2023-12-27T22:14:46.058730+0000 mon.a (mon.0) 275 : cluster [DBG] osdmap e16: 2 total, 1 up, 1 in 2023-12-27T22:14:46.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:46 smithi115 bash[108225]: audit 2023-12-27T22:14:46.058853+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:14:47.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:47 smithi005 bash[108203]: cluster 2023-12-27T22:14:45.566492+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-27T22:14:47.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:47 smithi005 bash[108203]: cluster 2023-12-27T22:14:45.566559+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-27T22:14:47.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:47 smithi005 bash[108203]: cluster 2023-12-27T22:14:46.931100+0000 mgr.y (mgr.14142) 58 : cluster [DBG] pgmap v48: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-27T22:14:47.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:47 smithi005 bash[111615]: cluster 2023-12-27T22:14:45.566492+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-27T22:14:47.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:47 smithi005 bash[111615]: cluster 2023-12-27T22:14:45.566559+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-27T22:14:47.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:47 smithi005 bash[111615]: cluster 2023-12-27T22:14:46.931100+0000 mgr.y (mgr.14142) 58 : cluster [DBG] pgmap v48: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-27T22:14:47.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:47 smithi115 bash[108225]: cluster 2023-12-27T22:14:45.566492+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-27T22:14:47.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:47 smithi115 bash[108225]: cluster 2023-12-27T22:14:45.566559+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-27T22:14:47.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:47 smithi115 bash[108225]: cluster 2023-12-27T22:14:46.931100+0000 mgr.y (mgr.14142) 58 : cluster [DBG] pgmap v48: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-27T22:14:48.363 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:48 smithi005 bash[111615]: cluster 2023-12-27T22:14:47.068675+0000 mon.a (mon.0) 277 : cluster [INF] osd.1 [v2:172.21.15.5:6810/626602589,v1:172.21.15.5:6811/626602589] boot 2023-12-27T22:14:48.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:48 smithi005 bash[111615]: cluster 2023-12-27T22:14:47.068721+0000 mon.a (mon.0) 278 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2023-12-27T22:14:48.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:48 smithi005 bash[111615]: audit 2023-12-27T22:14:47.069177+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:14:48.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:48 smithi005 bash[111615]: audit 2023-12-27T22:14:47.357295+0000 mon.a (mon.0) 280 : audit [INF] from='client.? 172.21.15.5:0/3473205121' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2fa1e814-162a-4af5-86e8-cdee35f376e7"}]: dispatch 2023-12-27T22:14:48.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:48 smithi005 bash[111615]: audit 2023-12-27T22:14:47.360777+0000 mon.a (mon.0) 281 : audit [INF] from='client.? 172.21.15.5:0/3473205121' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2fa1e814-162a-4af5-86e8-cdee35f376e7"}]': finished 2023-12-27T22:14:48.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:48 smithi005 bash[111615]: cluster 2023-12-27T22:14:47.360826+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2023-12-27T22:14:48.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:48 smithi005 bash[111615]: audit 2023-12-27T22:14:47.360941+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:14:48.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:48 smithi005 bash[111615]: audit 2023-12-27T22:14:48.047811+0000 mon.a (mon.0) 284 : audit [DBG] from='client.? 172.21.15.5:0/1517071616' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-27T22:14:48.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:48 smithi005 bash[108203]: cluster 2023-12-27T22:14:47.068675+0000 mon.a (mon.0) 277 : cluster [INF] osd.1 [v2:172.21.15.5:6810/626602589,v1:172.21.15.5:6811/626602589] boot 2023-12-27T22:14:48.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:48 smithi005 bash[108203]: cluster 2023-12-27T22:14:47.068721+0000 mon.a (mon.0) 278 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2023-12-27T22:14:48.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:48 smithi005 bash[108203]: audit 2023-12-27T22:14:47.069177+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:14:48.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:48 smithi005 bash[108203]: audit 2023-12-27T22:14:47.357295+0000 mon.a (mon.0) 280 : audit [INF] from='client.? 172.21.15.5:0/3473205121' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2fa1e814-162a-4af5-86e8-cdee35f376e7"}]: dispatch 2023-12-27T22:14:48.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:48 smithi005 bash[108203]: audit 2023-12-27T22:14:47.360777+0000 mon.a (mon.0) 281 : audit [INF] from='client.? 172.21.15.5:0/3473205121' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2fa1e814-162a-4af5-86e8-cdee35f376e7"}]': finished 2023-12-27T22:14:48.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:48 smithi005 bash[108203]: cluster 2023-12-27T22:14:47.360826+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2023-12-27T22:14:48.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:48 smithi005 bash[108203]: audit 2023-12-27T22:14:47.360941+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:14:48.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:48 smithi005 bash[108203]: audit 2023-12-27T22:14:48.047811+0000 mon.a (mon.0) 284 : audit [DBG] from='client.? 172.21.15.5:0/1517071616' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-27T22:14:48.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:48 smithi115 bash[108225]: cluster 2023-12-27T22:14:47.068675+0000 mon.a (mon.0) 277 : cluster [INF] osd.1 [v2:172.21.15.5:6810/626602589,v1:172.21.15.5:6811/626602589] boot 2023-12-27T22:14:48.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:48 smithi115 bash[108225]: cluster 2023-12-27T22:14:47.068721+0000 mon.a (mon.0) 278 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2023-12-27T22:14:48.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:48 smithi115 bash[108225]: audit 2023-12-27T22:14:47.069177+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:14:48.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:48 smithi115 bash[108225]: audit 2023-12-27T22:14:47.357295+0000 mon.a (mon.0) 280 : audit [INF] from='client.? 172.21.15.5:0/3473205121' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2fa1e814-162a-4af5-86e8-cdee35f376e7"}]: dispatch 2023-12-27T22:14:48.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:48 smithi115 bash[108225]: audit 2023-12-27T22:14:47.360777+0000 mon.a (mon.0) 281 : audit [INF] from='client.? 172.21.15.5:0/3473205121' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2fa1e814-162a-4af5-86e8-cdee35f376e7"}]': finished 2023-12-27T22:14:48.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:48 smithi115 bash[108225]: cluster 2023-12-27T22:14:47.360826+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2023-12-27T22:14:48.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:48 smithi115 bash[108225]: audit 2023-12-27T22:14:47.360941+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:14:48.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:48 smithi115 bash[108225]: audit 2023-12-27T22:14:48.047811+0000 mon.a (mon.0) 284 : audit [DBG] from='client.? 172.21.15.5:0/1517071616' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-27T22:14:49.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:49 smithi115 bash[108225]: cluster 2023-12-27T22:14:48.362115+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2023-12-27T22:14:49.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:49 smithi115 bash[108225]: audit 2023-12-27T22:14:48.362253+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:14:49.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:49 smithi115 bash[108225]: cluster 2023-12-27T22:14:48.931582+0000 mgr.y (mgr.14142) 59 : cluster [DBG] pgmap v52: 1 pgs: 1 undersized+peered; 0 B data, 304 KiB used, 177 GiB / 179 GiB avail 2023-12-27T22:14:49.863 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:49 smithi005 bash[108203]: cluster 2023-12-27T22:14:48.362115+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2023-12-27T22:14:49.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:49 smithi005 bash[108203]: audit 2023-12-27T22:14:48.362253+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:14:49.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:49 smithi005 bash[108203]: cluster 2023-12-27T22:14:48.931582+0000 mgr.y (mgr.14142) 59 : cluster [DBG] pgmap v52: 1 pgs: 1 undersized+peered; 0 B data, 304 KiB used, 177 GiB / 179 GiB avail 2023-12-27T22:14:49.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:49 smithi005 bash[111615]: cluster 2023-12-27T22:14:48.362115+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2023-12-27T22:14:49.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:49 smithi005 bash[111615]: audit 2023-12-27T22:14:48.362253+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:14:49.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:49 smithi005 bash[111615]: cluster 2023-12-27T22:14:48.931582+0000 mgr.y (mgr.14142) 59 : cluster [DBG] pgmap v52: 1 pgs: 1 undersized+peered; 0 B data, 304 KiB used, 177 GiB / 179 GiB avail 2023-12-27T22:14:50.570 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:50 smithi005 bash[108203]: cluster 2023-12-27T22:14:49.368185+0000 mon.a (mon.0) 287 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2023-12-27T22:14:50.570 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:50 smithi005 bash[108203]: audit 2023-12-27T22:14:49.368371+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:14:50.570 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:50 smithi005 bash[108203]: audit 2023-12-27T22:14:49.372315+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231227-221318"}]: dispatch 2023-12-27T22:14:50.570 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:50 smithi005 bash[108203]: audit 2023-12-27T22:14:49.375138+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231227-221318"}]': finished 2023-12-27T22:14:50.570 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:50 smithi005 bash[108203]: audit 2023-12-27T22:14:50.257924+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:14:50.570 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:50 smithi005 bash[111615]: cluster 2023-12-27T22:14:49.368185+0000 mon.a (mon.0) 287 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2023-12-27T22:14:50.570 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:50 smithi005 bash[111615]: audit 2023-12-27T22:14:49.368371+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:14:50.570 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:50 smithi005 bash[111615]: audit 2023-12-27T22:14:49.372315+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231227-221318"}]: dispatch 2023-12-27T22:14:50.571 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:50 smithi005 bash[111615]: audit 2023-12-27T22:14:49.375138+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231227-221318"}]': finished 2023-12-27T22:14:50.571 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:50 smithi005 bash[111615]: audit 2023-12-27T22:14:50.257924+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:14:50.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:50 smithi115 bash[108225]: cluster 2023-12-27T22:14:49.368185+0000 mon.a (mon.0) 287 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2023-12-27T22:14:50.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:50 smithi115 bash[108225]: audit 2023-12-27T22:14:49.368371+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:14:50.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:50 smithi115 bash[108225]: audit 2023-12-27T22:14:49.372315+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231227-221318"}]: dispatch 2023-12-27T22:14:50.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:50 smithi115 bash[108225]: audit 2023-12-27T22:14:49.375138+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231227-221318"}]': finished 2023-12-27T22:14:50.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:50 smithi115 bash[108225]: audit 2023-12-27T22:14:50.257924+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:14:52.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:51 smithi115 bash[108225]: cluster 2023-12-27T22:14:50.931870+0000 mgr.y (mgr.14142) 60 : cluster [DBG] pgmap v54: 1 pgs: 1 undersized+peered; 0 B data, 304 KiB used, 177 GiB / 179 GiB avail 2023-12-27T22:14:52.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:51 smithi115 bash[108225]: audit 2023-12-27T22:14:51.887582+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-27T22:14:52.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:51 smithi115 bash[108225]: audit 2023-12-27T22:14:51.888158+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:52.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:51 smithi115 bash[108225]: audit 2023-12-27T22:14:51.888739+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2023-12-27T22:14:52.336 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:51 smithi005 bash[108203]: cluster 2023-12-27T22:14:50.931870+0000 mgr.y (mgr.14142) 60 : cluster [DBG] pgmap v54: 1 pgs: 1 undersized+peered; 0 B data, 304 KiB used, 177 GiB / 179 GiB avail 2023-12-27T22:14:52.336 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:51 smithi005 bash[108203]: audit 2023-12-27T22:14:51.887582+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-27T22:14:52.336 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:51 smithi005 bash[108203]: audit 2023-12-27T22:14:51.888158+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:52.336 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:51 smithi005 bash[108203]: audit 2023-12-27T22:14:51.888739+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2023-12-27T22:14:52.336 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:51 smithi005 bash[111615]: cluster 2023-12-27T22:14:50.931870+0000 mgr.y (mgr.14142) 60 : cluster [DBG] pgmap v54: 1 pgs: 1 undersized+peered; 0 B data, 304 KiB used, 177 GiB / 179 GiB avail 2023-12-27T22:14:52.337 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:51 smithi005 bash[111615]: audit 2023-12-27T22:14:51.887582+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-27T22:14:52.337 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:51 smithi005 bash[111615]: audit 2023-12-27T22:14:51.888158+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:52.337 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:51 smithi005 bash[111615]: audit 2023-12-27T22:14:51.888739+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2023-12-27T22:14:52.863 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:14:52 smithi005 systemd[1]: Stopping Ceph osd.1 for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:14:53.193 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:52 smithi005 bash[108203]: cephadm 2023-12-27T22:14:51.888558+0000 mgr.y (mgr.14142) 61 : cephadm [INF] Deploying daemon osd.1 on smithi005 2023-12-27T22:14:53.193 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:52 smithi005 bash[108203]: cluster 2023-12-27T22:14:52.932814+0000 mon.a (mon.0) 295 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-27T22:14:53.193 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:52 smithi005 bash[108203]: cluster 2023-12-27T22:14:52.932846+0000 mon.a (mon.0) 296 : cluster [INF] osd.1 failed (root=default,host=smithi005) (connection refused reported by osd.0) 2023-12-27T22:14:53.193 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:52 smithi005 bash[111615]: cephadm 2023-12-27T22:14:51.888558+0000 mgr.y (mgr.14142) 61 : cephadm [INF] Deploying daemon osd.1 on smithi005 2023-12-27T22:14:53.193 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:52 smithi005 bash[111615]: cluster 2023-12-27T22:14:52.932814+0000 mon.a (mon.0) 295 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-27T22:14:53.193 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:52 smithi005 bash[111615]: cluster 2023-12-27T22:14:52.932846+0000 mon.a (mon.0) 296 : cluster [INF] osd.1 failed (root=default,host=smithi005) (connection refused reported by osd.0) 2023-12-27T22:14:53.194 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:14:52 smithi005 bash[116115]: debug 2023-12-27T22:14:52.884+0000 7fc80d852700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-27T22:14:53.194 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:14:52 smithi005 bash[116115]: debug 2023-12-27T22:14:52.884+0000 7fc80d852700 -1 osd.1 20 *** Got signal Terminated *** 2023-12-27T22:14:53.194 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:14:52 smithi005 bash[116115]: debug 2023-12-27T22:14:52.884+0000 7fc80d852700 -1 osd.1 20 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-27T22:14:53.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:52 smithi115 bash[108225]: cephadm 2023-12-27T22:14:51.888558+0000 mgr.y (mgr.14142) 61 : cephadm [INF] Deploying daemon osd.1 on smithi005 2023-12-27T22:14:53.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:52 smithi115 bash[108225]: cluster 2023-12-27T22:14:52.932814+0000 mon.a (mon.0) 295 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-27T22:14:53.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:52 smithi115 bash[108225]: cluster 2023-12-27T22:14:52.932846+0000 mon.a (mon.0) 296 : cluster [INF] osd.1 failed (root=default,host=smithi005) (connection refused reported by osd.0) 2023-12-27T22:14:53.614 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:14:53 smithi005 podman[117361]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd.1 2023-12-27T22:14:53.988 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:53 smithi005 bash[111615]: cluster 2023-12-27T22:14:52.932248+0000 mgr.y (mgr.14142) 62 : cluster [DBG] pgmap v55: 1 pgs: 1 undersized+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2023-12-27T22:14:53.988 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:53 smithi005 bash[111615]: cluster 2023-12-27T22:14:52.978653+0000 mon.a (mon.0) 297 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-27T22:14:53.988 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:53 smithi005 bash[111615]: cluster 2023-12-27T22:14:52.982115+0000 mon.a (mon.0) 298 : cluster [DBG] osdmap e21: 3 total, 1 up, 2 in 2023-12-27T22:14:53.988 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:53 smithi005 bash[111615]: audit 2023-12-27T22:14:52.982558+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:14:54.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:53 smithi115 bash[108225]: cluster 2023-12-27T22:14:52.932248+0000 mgr.y (mgr.14142) 62 : cluster [DBG] pgmap v55: 1 pgs: 1 undersized+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2023-12-27T22:14:54.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:53 smithi115 bash[108225]: cluster 2023-12-27T22:14:52.978653+0000 mon.a (mon.0) 297 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-27T22:14:54.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:53 smithi115 bash[108225]: cluster 2023-12-27T22:14:52.982115+0000 mon.a (mon.0) 298 : cluster [DBG] osdmap e21: 3 total, 1 up, 2 in 2023-12-27T22:14:54.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:53 smithi115 bash[108225]: audit 2023-12-27T22:14:52.982558+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:14:54.277 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:53 smithi005 bash[108203]: cluster 2023-12-27T22:14:52.932248+0000 mgr.y (mgr.14142) 62 : cluster [DBG] pgmap v55: 1 pgs: 1 undersized+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2023-12-27T22:14:54.277 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:53 smithi005 bash[108203]: cluster 2023-12-27T22:14:52.978653+0000 mon.a (mon.0) 297 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-27T22:14:54.277 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:53 smithi005 bash[108203]: cluster 2023-12-27T22:14:52.982115+0000 mon.a (mon.0) 298 : cluster [DBG] osdmap e21: 3 total, 1 up, 2 in 2023-12-27T22:14:54.278 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:53 smithi005 bash[108203]: audit 2023-12-27T22:14:52.982558+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:14:54.278 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:14:53 smithi005 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.1.service: Succeeded. 2023-12-27T22:14:54.278 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:14:53 smithi005 systemd[1]: Stopped Ceph osd.1 for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:14:54.278 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:14:54 smithi005 systemd[1]: Starting Ceph osd.1 for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:14:54.278 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:14:54 smithi005 podman[117497]: Error: no container with ID or name "ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd.1" found: no such container 2023-12-27T22:14:54.278 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:14:54 smithi005 systemd[1]: Started Ceph osd.1 for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:14:54.864 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:14:54 smithi005 bash[117515]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-27T22:14:54.864 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:14:54 smithi005 bash[117515]: 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-27T22:14:54.864 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:14:54 smithi005 bash[117515]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2023-12-27T22:14:54.865 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:14:54 smithi005 bash[117515]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2023-12-27T22:14:54.865 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:14:54 smithi005 bash[117515]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-27T22:14:54.865 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:14:54 smithi005 bash[117515]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-27T22:14:54.865 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:14:54 smithi005 bash[117515]: --> ceph-volume lvm activate successful for osd ID: 1 2023-12-27T22:14:55.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:54 smithi115 bash[108225]: cluster 2023-12-27T22:14:53.986891+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e22: 3 total, 1 up, 2 in 2023-12-27T22:14:55.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:54 smithi115 bash[108225]: audit 2023-12-27T22:14:53.987312+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:14:55.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:54 smithi115 bash[108225]: audit 2023-12-27T22:14:54.186702+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998063\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998140\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998172\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998202\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}}, \"last_device_update\": \"2023-12-27T22:14:44.937265\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:55.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:54 smithi115 bash[108225]: audit 2023-12-27T22:14:54.187308+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:14:55.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:54 smithi115 bash[108225]: audit 2023-12-27T22:14:54.189842+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998063\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998140\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998172\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998202\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}}, \"last_device_update\": \"2023-12-27T22:14:44.937265\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:55.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:54 smithi115 bash[108225]: audit 2023-12-27T22:14:54.191120+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-27T22:14:55.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:54 smithi115 bash[108225]: audit 2023-12-27T22:14:54.192511+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:55.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:54 smithi115 bash[108225]: audit 2023-12-27T22:14:54.193290+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2023-12-27T22:14:55.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:54 smithi005 bash[111615]: cluster 2023-12-27T22:14:53.986891+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e22: 3 total, 1 up, 2 in 2023-12-27T22:14:55.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:54 smithi005 bash[111615]: audit 2023-12-27T22:14:53.987312+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:14:55.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:54 smithi005 bash[108203]: cluster 2023-12-27T22:14:53.986891+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e22: 3 total, 1 up, 2 in 2023-12-27T22:14:55.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:54 smithi005 bash[108203]: audit 2023-12-27T22:14:53.987312+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:14:55.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:54 smithi005 bash[111615]: audit 2023-12-27T22:14:54.186702+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998063\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998140\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998172\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998202\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}}, \"last_device_update\": \"2023-12-27T22:14:44.937265\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:55.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:54 smithi005 bash[111615]: audit 2023-12-27T22:14:54.187308+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:14:55.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:54 smithi005 bash[108203]: audit 2023-12-27T22:14:54.186702+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998063\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998140\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998172\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998202\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}}, \"last_device_update\": \"2023-12-27T22:14:44.937265\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:55.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:54 smithi005 bash[108203]: audit 2023-12-27T22:14:54.187308+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:14:55.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:54 smithi005 bash[111615]: audit 2023-12-27T22:14:54.189842+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998063\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998140\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998172\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998202\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}}, \"last_device_update\": \"2023-12-27T22:14:44.937265\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:55.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:54 smithi005 bash[111615]: audit 2023-12-27T22:14:54.191120+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-27T22:14:55.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:54 smithi005 bash[111615]: audit 2023-12-27T22:14:54.192511+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:55.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:54 smithi005 bash[111615]: audit 2023-12-27T22:14:54.193290+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2023-12-27T22:14:55.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:54 smithi005 bash[108203]: audit 2023-12-27T22:14:54.189842+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998063\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998140\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998172\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998202\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}}, \"last_device_update\": \"2023-12-27T22:14:44.937265\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:55.368 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:54 smithi005 bash[108203]: audit 2023-12-27T22:14:54.191120+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-27T22:14:55.368 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:54 smithi005 bash[108203]: audit 2023-12-27T22:14:54.192511+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:14:55.368 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:54 smithi005 bash[108203]: audit 2023-12-27T22:14:54.193290+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2023-12-27T22:14:55.813 INFO:teuthology.orchestra.run.smithi005.stdout:Created osd(s) 1,2 on host 'smithi005' 2023-12-27T22:14:55.994 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:55 smithi005 bash[111615]: cephadm 2023-12-27T22:14:54.193017+0000 mgr.y (mgr.14142) 63 : cephadm [INF] Deploying daemon osd.2 on smithi005 2023-12-27T22:14:55.994 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:55 smithi005 bash[111615]: cluster 2023-12-27T22:14:54.932682+0000 mgr.y (mgr.14142) 64 : cluster [DBG] pgmap v58: 1 pgs: 1 undersized+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2023-12-27T22:14:55.994 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:55 smithi005 bash[111615]: audit 2023-12-27T22:14:55.808322+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998063\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998140\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998172\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998202\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:54.190922\"}}, \"last_device_update\": \"2023-12-27T22:14:44.937265\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:56.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:55 smithi115 bash[108225]: cephadm 2023-12-27T22:14:54.193017+0000 mgr.y (mgr.14142) 63 : cephadm [INF] Deploying daemon osd.2 on smithi005 2023-12-27T22:14:56.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:55 smithi115 bash[108225]: cluster 2023-12-27T22:14:54.932682+0000 mgr.y (mgr.14142) 64 : cluster [DBG] pgmap v58: 1 pgs: 1 undersized+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2023-12-27T22:14:56.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:55 smithi115 bash[108225]: audit 2023-12-27T22:14:55.808322+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998063\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998140\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998172\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998202\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:54.190922\"}}, \"last_device_update\": \"2023-12-27T22:14:44.937265\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:56.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:55 smithi115 bash[108225]: audit 2023-12-27T22:14:55.811385+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998063\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998140\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998172\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998202\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:54.190922\"}}, \"last_device_update\": \"2023-12-27T22:14:44.937265\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:56.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:55 smithi115 bash[108225]: audit 2023-12-27T22:14:55.824046+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823152\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823228\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823262\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823292\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823321\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:54.190922\"}}, \"last_daemon_update\": \"2023-12-27T22:14:55.823404\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:56.256 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:55 smithi115 bash[108225]: audit 2023-12-27T22:14:55.826843+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823152\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823228\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823262\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823292\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823321\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:54.190922\"}}, \"last_daemon_update\": \"2023-12-27T22:14:55.823404\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:56.256 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:55 smithi115 bash[108225]: audit 2023-12-27T22:14:55.827467+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:14:56.336 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:55 smithi005 bash[108203]: cephadm 2023-12-27T22:14:54.193017+0000 mgr.y (mgr.14142) 63 : cephadm [INF] Deploying daemon osd.2 on smithi005 2023-12-27T22:14:56.336 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:55 smithi005 bash[108203]: cluster 2023-12-27T22:14:54.932682+0000 mgr.y (mgr.14142) 64 : cluster [DBG] pgmap v58: 1 pgs: 1 undersized+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2023-12-27T22:14:56.336 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:14:56 smithi005 bash[117772]: debug 2023-12-27T22:14:56.192+0000 7fb2d1c3aec0 -1 Falling back to public interface 2023-12-27T22:14:56.337 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:55 smithi005 bash[108203]: audit 2023-12-27T22:14:55.808322+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998063\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998140\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998172\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998202\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:54.190922\"}}, \"last_device_update\": \"2023-12-27T22:14:44.937265\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:56.337 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:55 smithi005 bash[108203]: audit 2023-12-27T22:14:55.811385+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998063\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998140\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998172\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998202\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:54.190922\"}}, \"last_device_update\": \"2023-12-27T22:14:44.937265\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:56.337 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:55 smithi005 bash[111615]: audit 2023-12-27T22:14:55.811385+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998063\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998140\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998172\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:45.998202\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:54.190922\"}}, \"last_device_update\": \"2023-12-27T22:14:44.937265\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:56.337 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:55 smithi005 bash[111615]: audit 2023-12-27T22:14:55.824046+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823152\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823228\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823262\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823292\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823321\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:54.190922\"}}, \"last_daemon_update\": \"2023-12-27T22:14:55.823404\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:56.337 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:55 smithi005 bash[111615]: audit 2023-12-27T22:14:55.826843+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823152\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823228\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823262\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823292\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823321\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:54.190922\"}}, \"last_daemon_update\": \"2023-12-27T22:14:55.823404\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:56.337 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:55 smithi005 bash[111615]: audit 2023-12-27T22:14:55.827467+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:14:56.338 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:55 smithi005 bash[108203]: audit 2023-12-27T22:14:55.824046+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823152\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823228\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823262\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823292\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823321\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:54.190922\"}}, \"last_daemon_update\": \"2023-12-27T22:14:55.823404\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:14:56.338 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:55 smithi005 bash[108203]: audit 2023-12-27T22:14:55.826843+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823152\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823228\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823262\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823292\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823321\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:54.190922\"}}, \"last_daemon_update\": \"2023-12-27T22:14:55.823404\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:14:56.338 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:55 smithi005 bash[108203]: audit 2023-12-27T22:14:55.827467+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:14:56.360 DEBUG:teuthology.orchestra.run.smithi005:osd.2> sudo journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.2.service 2023-12-27T22:14:56.363 INFO:tasks.cephadm:Deploying osd.3 on smithi005 with /dev/vg_nvme/lv_1... 2023-12-27T22:14:56.364 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-27T22:14:56.395 INFO:journalctl@ceph.osd.2.smithi005.stdout:-- Logs begin at Wed 2023-12-27 22:03:14 UTC. -- 2023-12-27T22:14:56.995 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:14:56 smithi005 bash[117772]: debug 2023-12-27T22:14:56.749+0000 7fb2d1c3aec0 -1 osd.1 20 log_to_monitors {default=true} 2023-12-27T22:14:56.995 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:14:56 smithi005 bash[117772]: debug 2023-12-27T22:14:56.758+0000 7fb2c1c03700 -1 osd.1 20 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-27T22:14:57.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:56 smithi115 bash[108225]: audit 2023-12-27T22:14:56.754152+0000 mon.b (mon.2) 3 : audit [INF] from='osd.1 [v2:172.21.15.5:6810/3800816227,v1:172.21.15.5:6811/3800816227]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-27T22:14:57.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:56 smithi115 bash[108225]: audit 2023-12-27T22:14:56.754578+0000 mon.a (mon.0) 313 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-27T22:14:57.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:56 smithi115 bash[108225]: audit 2023-12-27T22:14:56.755228+0000 mon.b (mon.2) 4 : audit [INF] from='osd.1 [v2:172.21.15.5:6810/3800816227,v1:172.21.15.5:6811/3800816227]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:14:57.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:56 smithi115 bash[108225]: audit 2023-12-27T22:14:56.755555+0000 mon.a (mon.0) 314 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:14:57.363 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:56 smithi005 bash[111615]: audit 2023-12-27T22:14:56.754152+0000 mon.b (mon.2) 3 : audit [INF] from='osd.1 [v2:172.21.15.5:6810/3800816227,v1:172.21.15.5:6811/3800816227]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-27T22:14:57.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:56 smithi005 bash[111615]: audit 2023-12-27T22:14:56.754578+0000 mon.a (mon.0) 313 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-27T22:14:57.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:56 smithi005 bash[111615]: audit 2023-12-27T22:14:56.755228+0000 mon.b (mon.2) 4 : audit [INF] from='osd.1 [v2:172.21.15.5:6810/3800816227,v1:172.21.15.5:6811/3800816227]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:14:57.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:56 smithi005 bash[111615]: audit 2023-12-27T22:14:56.755555+0000 mon.a (mon.0) 314 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:14:57.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:56 smithi005 bash[108203]: audit 2023-12-27T22:14:56.754152+0000 mon.b (mon.2) 3 : audit [INF] from='osd.1 [v2:172.21.15.5:6810/3800816227,v1:172.21.15.5:6811/3800816227]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-27T22:14:57.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:56 smithi005 bash[108203]: audit 2023-12-27T22:14:56.754578+0000 mon.a (mon.0) 313 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-27T22:14:57.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:56 smithi005 bash[108203]: audit 2023-12-27T22:14:56.755228+0000 mon.b (mon.2) 4 : audit [INF] from='osd.1 [v2:172.21.15.5:6810/3800816227,v1:172.21.15.5:6811/3800816227]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:14:57.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:56 smithi005 bash[108203]: audit 2023-12-27T22:14:56.755555+0000 mon.a (mon.0) 314 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:14:57.998 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:14:57 smithi005 bash[118309]: debug 2023-12-27T22:14:57.801+0000 7f33d584cec0 -1 Falling back to public interface 2023-12-27T22:14:57.998 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:57 smithi005 bash[111615]: cluster 2023-12-27T22:14:56.932997+0000 mgr.y (mgr.14142) 65 : cluster [DBG] pgmap v59: 1 pgs: 1 undersized+peered; 0 B data, 352 KiB used, 177 GiB / 179 GiB avail 2023-12-27T22:14:57.999 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:57 smithi005 bash[111615]: cluster 2023-12-27T22:14:56.992067+0000 mon.a (mon.0) 315 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-27T22:14:57.999 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:57 smithi005 bash[111615]: cluster 2023-12-27T22:14:56.998474+0000 mon.a (mon.0) 316 : cluster [INF] osd.1 [v2:172.21.15.5:6810/3800816227,v1:172.21.15.5:6811/3800816227] boot 2023-12-27T22:14:57.999 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:57 smithi005 bash[111615]: cluster 2023-12-27T22:14:56.998517+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e23: 3 total, 2 up, 2 in 2023-12-27T22:14:57.999 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:57 smithi005 bash[111615]: audit 2023-12-27T22:14:56.998834+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:14:57.999 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:57 smithi005 bash[111615]: audit 2023-12-27T22:14:56.999235+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:14:58.125 INFO:teuthology.orchestra.run.smithi005.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-27T22:14:58.126 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-27T22:14:58.126 INFO:teuthology.orchestra.run.smithi005.stderr: stderr: 10+0 records in 2023-12-27T22:14:58.126 INFO:teuthology.orchestra.run.smithi005.stderr:10+0 records out 2023-12-27T22:14:58.126 INFO:teuthology.orchestra.run.smithi005.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0109928 s, 954 MB/s 2023-12-27T22:14:58.126 INFO:teuthology.orchestra.run.smithi005.stderr:--> Zapping successful for: 2023-12-27T22:14:58.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:57 smithi115 bash[108225]: cluster 2023-12-27T22:14:56.932997+0000 mgr.y (mgr.14142) 65 : cluster [DBG] pgmap v59: 1 pgs: 1 undersized+peered; 0 B data, 352 KiB used, 177 GiB / 179 GiB avail 2023-12-27T22:14:58.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:57 smithi115 bash[108225]: cluster 2023-12-27T22:14:56.992067+0000 mon.a (mon.0) 315 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-27T22:14:58.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:57 smithi115 bash[108225]: cluster 2023-12-27T22:14:56.998474+0000 mon.a (mon.0) 316 : cluster [INF] osd.1 [v2:172.21.15.5:6810/3800816227,v1:172.21.15.5:6811/3800816227] boot 2023-12-27T22:14:58.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:57 smithi115 bash[108225]: cluster 2023-12-27T22:14:56.998517+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e23: 3 total, 2 up, 2 in 2023-12-27T22:14:58.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:57 smithi115 bash[108225]: audit 2023-12-27T22:14:56.998834+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:14:58.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:57 smithi115 bash[108225]: audit 2023-12-27T22:14:56.999235+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:14:58.331 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:57 smithi005 bash[108203]: cluster 2023-12-27T22:14:56.932997+0000 mgr.y (mgr.14142) 65 : cluster [DBG] pgmap v59: 1 pgs: 1 undersized+peered; 0 B data, 352 KiB used, 177 GiB / 179 GiB avail 2023-12-27T22:14:58.331 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:57 smithi005 bash[108203]: cluster 2023-12-27T22:14:56.992067+0000 mon.a (mon.0) 315 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-27T22:14:58.331 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:57 smithi005 bash[108203]: cluster 2023-12-27T22:14:56.998474+0000 mon.a (mon.0) 316 : cluster [INF] osd.1 [v2:172.21.15.5:6810/3800816227,v1:172.21.15.5:6811/3800816227] boot 2023-12-27T22:14:58.331 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:57 smithi005 bash[108203]: cluster 2023-12-27T22:14:56.998517+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e23: 3 total, 2 up, 2 in 2023-12-27T22:14:58.331 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:57 smithi005 bash[108203]: audit 2023-12-27T22:14:56.998834+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:14:58.331 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:57 smithi005 bash[108203]: audit 2023-12-27T22:14:56.999235+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:14:58.520 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi005:vg_nvme/lv_1 2023-12-27T22:14:58.613 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:14:58 smithi005 bash[118309]: debug 2023-12-27T22:14:58.351+0000 7f33d584cec0 -1 osd.2 0 log_to_monitors {default=true} 2023-12-27T22:14:59.006 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:59 smithi005 bash[108203]: cluster 2023-12-27T22:14:58.003862+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e24: 3 total, 2 up, 2 in 2023-12-27T22:14:59.006 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:59 smithi005 bash[108203]: audit 2023-12-27T22:14:58.004002+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:14:59.006 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:59 smithi005 bash[108203]: audit 2023-12-27T22:14:58.356095+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.5:6818/3979970298,v1:172.21.15.5:6819/3979970298]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-27T22:14:59.006 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:14:59 smithi005 bash[108203]: audit 2023-12-27T22:14:58.356397+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"]}]: dispatch 2023-12-27T22:14:59.007 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:59 smithi005 bash[111615]: cluster 2023-12-27T22:14:58.003862+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e24: 3 total, 2 up, 2 in 2023-12-27T22:14:59.007 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:59 smithi005 bash[111615]: audit 2023-12-27T22:14:58.004002+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:14:59.007 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:59 smithi005 bash[111615]: audit 2023-12-27T22:14:58.356095+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.5:6818/3979970298,v1:172.21.15.5:6819/3979970298]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-27T22:14:59.007 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:14:59 smithi005 bash[111615]: audit 2023-12-27T22:14:58.356397+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"]}]: dispatch 2023-12-27T22:14:59.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:59 smithi115 bash[108225]: cluster 2023-12-27T22:14:58.003862+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e24: 3 total, 2 up, 2 in 2023-12-27T22:14:59.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:59 smithi115 bash[108225]: audit 2023-12-27T22:14:58.004002+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:14:59.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:59 smithi115 bash[108225]: audit 2023-12-27T22:14:58.356095+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.5:6818/3979970298,v1:172.21.15.5:6819/3979970298]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-27T22:14:59.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:14:59 smithi115 bash[108225]: audit 2023-12-27T22:14:58.356397+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"]}]: dispatch 2023-12-27T22:15:00.015 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[111615]: cluster 2023-12-27T22:14:58.933285+0000 mgr.y (mgr.14142) 66 : cluster [DBG] pgmap v62: 1 pgs: 1 undersized+peered; 0 B data, 368 KiB used, 177 GiB / 179 GiB avail 2023-12-27T22:15:00.015 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[111615]: audit 2023-12-27T22:14:59.007983+0000 mon.a (mon.0) 323 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-27T22:15:00.015 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[111615]: cluster 2023-12-27T22:14:59.008035+0000 mon.a (mon.0) 324 : cluster [DBG] osdmap e25: 3 total, 2 up, 2 in 2023-12-27T22:15:00.015 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[111615]: audit 2023-12-27T22:14:59.008426+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:15:00.015 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[111615]: audit 2023-12-27T22:14:59.008790+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.5:6818/3979970298,v1:172.21.15.5:6819/3979970298]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:15:00.015 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[111615]: audit 2023-12-27T22:14:59.009002+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=smithi005", "root=default"]}]: dispatch 2023-12-27T22:15:00.015 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[111615]: audit 2023-12-27T22:14:59.068692+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:00.015 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[111615]: audit 2023-12-27T22:14:59.283244+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823152\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823228\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823262\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823292\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823321\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:54.190922\"}}, \"last_daemon_update\": \"2023-12-27T22:14:55.823404\", \"last_device_update\": \"2023-12-27T22:14:59.282591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:15:00.015 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[111615]: audit 2023-12-27T22:14:59.285862+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823152\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823228\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823262\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823292\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823321\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:54.190922\"}}, \"last_daemon_update\": \"2023-12-27T22:14:55.823404\", \"last_device_update\": \"2023-12-27T22:14:59.282591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:15:00.015 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[111615]: audit 2023-12-27T22:14:59.287005+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:00.015 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[111615]: audit 2023-12-27T22:14:59.861099+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-27T22:15:00.016 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[111615]: audit 2023-12-27T22:14:59.861833+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:00.016 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[111615]: audit 2023-12-27T22:14:59.862626+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:00.363 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[118309]: debug 2023-12-27T22:15:00.014+0000 7f33ba5f9700 -1 osd.2 0 waiting for initial osdmap 2023-12-27T22:15:00.364 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[118309]: debug 2023-12-27T22:15:00.020+0000 7f33c5815700 -1 osd.2 26 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-27T22:15:00.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[108203]: cluster 2023-12-27T22:14:58.933285+0000 mgr.y (mgr.14142) 66 : cluster [DBG] pgmap v62: 1 pgs: 1 undersized+peered; 0 B data, 368 KiB used, 177 GiB / 179 GiB avail 2023-12-27T22:15:00.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[108203]: audit 2023-12-27T22:14:59.007983+0000 mon.a (mon.0) 323 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-27T22:15:00.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[108203]: cluster 2023-12-27T22:14:59.008035+0000 mon.a (mon.0) 324 : cluster [DBG] osdmap e25: 3 total, 2 up, 2 in 2023-12-27T22:15:00.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[108203]: audit 2023-12-27T22:14:59.008426+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:15:00.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[108203]: audit 2023-12-27T22:14:59.008790+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.5:6818/3979970298,v1:172.21.15.5:6819/3979970298]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:15:00.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[108203]: audit 2023-12-27T22:14:59.009002+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=smithi005", "root=default"]}]: dispatch 2023-12-27T22:15:00.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[108203]: audit 2023-12-27T22:14:59.068692+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:00.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[108203]: audit 2023-12-27T22:14:59.283244+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823152\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823228\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823262\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823292\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823321\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:54.190922\"}}, \"last_daemon_update\": \"2023-12-27T22:14:55.823404\", \"last_device_update\": \"2023-12-27T22:14:59.282591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:15:00.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[108203]: audit 2023-12-27T22:14:59.285862+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823152\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823228\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823262\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823292\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823321\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:54.190922\"}}, \"last_daemon_update\": \"2023-12-27T22:14:55.823404\", \"last_device_update\": \"2023-12-27T22:14:59.282591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:15:00.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[108203]: audit 2023-12-27T22:14:59.287005+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:00.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[108203]: audit 2023-12-27T22:14:59.861099+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-27T22:15:00.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[108203]: audit 2023-12-27T22:14:59.861833+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:00.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:00 smithi005 bash[108203]: audit 2023-12-27T22:14:59.862626+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:00.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:00 smithi115 bash[108225]: cluster 2023-12-27T22:14:58.933285+0000 mgr.y (mgr.14142) 66 : cluster [DBG] pgmap v62: 1 pgs: 1 undersized+peered; 0 B data, 368 KiB used, 177 GiB / 179 GiB avail 2023-12-27T22:15:00.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:00 smithi115 bash[108225]: audit 2023-12-27T22:14:59.007983+0000 mon.a (mon.0) 323 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-27T22:15:00.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:00 smithi115 bash[108225]: cluster 2023-12-27T22:14:59.008035+0000 mon.a (mon.0) 324 : cluster [DBG] osdmap e25: 3 total, 2 up, 2 in 2023-12-27T22:15:00.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:00 smithi115 bash[108225]: audit 2023-12-27T22:14:59.008426+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:15:00.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:00 smithi115 bash[108225]: audit 2023-12-27T22:14:59.008790+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.5:6818/3979970298,v1:172.21.15.5:6819/3979970298]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:15:00.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:00 smithi115 bash[108225]: audit 2023-12-27T22:14:59.009002+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=smithi005", "root=default"]}]: dispatch 2023-12-27T22:15:00.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:00 smithi115 bash[108225]: audit 2023-12-27T22:14:59.068692+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:00.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:00 smithi115 bash[108225]: audit 2023-12-27T22:14:59.283244+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823152\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823228\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823262\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823292\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823321\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:54.190922\"}}, \"last_daemon_update\": \"2023-12-27T22:14:55.823404\", \"last_device_update\": \"2023-12-27T22:14:59.282591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:15:00.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:00 smithi115 bash[108225]: audit 2023-12-27T22:14:59.285862+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823152\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823228\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823262\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823292\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:55.823321\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:54.190922\"}}, \"last_daemon_update\": \"2023-12-27T22:14:55.823404\", \"last_device_update\": \"2023-12-27T22:14:59.282591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:15:00.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:00 smithi115 bash[108225]: audit 2023-12-27T22:14:59.287005+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:00.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:00 smithi115 bash[108225]: audit 2023-12-27T22:14:59.861099+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-27T22:15:00.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:00 smithi115 bash[108225]: audit 2023-12-27T22:14:59.861833+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:00.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:00 smithi115 bash[108225]: audit 2023-12-27T22:14:59.862626+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:01.018 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:01 smithi005 bash[108203]: cluster 2023-12-27T22:14:59.356291+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-27T22:15:01.018 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:01 smithi005 bash[108203]: cluster 2023-12-27T22:14:59.356322+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-27T22:15:01.019 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:01 smithi005 bash[108203]: audit 2023-12-27T22:14:59.859705+0000 mgr.y (mgr.14142) 67 : audit [DBG] from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:15:01.019 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:01 smithi005 bash[108203]: cephadm 2023-12-27T22:14:59.860777+0000 mgr.y (mgr.14142) 68 : cephadm [INF] Applying osd on host smithi005... 2023-12-27T22:15:01.019 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:01 smithi005 bash[108203]: audit 2023-12-27T22:15:00.009105+0000 mon.a (mon.0) 334 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2023-12-27T22:15:01.019 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:01 smithi005 bash[108203]: cluster 2023-12-27T22:15:00.009151+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e26: 3 total, 2 up, 2 in 2023-12-27T22:15:01.019 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:01 smithi005 bash[108203]: audit 2023-12-27T22:15:00.009748+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:15:01.019 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:01 smithi005 bash[108203]: audit 2023-12-27T22:15:00.303405+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302096\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302200\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302257\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302309\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302371\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"2b8486377f5a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302427\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:14:57.080238\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:54.190922\"}}, \"last_daemon_update\": \"2023-12-27T22:15:00.302540\", \"last_device_update\": \"2023-12-27T22:14:59.282591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:15:01.019 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:01 smithi005 bash[108203]: audit 2023-12-27T22:15:00.306775+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302096\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302200\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302257\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302309\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302371\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"2b8486377f5a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302427\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:14:57.080238\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:54.190922\"}}, \"last_daemon_update\": \"2023-12-27T22:15:00.302540\", \"last_device_update\": \"2023-12-27T22:14:59.282591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:15:01.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:01 smithi005 bash[111615]: cluster 2023-12-27T22:14:59.356291+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-27T22:15:01.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:01 smithi005 bash[111615]: cluster 2023-12-27T22:14:59.356322+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-27T22:15:01.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:01 smithi005 bash[111615]: audit 2023-12-27T22:14:59.859705+0000 mgr.y (mgr.14142) 67 : audit [DBG] from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:15:01.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:01 smithi005 bash[111615]: cephadm 2023-12-27T22:14:59.860777+0000 mgr.y (mgr.14142) 68 : cephadm [INF] Applying osd on host smithi005... 2023-12-27T22:15:01.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:01 smithi005 bash[111615]: audit 2023-12-27T22:15:00.009105+0000 mon.a (mon.0) 334 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2023-12-27T22:15:01.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:01 smithi005 bash[111615]: cluster 2023-12-27T22:15:00.009151+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e26: 3 total, 2 up, 2 in 2023-12-27T22:15:01.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:01 smithi005 bash[111615]: audit 2023-12-27T22:15:00.009748+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:15:01.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:01 smithi005 bash[111615]: audit 2023-12-27T22:15:00.303405+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302096\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302200\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302257\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302309\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302371\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"2b8486377f5a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302427\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:14:57.080238\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:54.190922\"}}, \"last_daemon_update\": \"2023-12-27T22:15:00.302540\", \"last_device_update\": \"2023-12-27T22:14:59.282591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:15:01.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:01 smithi005 bash[111615]: audit 2023-12-27T22:15:00.306775+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302096\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302200\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302257\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302309\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302371\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"2b8486377f5a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302427\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:14:57.080238\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:54.190922\"}}, \"last_daemon_update\": \"2023-12-27T22:15:00.302540\", \"last_device_update\": \"2023-12-27T22:14:59.282591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:15:01.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:01 smithi115 bash[108225]: cluster 2023-12-27T22:14:59.356291+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-27T22:15:01.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:01 smithi115 bash[108225]: cluster 2023-12-27T22:14:59.356322+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-27T22:15:01.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:01 smithi115 bash[108225]: audit 2023-12-27T22:14:59.859705+0000 mgr.y (mgr.14142) 67 : audit [DBG] from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:15:01.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:01 smithi115 bash[108225]: cephadm 2023-12-27T22:14:59.860777+0000 mgr.y (mgr.14142) 68 : cephadm [INF] Applying osd on host smithi005... 2023-12-27T22:15:01.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:01 smithi115 bash[108225]: audit 2023-12-27T22:15:00.009105+0000 mon.a (mon.0) 334 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2023-12-27T22:15:01.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:01 smithi115 bash[108225]: cluster 2023-12-27T22:15:00.009151+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e26: 3 total, 2 up, 2 in 2023-12-27T22:15:01.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:01 smithi115 bash[108225]: audit 2023-12-27T22:15:00.009748+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:15:01.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:01 smithi115 bash[108225]: audit 2023-12-27T22:15:00.303405+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302096\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302200\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302257\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302309\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302371\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"2b8486377f5a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302427\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:14:57.080238\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:54.190922\"}}, \"last_daemon_update\": \"2023-12-27T22:15:00.302540\", \"last_device_update\": \"2023-12-27T22:14:59.282591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:15:01.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:01 smithi115 bash[108225]: audit 2023-12-27T22:15:00.306775+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302096\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302200\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302257\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302309\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302371\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"2b8486377f5a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302427\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:14:57.080238\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:54.190922\"}}, \"last_daemon_update\": \"2023-12-27T22:15:00.302540\", \"last_device_update\": \"2023-12-27T22:14:59.282591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:15:02.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:02 smithi005 bash[108203]: cluster 2023-12-27T22:15:00.933553+0000 mgr.y (mgr.14142) 69 : cluster [DBG] pgmap v65: 1 pgs: 1 undersized+peered; 0 B data, 368 KiB used, 177 GiB / 179 GiB avail 2023-12-27T22:15:02.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:02 smithi005 bash[108203]: cluster 2023-12-27T22:15:01.014637+0000 mon.a (mon.0) 339 : cluster [INF] osd.2 [v2:172.21.15.5:6818/3979970298,v1:172.21.15.5:6819/3979970298] boot 2023-12-27T22:15:02.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:02 smithi005 bash[108203]: cluster 2023-12-27T22:15:01.014689+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2023-12-27T22:15:02.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:02 smithi005 bash[108203]: audit 2023-12-27T22:15:01.015221+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:15:02.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:02 smithi005 bash[108203]: audit 2023-12-27T22:15:01.454624+0000 mon.c (mon.1) 12 : audit [INF] from='client.? 172.21.15.5:0/2090188451' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "403e9f8a-b8a1-4b22-98ca-9d1eb9c39914"}]: dispatch 2023-12-27T22:15:02.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:02 smithi005 bash[108203]: audit 2023-12-27T22:15:01.454921+0000 mon.a (mon.0) 342 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "403e9f8a-b8a1-4b22-98ca-9d1eb9c39914"}]: dispatch 2023-12-27T22:15:02.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:02 smithi005 bash[108203]: audit 2023-12-27T22:15:01.458882+0000 mon.a (mon.0) 343 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "403e9f8a-b8a1-4b22-98ca-9d1eb9c39914"}]': finished 2023-12-27T22:15:02.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:02 smithi005 bash[108203]: cluster 2023-12-27T22:15:01.458934+0000 mon.a (mon.0) 344 : cluster [DBG] osdmap e28: 4 total, 3 up, 3 in 2023-12-27T22:15:02.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:02 smithi005 bash[108203]: audit 2023-12-27T22:15:01.459071+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:15:02.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:02 smithi005 bash[111615]: cluster 2023-12-27T22:15:00.933553+0000 mgr.y (mgr.14142) 69 : cluster [DBG] pgmap v65: 1 pgs: 1 undersized+peered; 0 B data, 368 KiB used, 177 GiB / 179 GiB avail 2023-12-27T22:15:02.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:02 smithi005 bash[111615]: cluster 2023-12-27T22:15:01.014637+0000 mon.a (mon.0) 339 : cluster [INF] osd.2 [v2:172.21.15.5:6818/3979970298,v1:172.21.15.5:6819/3979970298] boot 2023-12-27T22:15:02.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:02 smithi005 bash[111615]: cluster 2023-12-27T22:15:01.014689+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2023-12-27T22:15:02.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:02 smithi005 bash[111615]: audit 2023-12-27T22:15:01.015221+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:15:02.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:02 smithi005 bash[111615]: audit 2023-12-27T22:15:01.454624+0000 mon.c (mon.1) 12 : audit [INF] from='client.? 172.21.15.5:0/2090188451' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "403e9f8a-b8a1-4b22-98ca-9d1eb9c39914"}]: dispatch 2023-12-27T22:15:02.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:02 smithi005 bash[111615]: audit 2023-12-27T22:15:01.454921+0000 mon.a (mon.0) 342 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "403e9f8a-b8a1-4b22-98ca-9d1eb9c39914"}]: dispatch 2023-12-27T22:15:02.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:02 smithi005 bash[111615]: audit 2023-12-27T22:15:01.458882+0000 mon.a (mon.0) 343 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "403e9f8a-b8a1-4b22-98ca-9d1eb9c39914"}]': finished 2023-12-27T22:15:02.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:02 smithi005 bash[111615]: cluster 2023-12-27T22:15:01.458934+0000 mon.a (mon.0) 344 : cluster [DBG] osdmap e28: 4 total, 3 up, 3 in 2023-12-27T22:15:02.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:02 smithi005 bash[111615]: audit 2023-12-27T22:15:01.459071+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:15:02.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:02 smithi115 bash[108225]: cluster 2023-12-27T22:15:00.933553+0000 mgr.y (mgr.14142) 69 : cluster [DBG] pgmap v65: 1 pgs: 1 undersized+peered; 0 B data, 368 KiB used, 177 GiB / 179 GiB avail 2023-12-27T22:15:02.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:02 smithi115 bash[108225]: cluster 2023-12-27T22:15:01.014637+0000 mon.a (mon.0) 339 : cluster [INF] osd.2 [v2:172.21.15.5:6818/3979970298,v1:172.21.15.5:6819/3979970298] boot 2023-12-27T22:15:02.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:02 smithi115 bash[108225]: cluster 2023-12-27T22:15:01.014689+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2023-12-27T22:15:02.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:02 smithi115 bash[108225]: audit 2023-12-27T22:15:01.015221+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:15:02.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:02 smithi115 bash[108225]: audit 2023-12-27T22:15:01.454624+0000 mon.c (mon.1) 12 : audit [INF] from='client.? 172.21.15.5:0/2090188451' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "403e9f8a-b8a1-4b22-98ca-9d1eb9c39914"}]: dispatch 2023-12-27T22:15:02.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:02 smithi115 bash[108225]: audit 2023-12-27T22:15:01.454921+0000 mon.a (mon.0) 342 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "403e9f8a-b8a1-4b22-98ca-9d1eb9c39914"}]: dispatch 2023-12-27T22:15:02.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:02 smithi115 bash[108225]: audit 2023-12-27T22:15:01.458882+0000 mon.a (mon.0) 343 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "403e9f8a-b8a1-4b22-98ca-9d1eb9c39914"}]': finished 2023-12-27T22:15:02.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:02 smithi115 bash[108225]: cluster 2023-12-27T22:15:01.458934+0000 mon.a (mon.0) 344 : cluster [DBG] osdmap e28: 4 total, 3 up, 3 in 2023-12-27T22:15:02.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:02 smithi115 bash[108225]: audit 2023-12-27T22:15:01.459071+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:15:03.363 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:03 smithi005 bash[111615]: audit 2023-12-27T22:15:02.176574+0000 mon.a (mon.0) 346 : audit [DBG] from='client.? 172.21.15.5:0/254252238' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-27T22:15:03.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:03 smithi005 bash[108203]: audit 2023-12-27T22:15:02.176574+0000 mon.a (mon.0) 346 : audit [DBG] from='client.? 172.21.15.5:0/254252238' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-27T22:15:03.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:03 smithi115 bash[108225]: audit 2023-12-27T22:15:02.176574+0000 mon.a (mon.0) 346 : audit [DBG] from='client.? 172.21.15.5:0/254252238' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-27T22:15:04.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:04 smithi005 bash[108203]: cluster 2023-12-27T22:15:02.933894+0000 mgr.y (mgr.14142) 70 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 712 KiB used, 265 GiB / 268 GiB avail 2023-12-27T22:15:04.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:04 smithi005 bash[108203]: cluster 2023-12-27T22:15:03.018146+0000 mon.a (mon.0) 347 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2023-12-27T22:15:04.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:04 smithi005 bash[108203]: cluster 2023-12-27T22:15:03.018178+0000 mon.a (mon.0) 348 : cluster [INF] Cluster is now healthy 2023-12-27T22:15:04.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:04 smithi005 bash[111615]: cluster 2023-12-27T22:15:02.933894+0000 mgr.y (mgr.14142) 70 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 712 KiB used, 265 GiB / 268 GiB avail 2023-12-27T22:15:04.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:04 smithi005 bash[111615]: cluster 2023-12-27T22:15:03.018146+0000 mon.a (mon.0) 347 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2023-12-27T22:15:04.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:04 smithi005 bash[111615]: cluster 2023-12-27T22:15:03.018178+0000 mon.a (mon.0) 348 : cluster [INF] Cluster is now healthy 2023-12-27T22:15:04.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:04 smithi115 bash[108225]: cluster 2023-12-27T22:15:02.933894+0000 mgr.y (mgr.14142) 70 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 712 KiB used, 265 GiB / 268 GiB avail 2023-12-27T22:15:04.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:04 smithi115 bash[108225]: cluster 2023-12-27T22:15:03.018146+0000 mon.a (mon.0) 347 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2023-12-27T22:15:04.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:04 smithi115 bash[108225]: cluster 2023-12-27T22:15:03.018178+0000 mon.a (mon.0) 348 : cluster [INF] Cluster is now healthy 2023-12-27T22:15:05.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:05 smithi005 bash[108203]: audit 2023-12-27T22:15:04.431174+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:05.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:05 smithi005 bash[111615]: audit 2023-12-27T22:15:04.431174+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:05.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:05 smithi115 bash[108225]: audit 2023-12-27T22:15:04.431174+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:06.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:06 smithi005 bash[108203]: cluster 2023-12-27T22:15:04.934154+0000 mgr.y (mgr.14142) 71 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 712 KiB used, 265 GiB / 268 GiB avail 2023-12-27T22:15:06.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:06 smithi005 bash[111615]: cluster 2023-12-27T22:15:04.934154+0000 mgr.y (mgr.14142) 71 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 712 KiB used, 265 GiB / 268 GiB avail 2023-12-27T22:15:06.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:06 smithi115 bash[108225]: cluster 2023-12-27T22:15:04.934154+0000 mgr.y (mgr.14142) 71 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 712 KiB used, 265 GiB / 268 GiB avail 2023-12-27T22:15:07.236 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:07 smithi005 bash[108203]: audit 2023-12-27T22:15:06.160562+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-27T22:15:07.236 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:07 smithi005 bash[108203]: audit 2023-12-27T22:15:06.161114+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:07.236 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:07 smithi005 bash[108203]: audit 2023-12-27T22:15:06.161736+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2023-12-27T22:15:07.237 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:07 smithi005 bash[111615]: audit 2023-12-27T22:15:06.160562+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-27T22:15:07.237 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:07 smithi005 bash[111615]: audit 2023-12-27T22:15:06.161114+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:07.237 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:07 smithi005 bash[111615]: audit 2023-12-27T22:15:06.161736+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2023-12-27T22:15:07.237 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:15:07 smithi005 systemd[1]: Stopping Ceph osd.2 for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:15:07.237 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:15:07 smithi005 bash[118309]: debug 2023-12-27T22:15:07.190+0000 7f33cd094700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-27T22:15:07.237 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:15:07 smithi005 bash[118309]: debug 2023-12-27T22:15:07.190+0000 7f33cd094700 -1 osd.2 28 *** Got signal Terminated *** 2023-12-27T22:15:07.238 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:15:07 smithi005 bash[118309]: debug 2023-12-27T22:15:07.190+0000 7f33cd094700 -1 osd.2 28 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-27T22:15:07.495 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:15:07 smithi005 podman[119620]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd.2 2023-12-27T22:15:07.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:07 smithi115 bash[108225]: audit 2023-12-27T22:15:06.160562+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-27T22:15:07.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:07 smithi115 bash[108225]: audit 2023-12-27T22:15:06.161114+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:07.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:07 smithi115 bash[108225]: audit 2023-12-27T22:15:06.161736+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2023-12-27T22:15:08.229 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[111615]: cephadm 2023-12-27T22:15:06.161546+0000 mgr.y (mgr.14142) 72 : cephadm [INF] Deploying daemon osd.2 on smithi005 2023-12-27T22:15:08.229 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[111615]: cluster 2023-12-27T22:15:06.934598+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 712 KiB used, 265 GiB / 268 GiB avail 2023-12-27T22:15:08.229 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[111615]: cluster 2023-12-27T22:15:07.433995+0000 mon.a (mon.0) 353 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:15:08.229 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[111615]: cluster 2023-12-27T22:15:07.434038+0000 mon.a (mon.0) 354 : cluster [INF] osd.2 failed (root=default,host=smithi005) (connection refused reported by osd.0) 2023-12-27T22:15:08.229 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[111615]: cluster 2023-12-27T22:15:07.434298+0000 mon.a (mon.0) 355 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:15:08.229 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[111615]: cluster 2023-12-27T22:15:07.434484+0000 mon.a (mon.0) 356 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-27T22:15:08.230 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[111615]: cluster 2023-12-27T22:15:07.434661+0000 mon.a (mon.0) 357 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:15:08.230 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[111615]: cluster 2023-12-27T22:15:07.434781+0000 mon.a (mon.0) 358 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-27T22:15:08.230 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[111615]: cluster 2023-12-27T22:15:07.834977+0000 mon.a (mon.0) 359 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:15:08.230 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[111615]: cluster 2023-12-27T22:15:07.835174+0000 mon.a (mon.0) 360 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:15:08.230 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[111615]: cluster 2023-12-27T22:15:07.835364+0000 mon.a (mon.0) 361 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-27T22:15:08.230 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[111615]: cluster 2023-12-27T22:15:07.835561+0000 mon.a (mon.0) 362 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:15:08.230 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[111615]: cluster 2023-12-27T22:15:07.835741+0000 mon.a (mon.0) 363 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-27T22:15:08.231 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[108203]: cephadm 2023-12-27T22:15:06.161546+0000 mgr.y (mgr.14142) 72 : cephadm [INF] Deploying daemon osd.2 on smithi005 2023-12-27T22:15:08.231 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[108203]: cluster 2023-12-27T22:15:06.934598+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 712 KiB used, 265 GiB / 268 GiB avail 2023-12-27T22:15:08.231 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[108203]: cluster 2023-12-27T22:15:07.433995+0000 mon.a (mon.0) 353 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:15:08.231 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[108203]: cluster 2023-12-27T22:15:07.434038+0000 mon.a (mon.0) 354 : cluster [INF] osd.2 failed (root=default,host=smithi005) (connection refused reported by osd.0) 2023-12-27T22:15:08.231 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[108203]: cluster 2023-12-27T22:15:07.434298+0000 mon.a (mon.0) 355 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:15:08.231 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[108203]: cluster 2023-12-27T22:15:07.434484+0000 mon.a (mon.0) 356 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-27T22:15:08.231 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[108203]: cluster 2023-12-27T22:15:07.434661+0000 mon.a (mon.0) 357 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:15:08.231 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[108203]: cluster 2023-12-27T22:15:07.434781+0000 mon.a (mon.0) 358 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-27T22:15:08.231 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[108203]: cluster 2023-12-27T22:15:07.834977+0000 mon.a (mon.0) 359 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:15:08.231 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[108203]: cluster 2023-12-27T22:15:07.835174+0000 mon.a (mon.0) 360 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:15:08.231 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[108203]: cluster 2023-12-27T22:15:07.835364+0000 mon.a (mon.0) 361 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-27T22:15:08.231 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[108203]: cluster 2023-12-27T22:15:07.835561+0000 mon.a (mon.0) 362 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:15:08.231 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[108203]: cluster 2023-12-27T22:15:07.835741+0000 mon.a (mon.0) 363 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-27T22:15:08.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:08 smithi115 bash[108225]: cephadm 2023-12-27T22:15:06.161546+0000 mgr.y (mgr.14142) 72 : cephadm [INF] Deploying daemon osd.2 on smithi005 2023-12-27T22:15:08.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:08 smithi115 bash[108225]: cluster 2023-12-27T22:15:06.934598+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 712 KiB used, 265 GiB / 268 GiB avail 2023-12-27T22:15:08.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:08 smithi115 bash[108225]: cluster 2023-12-27T22:15:07.433995+0000 mon.a (mon.0) 353 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:15:08.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:08 smithi115 bash[108225]: cluster 2023-12-27T22:15:07.434038+0000 mon.a (mon.0) 354 : cluster [INF] osd.2 failed (root=default,host=smithi005) (connection refused reported by osd.0) 2023-12-27T22:15:08.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:08 smithi115 bash[108225]: cluster 2023-12-27T22:15:07.434298+0000 mon.a (mon.0) 355 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:15:08.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:08 smithi115 bash[108225]: cluster 2023-12-27T22:15:07.434484+0000 mon.a (mon.0) 356 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-27T22:15:08.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:08 smithi115 bash[108225]: cluster 2023-12-27T22:15:07.434661+0000 mon.a (mon.0) 357 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:15:08.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:08 smithi115 bash[108225]: cluster 2023-12-27T22:15:07.434781+0000 mon.a (mon.0) 358 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-27T22:15:08.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:08 smithi115 bash[108225]: cluster 2023-12-27T22:15:07.834977+0000 mon.a (mon.0) 359 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:15:08.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:08 smithi115 bash[108225]: cluster 2023-12-27T22:15:07.835174+0000 mon.a (mon.0) 360 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:15:08.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:08 smithi115 bash[108225]: cluster 2023-12-27T22:15:07.835364+0000 mon.a (mon.0) 361 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-27T22:15:08.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:08 smithi115 bash[108225]: cluster 2023-12-27T22:15:07.835561+0000 mon.a (mon.0) 362 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:15:08.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:08 smithi115 bash[108225]: cluster 2023-12-27T22:15:07.835741+0000 mon.a (mon.0) 363 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-27T22:15:08.554 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:15:08 smithi005 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.2.service: Succeeded. 2023-12-27T22:15:08.554 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:15:08 smithi005 systemd[1]: Stopped Ceph osd.2 for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:15:08.554 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:15:08 smithi005 systemd[1]: Starting Ceph osd.2 for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:15:08.554 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:15:08 smithi005 podman[119756]: Error: no container with ID or name "ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd.2" found: no such container 2023-12-27T22:15:08.554 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:15:08 smithi005 systemd[1]: Started Ceph osd.2 for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:15:09.114 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[119773]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-27T22:15:09.114 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[119773]: 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-27T22:15:09.114 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[119773]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2023-12-27T22:15:09.114 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[119773]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2023-12-27T22:15:09.114 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[119773]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-27T22:15:09.114 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[119773]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-27T22:15:09.114 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:15:08 smithi005 bash[119773]: --> ceph-volume lvm activate successful for osd ID: 2 2023-12-27T22:15:09.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:09 smithi005 bash[108203]: cluster 2023-12-27T22:15:08.037287+0000 mon.a (mon.0) 364 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-27T22:15:09.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:09 smithi005 bash[108203]: cluster 2023-12-27T22:15:08.043994+0000 mon.a (mon.0) 365 : cluster [DBG] osdmap e29: 4 total, 2 up, 3 in 2023-12-27T22:15:09.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:09 smithi005 bash[108203]: audit 2023-12-27T22:15:08.044133+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:15:09.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:09 smithi005 bash[111615]: cluster 2023-12-27T22:15:08.037287+0000 mon.a (mon.0) 364 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-27T22:15:09.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:09 smithi005 bash[111615]: cluster 2023-12-27T22:15:08.043994+0000 mon.a (mon.0) 365 : cluster [DBG] osdmap e29: 4 total, 2 up, 3 in 2023-12-27T22:15:09.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:09 smithi005 bash[111615]: audit 2023-12-27T22:15:08.044133+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:15:09.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:09 smithi005 bash[108203]: audit 2023-12-27T22:15:08.426648+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302096\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302200\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302257\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302309\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302371\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}}, \"last_device_update\": \"2023-12-27T22:14:59.282591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:15:09.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:09 smithi005 bash[108203]: audit 2023-12-27T22:15:08.427345+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:09.116 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:09 smithi005 bash[111615]: audit 2023-12-27T22:15:08.426648+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302096\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302200\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302257\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302309\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302371\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}}, \"last_device_update\": \"2023-12-27T22:14:59.282591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:15:09.116 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:09 smithi005 bash[111615]: audit 2023-12-27T22:15:08.427345+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:09.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:09 smithi005 bash[108203]: audit 2023-12-27T22:15:08.429904+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302096\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302200\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302257\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302309\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302371\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}}, \"last_device_update\": \"2023-12-27T22:14:59.282591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:15:09.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:09 smithi005 bash[108203]: audit 2023-12-27T22:15:08.431478+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-27T22:15:09.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:09 smithi005 bash[108203]: audit 2023-12-27T22:15:08.432596+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:09.117 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:09 smithi005 bash[108203]: audit 2023-12-27T22:15:08.433295+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2023-12-27T22:15:09.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:09 smithi005 bash[111615]: audit 2023-12-27T22:15:08.429904+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302096\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302200\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302257\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302309\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302371\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}}, \"last_device_update\": \"2023-12-27T22:14:59.282591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:15:09.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:09 smithi005 bash[111615]: audit 2023-12-27T22:15:08.431478+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-27T22:15:09.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:09 smithi005 bash[111615]: audit 2023-12-27T22:15:08.432596+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:09.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:09 smithi005 bash[111615]: audit 2023-12-27T22:15:08.433295+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2023-12-27T22:15:09.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:09 smithi115 bash[108225]: cluster 2023-12-27T22:15:08.037287+0000 mon.a (mon.0) 364 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-27T22:15:09.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:09 smithi115 bash[108225]: cluster 2023-12-27T22:15:08.043994+0000 mon.a (mon.0) 365 : cluster [DBG] osdmap e29: 4 total, 2 up, 3 in 2023-12-27T22:15:09.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:09 smithi115 bash[108225]: audit 2023-12-27T22:15:08.044133+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:15:09.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:09 smithi115 bash[108225]: audit 2023-12-27T22:15:08.426648+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302096\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302200\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302257\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302309\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302371\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}}, \"last_device_update\": \"2023-12-27T22:14:59.282591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:15:09.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:09 smithi115 bash[108225]: audit 2023-12-27T22:15:08.427345+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:09.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:09 smithi115 bash[108225]: audit 2023-12-27T22:15:08.429904+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302096\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302200\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302257\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302309\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302371\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}}, \"last_device_update\": \"2023-12-27T22:14:59.282591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:15:09.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:09 smithi115 bash[108225]: audit 2023-12-27T22:15:08.431478+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-27T22:15:09.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:09 smithi115 bash[108225]: audit 2023-12-27T22:15:08.432596+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:09.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:09 smithi115 bash[108225]: audit 2023-12-27T22:15:08.433295+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2023-12-27T22:15:09.891 INFO:teuthology.orchestra.run.smithi005.stdout:Created osd(s) 2,3 on host 'smithi005' 2023-12-27T22:15:10.070 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:15:09 smithi005 bash[120114]: debug 2023-12-27T22:15:09.935+0000 7f791386f700 1 --2- 172.21.15.5:0/2403709049 >> [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] conn(0x55bc535e3000 0x55bc535dfb00 secure :-1 s=THROTTLE_DONE pgs=105 cs=0 l=1 rx=0x55bc53575d10 tx=0x55bc5424eaa0).handle_read_frame_epilogue_main read frame epilogue bytes=32 2023-12-27T22:15:10.070 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:15:09 smithi005 bash[120114]: debug 2023-12-27T22:15:09.935+0000 7f791306e700 1 -- 172.21.15.5:0/2403709049 <== mon.0 v2:172.21.15.5:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55bc5357a4e0 con 0x55bc535e3000 2023-12-27T22:15:10.070 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:15:09 smithi005 bash[120114]: debug 2023-12-27T22:15:09.935+0000 7f791a023ec0 1 -- 172.21.15.5:0/2403709049 >> [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] conn(0x55bc535e3000 msgr2=0x55bc535dfb00 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2023-12-27T22:15:10.070 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:15:09 smithi005 bash[120114]: debug 2023-12-27T22:15:09.935+0000 7f791a023ec0 1 --2- 172.21.15.5:0/2403709049 >> [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] conn(0x55bc535e3000 0x55bc535dfb00 secure :-1 s=READY pgs=105 cs=0 l=1 rx=0x55bc53575d10 tx=0x55bc5424eaa0).stop 2023-12-27T22:15:10.071 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:10 smithi005 bash[108203]: cephadm 2023-12-27T22:15:08.433065+0000 mgr.y (mgr.14142) 74 : cephadm [INF] Deploying daemon osd.3 on smithi005 2023-12-27T22:15:10.071 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:10 smithi005 bash[108203]: cluster 2023-12-27T22:15:08.934920+0000 mgr.y (mgr.14142) 75 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 720 KiB used, 265 GiB / 268 GiB avail 2023-12-27T22:15:10.071 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:10 smithi005 bash[108203]: cluster 2023-12-27T22:15:09.047141+0000 mon.a (mon.0) 373 : cluster [DBG] osdmap e30: 4 total, 2 up, 3 in 2023-12-27T22:15:10.071 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:10 smithi005 bash[108203]: audit 2023-12-27T22:15:09.047277+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:15:10.071 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:10 smithi005 bash[111615]: cephadm 2023-12-27T22:15:08.433065+0000 mgr.y (mgr.14142) 74 : cephadm [INF] Deploying daemon osd.3 on smithi005 2023-12-27T22:15:10.071 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:10 smithi005 bash[111615]: cluster 2023-12-27T22:15:08.934920+0000 mgr.y (mgr.14142) 75 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 720 KiB used, 265 GiB / 268 GiB avail 2023-12-27T22:15:10.071 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:10 smithi005 bash[111615]: cluster 2023-12-27T22:15:09.047141+0000 mon.a (mon.0) 373 : cluster [DBG] osdmap e30: 4 total, 2 up, 3 in 2023-12-27T22:15:10.071 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:10 smithi005 bash[111615]: audit 2023-12-27T22:15:09.047277+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:15:10.072 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:10 smithi005 bash[108203]: audit 2023-12-27T22:15:09.885970+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302096\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302200\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302257\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302309\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302371\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}}, \"last_device_update\": \"2023-12-27T22:14:59.282591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:15:10.072 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:10 smithi005 bash[111615]: audit 2023-12-27T22:15:09.885970+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302096\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302200\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302257\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302309\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302371\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}}, \"last_device_update\": \"2023-12-27T22:14:59.282591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:15:10.072 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:10 smithi005 bash[108203]: audit 2023-12-27T22:15:09.890019+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302096\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302200\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302257\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302309\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302371\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}}, \"last_device_update\": \"2023-12-27T22:14:59.282591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:15:10.073 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:10 smithi005 bash[111615]: audit 2023-12-27T22:15:09.890019+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302096\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302200\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302257\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302309\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302371\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}}, \"last_device_update\": \"2023-12-27T22:14:59.282591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:15:10.073 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:10 smithi005 bash[108203]: audit 2023-12-27T22:15:10.011741+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010702\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010778\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010812\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010842\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010871\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010899\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}}, \"last_daemon_update\": \"2023-12-27T22:15:10.010970\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:15:10.073 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:10 smithi005 bash[108203]: audit 2023-12-27T22:15:10.014678+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010702\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010778\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010812\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010842\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010871\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010899\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}}, \"last_daemon_update\": \"2023-12-27T22:15:10.010970\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:15:10.073 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:10 smithi005 bash[108203]: audit 2023-12-27T22:15:10.015253+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:10.074 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:10 smithi005 bash[111615]: audit 2023-12-27T22:15:10.011741+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010702\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010778\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010812\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010842\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010871\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010899\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}}, \"last_daemon_update\": \"2023-12-27T22:15:10.010970\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:15:10.074 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:10 smithi005 bash[111615]: audit 2023-12-27T22:15:10.014678+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010702\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010778\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010812\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010842\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010871\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010899\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}}, \"last_daemon_update\": \"2023-12-27T22:15:10.010970\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:15:10.074 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:10 smithi005 bash[111615]: audit 2023-12-27T22:15:10.015253+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:10.275 DEBUG:teuthology.orchestra.run.smithi005:osd.3> sudo journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.3.service 2023-12-27T22:15:10.278 INFO:tasks.cephadm:Deploying osd.4 on smithi115 with /dev/vg_nvme/lv_4... 2023-12-27T22:15:10.278 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-27T22:15:10.310 INFO:journalctl@ceph.osd.3.smithi005.stdout:-- Logs begin at Wed 2023-12-27 22:03:14 UTC. -- 2023-12-27T22:15:10.311 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:10 smithi115 bash[108225]: cephadm 2023-12-27T22:15:08.433065+0000 mgr.y (mgr.14142) 74 : cephadm [INF] Deploying daemon osd.3 on smithi005 2023-12-27T22:15:10.311 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:10 smithi115 bash[108225]: cluster 2023-12-27T22:15:08.934920+0000 mgr.y (mgr.14142) 75 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 720 KiB used, 265 GiB / 268 GiB avail 2023-12-27T22:15:10.311 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:10 smithi115 bash[108225]: cluster 2023-12-27T22:15:09.047141+0000 mon.a (mon.0) 373 : cluster [DBG] osdmap e30: 4 total, 2 up, 3 in 2023-12-27T22:15:10.311 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:10 smithi115 bash[108225]: audit 2023-12-27T22:15:09.047277+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:15:10.311 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:10 smithi115 bash[108225]: audit 2023-12-27T22:15:09.885970+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302096\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302200\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302257\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302309\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302371\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}}, \"last_device_update\": \"2023-12-27T22:14:59.282591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:15:10.311 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:10 smithi115 bash[108225]: audit 2023-12-27T22:15:09.890019+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302096\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302200\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302257\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302309\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:00.302371\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}}, \"last_device_update\": \"2023-12-27T22:14:59.282591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:15:10.311 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:10 smithi115 bash[108225]: audit 2023-12-27T22:15:10.011741+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010702\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010778\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010812\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010842\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010871\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010899\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}}, \"last_daemon_update\": \"2023-12-27T22:15:10.010970\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:15:10.311 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:10 smithi115 bash[108225]: audit 2023-12-27T22:15:10.014678+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010702\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010778\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010812\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010842\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010871\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010899\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}}, \"last_daemon_update\": \"2023-12-27T22:15:10.010970\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:15:10.311 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:10 smithi115 bash[108225]: audit 2023-12-27T22:15:10.015253+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:10.681 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:15:10 smithi005 bash[120114]: debug 2023-12-27T22:15:10.459+0000 7f791a023ec0 -1 Falling back to public interface 2023-12-27T22:15:11.036 INFO:journalctl@ceph.osd.3.smithi005.stdout:Dec 27 22:15:10 smithi005 bash[120176]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-27T22:15:11.036 INFO:journalctl@ceph.osd.3.smithi005.stdout:Dec 27 22:15:10 smithi005 bash[120176]: 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-27T22:15:11.037 INFO:journalctl@ceph.osd.3.smithi005.stdout:Dec 27 22:15:10 smithi005 bash[120176]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2023-12-27T22:15:11.037 INFO:journalctl@ceph.osd.3.smithi005.stdout:Dec 27 22:15:10 smithi005 bash[120176]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2023-12-27T22:15:11.037 INFO:journalctl@ceph.osd.3.smithi005.stdout:Dec 27 22:15:10 smithi005 bash[120176]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-12-27T22:15:11.037 INFO:journalctl@ceph.osd.3.smithi005.stdout:Dec 27 22:15:10 smithi005 bash[120176]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-27T22:15:11.037 INFO:journalctl@ceph.osd.3.smithi005.stdout:Dec 27 22:15:10 smithi005 bash[120176]: --> ceph-volume lvm activate successful for osd ID: 3 2023-12-27T22:15:11.363 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:15:11 smithi005 bash[120114]: debug 2023-12-27T22:15:11.035+0000 7f791a023ec0 -1 osd.2 28 log_to_monitors {default=true} 2023-12-27T22:15:11.364 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:15:11 smithi005 bash[120114]: debug 2023-12-27T22:15:11.042+0000 7f7909fec700 -1 osd.2 28 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-27T22:15:11.512 INFO:teuthology.orchestra.run.smithi115.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-27T22:15:11.512 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-27T22:15:11.512 INFO:teuthology.orchestra.run.smithi115.stderr: stderr: 10+0 records in 2023-12-27T22:15:11.512 INFO:teuthology.orchestra.run.smithi115.stderr:10+0 records out 2023-12-27T22:15:11.512 INFO:teuthology.orchestra.run.smithi115.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0108806 s, 964 MB/s 2023-12-27T22:15:11.512 INFO:teuthology.orchestra.run.smithi115.stderr:--> Zapping successful for: 2023-12-27T22:15:11.875 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi115:vg_nvme/lv_4 2023-12-27T22:15:12.161 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:11 smithi115 bash[108225]: cluster 2023-12-27T22:15:10.935193+0000 mgr.y (mgr.14142) 76 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 720 KiB used, 265 GiB / 268 GiB avail 2023-12-27T22:15:12.161 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:11 smithi115 bash[108225]: audit 2023-12-27T22:15:11.040176+0000 mon.a (mon.0) 380 : audit [INF] from='osd.2 [v2:172.21.15.5:6818/260067506,v1:172.21.15.5:6819/260067506]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-27T22:15:12.161 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:11 smithi115 bash[108225]: audit 2023-12-27T22:15:11.040802+0000 mon.a (mon.0) 381 : audit [INF] from='osd.2 [v2:172.21.15.5:6818/260067506,v1:172.21.15.5:6819/260067506]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:15:12.349 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:11 smithi005 bash[108203]: cluster 2023-12-27T22:15:10.935193+0000 mgr.y (mgr.14142) 76 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 720 KiB used, 265 GiB / 268 GiB avail 2023-12-27T22:15:12.349 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:11 smithi005 bash[108203]: audit 2023-12-27T22:15:11.040176+0000 mon.a (mon.0) 380 : audit [INF] from='osd.2 [v2:172.21.15.5:6818/260067506,v1:172.21.15.5:6819/260067506]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-27T22:15:12.349 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:11 smithi005 bash[108203]: audit 2023-12-27T22:15:11.040802+0000 mon.a (mon.0) 381 : audit [INF] from='osd.2 [v2:172.21.15.5:6818/260067506,v1:172.21.15.5:6819/260067506]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:15:12.349 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:11 smithi005 bash[111615]: cluster 2023-12-27T22:15:10.935193+0000 mgr.y (mgr.14142) 76 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 720 KiB used, 265 GiB / 268 GiB avail 2023-12-27T22:15:12.350 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:11 smithi005 bash[111615]: audit 2023-12-27T22:15:11.040176+0000 mon.a (mon.0) 380 : audit [INF] from='osd.2 [v2:172.21.15.5:6818/260067506,v1:172.21.15.5:6819/260067506]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-27T22:15:12.350 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:11 smithi005 bash[111615]: audit 2023-12-27T22:15:11.040802+0000 mon.a (mon.0) 381 : audit [INF] from='osd.2 [v2:172.21.15.5:6818/260067506,v1:172.21.15.5:6819/260067506]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:15:12.350 INFO:journalctl@ceph.osd.3.smithi005.stdout:Dec 27 22:15:12 smithi005 bash[120540]: debug 2023-12-27T22:15:12.123+0000 7f84e15d9ec0 -1 Falling back to public interface 2023-12-27T22:15:12.863 INFO:journalctl@ceph.osd.3.smithi005.stdout:Dec 27 22:15:12 smithi005 bash[120540]: debug 2023-12-27T22:15:12.673+0000 7f84e15d9ec0 -1 osd.3 0 log_to_monitors {default=true} 2023-12-27T22:15:13.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:12 smithi115 bash[108225]: cluster 2023-12-27T22:15:12.047622+0000 mon.a (mon.0) 382 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-27T22:15:13.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:12 smithi115 bash[108225]: cluster 2023-12-27T22:15:12.047645+0000 mon.a (mon.0) 383 : cluster [INF] Cluster is now healthy 2023-12-27T22:15:13.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:12 smithi115 bash[108225]: cluster 2023-12-27T22:15:12.051629+0000 mon.a (mon.0) 384 : cluster [INF] osd.2 [v2:172.21.15.5:6818/260067506,v1:172.21.15.5:6819/260067506] boot 2023-12-27T22:15:13.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:12 smithi115 bash[108225]: cluster 2023-12-27T22:15:12.051672+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e31: 4 total, 3 up, 3 in 2023-12-27T22:15:13.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:12 smithi115 bash[108225]: audit 2023-12-27T22:15:12.051928+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:15:13.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:12 smithi115 bash[108225]: audit 2023-12-27T22:15:12.052284+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:15:13.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:12 smithi115 bash[108225]: audit 2023-12-27T22:15:12.677328+0000 mon.c (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.5:6826/2499213662,v1:172.21.15.5:6827/2499213662]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-27T22:15:13.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:12 smithi115 bash[108225]: audit 2023-12-27T22:15:12.677606+0000 mon.a (mon.0) 388 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-27T22:15:13.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:12 smithi115 bash[108225]: audit 2023-12-27T22:15:12.708639+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:13.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:12 smithi115 bash[108225]: audit 2023-12-27T22:15:12.921533+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010702\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010778\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010812\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010842\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010871\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010899\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}}, \"last_daemon_update\": \"2023-12-27T22:15:10.010970\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:15:13.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:12 smithi115 bash[108225]: audit 2023-12-27T22:15:12.925046+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010702\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010778\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010812\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010842\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010871\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010899\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}}, \"last_daemon_update\": \"2023-12-27T22:15:10.010970\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:15:13.256 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:12 smithi115 bash[108225]: audit 2023-12-27T22:15:12.926177+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:13.310 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:12 smithi005 bash[108203]: cluster 2023-12-27T22:15:12.047622+0000 mon.a (mon.0) 382 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-27T22:15:13.310 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:12 smithi005 bash[108203]: cluster 2023-12-27T22:15:12.047645+0000 mon.a (mon.0) 383 : cluster [INF] Cluster is now healthy 2023-12-27T22:15:13.310 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:12 smithi005 bash[108203]: cluster 2023-12-27T22:15:12.051629+0000 mon.a (mon.0) 384 : cluster [INF] osd.2 [v2:172.21.15.5:6818/260067506,v1:172.21.15.5:6819/260067506] boot 2023-12-27T22:15:13.310 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:12 smithi005 bash[108203]: cluster 2023-12-27T22:15:12.051672+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e31: 4 total, 3 up, 3 in 2023-12-27T22:15:13.310 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:12 smithi005 bash[108203]: audit 2023-12-27T22:15:12.051928+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:15:13.310 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:12 smithi005 bash[108203]: audit 2023-12-27T22:15:12.052284+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:15:13.310 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:12 smithi005 bash[108203]: audit 2023-12-27T22:15:12.677328+0000 mon.c (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.5:6826/2499213662,v1:172.21.15.5:6827/2499213662]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-27T22:15:13.310 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:12 smithi005 bash[108203]: audit 2023-12-27T22:15:12.677606+0000 mon.a (mon.0) 388 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-27T22:15:13.310 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:12 smithi005 bash[108203]: audit 2023-12-27T22:15:12.708639+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:13.311 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:12 smithi005 bash[111615]: cluster 2023-12-27T22:15:12.047622+0000 mon.a (mon.0) 382 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-27T22:15:13.311 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:12 smithi005 bash[111615]: cluster 2023-12-27T22:15:12.047645+0000 mon.a (mon.0) 383 : cluster [INF] Cluster is now healthy 2023-12-27T22:15:13.311 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:12 smithi005 bash[111615]: cluster 2023-12-27T22:15:12.051629+0000 mon.a (mon.0) 384 : cluster [INF] osd.2 [v2:172.21.15.5:6818/260067506,v1:172.21.15.5:6819/260067506] boot 2023-12-27T22:15:13.311 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:12 smithi005 bash[111615]: cluster 2023-12-27T22:15:12.051672+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e31: 4 total, 3 up, 3 in 2023-12-27T22:15:13.311 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:12 smithi005 bash[111615]: audit 2023-12-27T22:15:12.051928+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:15:13.311 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:12 smithi005 bash[111615]: audit 2023-12-27T22:15:12.052284+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:15:13.311 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:12 smithi005 bash[111615]: audit 2023-12-27T22:15:12.677328+0000 mon.c (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.5:6826/2499213662,v1:172.21.15.5:6827/2499213662]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-27T22:15:13.311 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:12 smithi005 bash[111615]: audit 2023-12-27T22:15:12.677606+0000 mon.a (mon.0) 388 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-27T22:15:13.311 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:12 smithi005 bash[111615]: audit 2023-12-27T22:15:12.708639+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:13.312 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:12 smithi005 bash[108203]: audit 2023-12-27T22:15:12.921533+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010702\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010778\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010812\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010842\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010871\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010899\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}}, \"last_daemon_update\": \"2023-12-27T22:15:10.010970\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:15:13.312 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:12 smithi005 bash[111615]: audit 2023-12-27T22:15:12.921533+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010702\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010778\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010812\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010842\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010871\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010899\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}}, \"last_daemon_update\": \"2023-12-27T22:15:10.010970\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:15:13.312 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:12 smithi005 bash[108203]: audit 2023-12-27T22:15:12.925046+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010702\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010778\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010812\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010842\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010871\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010899\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}}, \"last_daemon_update\": \"2023-12-27T22:15:10.010970\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:15:13.312 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:12 smithi005 bash[108203]: audit 2023-12-27T22:15:12.926177+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:13.313 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:12 smithi005 bash[111615]: audit 2023-12-27T22:15:12.925046+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010702\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010778\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010812\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010842\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010871\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:10.010899\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}}, \"last_daemon_update\": \"2023-12-27T22:15:10.010970\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:15:13.313 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:12 smithi005 bash[111615]: audit 2023-12-27T22:15:12.926177+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:14.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:14 smithi115 bash[108225]: cluster 2023-12-27T22:15:12.935466+0000 mgr.y (mgr.14142) 77 : cluster [DBG] pgmap v76: 1 pgs: 1 active+undersized+degraded; 0 B data, 752 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2023-12-27T22:15:14.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:14 smithi115 bash[108225]: audit 2023-12-27T22:15:13.052320+0000 mon.a (mon.0) 393 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-27T22:15:14.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:14 smithi115 bash[108225]: cluster 2023-12-27T22:15:13.052387+0000 mon.a (mon.0) 394 : cluster [DBG] osdmap e32: 4 total, 3 up, 3 in 2023-12-27T22:15:14.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:14 smithi115 bash[108225]: audit 2023-12-27T22:15:13.052537+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:15:14.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:14 smithi115 bash[108225]: audit 2023-12-27T22:15:13.053219+0000 mon.c (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.5:6826/2499213662,v1:172.21.15.5:6827/2499213662]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:15:14.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:14 smithi115 bash[108225]: audit 2023-12-27T22:15:13.053819+0000 mon.a (mon.0) 396 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:15:14.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:14 smithi115 bash[108225]: audit 2023-12-27T22:15:13.054517+0000 mgr.y (mgr.14142) 78 : audit [DBG] from='client.34187 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi115:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:15:14.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:14 smithi115 bash[108225]: cephadm 2023-12-27T22:15:13.055332+0000 mgr.y (mgr.14142) 79 : cephadm [INF] Applying osd on host smithi115... 2023-12-27T22:15:14.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:14 smithi115 bash[108225]: audit 2023-12-27T22:15:13.055544+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-27T22:15:14.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:14 smithi115 bash[108225]: audit 2023-12-27T22:15:13.056122+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:14.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:14 smithi115 bash[108225]: audit 2023-12-27T22:15:13.056944+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:14.256 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:14 smithi115 bash[108225]: audit 2023-12-27T22:15:13.840395+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839318\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839402\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839436\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839466\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839495\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839524\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:15:13.839553\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}}, \"last_daemon_update\": \"2023-12-27T22:15:13.839629\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:15:14.256 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:14 smithi115 bash[108225]: audit 2023-12-27T22:15:13.843086+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839318\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839402\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839436\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839466\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839495\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839524\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:15:13.839553\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}}, \"last_daemon_update\": \"2023-12-27T22:15:13.839629\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:15:14.256 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:14 smithi115 bash[108225]: cluster 2023-12-27T22:15:13.922769+0000 mon.a (mon.0) 402 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-27T22:15:14.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[108203]: cluster 2023-12-27T22:15:12.935466+0000 mgr.y (mgr.14142) 77 : cluster [DBG] pgmap v76: 1 pgs: 1 active+undersized+degraded; 0 B data, 752 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2023-12-27T22:15:14.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[108203]: audit 2023-12-27T22:15:13.052320+0000 mon.a (mon.0) 393 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-27T22:15:14.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[108203]: cluster 2023-12-27T22:15:13.052387+0000 mon.a (mon.0) 394 : cluster [DBG] osdmap e32: 4 total, 3 up, 3 in 2023-12-27T22:15:14.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[108203]: audit 2023-12-27T22:15:13.052537+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:15:14.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[108203]: audit 2023-12-27T22:15:13.053219+0000 mon.c (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.5:6826/2499213662,v1:172.21.15.5:6827/2499213662]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:15:14.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[108203]: audit 2023-12-27T22:15:13.053819+0000 mon.a (mon.0) 396 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:15:14.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[108203]: audit 2023-12-27T22:15:13.054517+0000 mgr.y (mgr.14142) 78 : audit [DBG] from='client.34187 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi115:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:15:14.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[108203]: cephadm 2023-12-27T22:15:13.055332+0000 mgr.y (mgr.14142) 79 : cephadm [INF] Applying osd on host smithi115... 2023-12-27T22:15:14.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[108203]: audit 2023-12-27T22:15:13.055544+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-27T22:15:14.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[108203]: audit 2023-12-27T22:15:13.056122+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:14.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[108203]: audit 2023-12-27T22:15:13.056944+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:14.365 INFO:journalctl@ceph.osd.3.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[120540]: debug 2023-12-27T22:15:14.054+0000 7f84c6386700 -1 osd.3 0 waiting for initial osdmap 2023-12-27T22:15:14.365 INFO:journalctl@ceph.osd.3.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[120540]: debug 2023-12-27T22:15:14.061+0000 7f84d15a2700 -1 osd.3 33 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-12-27T22:15:14.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[111615]: cluster 2023-12-27T22:15:12.935466+0000 mgr.y (mgr.14142) 77 : cluster [DBG] pgmap v76: 1 pgs: 1 active+undersized+degraded; 0 B data, 752 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2023-12-27T22:15:14.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[111615]: audit 2023-12-27T22:15:13.052320+0000 mon.a (mon.0) 393 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-27T22:15:14.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[111615]: cluster 2023-12-27T22:15:13.052387+0000 mon.a (mon.0) 394 : cluster [DBG] osdmap e32: 4 total, 3 up, 3 in 2023-12-27T22:15:14.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[111615]: audit 2023-12-27T22:15:13.052537+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:15:14.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[111615]: audit 2023-12-27T22:15:13.053219+0000 mon.c (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.5:6826/2499213662,v1:172.21.15.5:6827/2499213662]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:15:14.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[111615]: audit 2023-12-27T22:15:13.053819+0000 mon.a (mon.0) 396 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:15:14.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[111615]: audit 2023-12-27T22:15:13.054517+0000 mgr.y (mgr.14142) 78 : audit [DBG] from='client.34187 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi115:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:15:14.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[111615]: cephadm 2023-12-27T22:15:13.055332+0000 mgr.y (mgr.14142) 79 : cephadm [INF] Applying osd on host smithi115... 2023-12-27T22:15:14.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[111615]: audit 2023-12-27T22:15:13.055544+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-27T22:15:14.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[111615]: audit 2023-12-27T22:15:13.056122+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:14.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[111615]: audit 2023-12-27T22:15:13.056944+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:14.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[108203]: audit 2023-12-27T22:15:13.840395+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839318\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839402\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839436\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839466\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839495\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839524\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:15:13.839553\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}}, \"last_daemon_update\": \"2023-12-27T22:15:13.839629\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:15:14.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[108203]: audit 2023-12-27T22:15:13.843086+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839318\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839402\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839436\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839466\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839495\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839524\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:15:13.839553\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}}, \"last_daemon_update\": \"2023-12-27T22:15:13.839629\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:15:14.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[108203]: cluster 2023-12-27T22:15:13.922769+0000 mon.a (mon.0) 402 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-27T22:15:14.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[111615]: audit 2023-12-27T22:15:13.840395+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839318\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839402\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839436\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839466\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839495\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839524\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:15:13.839553\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}}, \"last_daemon_update\": \"2023-12-27T22:15:13.839629\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:15:14.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[111615]: audit 2023-12-27T22:15:13.843086+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839318\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839402\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839436\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839466\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839495\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839524\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:15:13.839553\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}}, \"last_daemon_update\": \"2023-12-27T22:15:13.839629\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:15:14.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:14 smithi005 bash[111615]: cluster 2023-12-27T22:15:13.922769+0000 mon.a (mon.0) 402 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-27T22:15:15.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:15 smithi005 bash[108203]: cluster 2023-12-27T22:15:13.718140+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-27T22:15:15.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:15 smithi005 bash[108203]: cluster 2023-12-27T22:15:13.718181+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-27T22:15:15.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:15 smithi005 bash[108203]: audit 2023-12-27T22:15:14.053244+0000 mon.a (mon.0) 403 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2023-12-27T22:15:15.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:15 smithi005 bash[108203]: cluster 2023-12-27T22:15:14.053302+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e33: 4 total, 3 up, 3 in 2023-12-27T22:15:15.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:15 smithi005 bash[108203]: audit 2023-12-27T22:15:14.053893+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:15:15.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:15 smithi005 bash[108203]: audit 2023-12-27T22:15:14.530549+0000 mon.b (mon.2) 5 : audit [INF] from='client.? 172.21.15.115:0/4104777256' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4"}]: dispatch 2023-12-27T22:15:15.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:15 smithi005 bash[108203]: audit 2023-12-27T22:15:14.530967+0000 mon.a (mon.0) 406 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4"}]: dispatch 2023-12-27T22:15:15.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:15 smithi005 bash[108203]: cluster 2023-12-27T22:15:14.535968+0000 mon.a (mon.0) 407 : cluster [INF] osd.3 [v2:172.21.15.5:6826/2499213662,v1:172.21.15.5:6827/2499213662] boot 2023-12-27T22:15:15.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:15 smithi005 bash[108203]: audit 2023-12-27T22:15:14.536013+0000 mon.a (mon.0) 408 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4"}]': finished 2023-12-27T22:15:15.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:15 smithi005 bash[108203]: cluster 2023-12-27T22:15:14.536103+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e34: 5 total, 4 up, 4 in 2023-12-27T22:15:15.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:15 smithi005 bash[108203]: audit 2023-12-27T22:15:14.536276+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:15:15.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:15 smithi005 bash[108203]: audit 2023-12-27T22:15:14.536739+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-27T22:15:15.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:15 smithi005 bash[111615]: cluster 2023-12-27T22:15:13.718140+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-27T22:15:15.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:15 smithi005 bash[111615]: cluster 2023-12-27T22:15:13.718181+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-27T22:15:15.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:15 smithi005 bash[111615]: audit 2023-12-27T22:15:14.053244+0000 mon.a (mon.0) 403 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2023-12-27T22:15:15.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:15 smithi005 bash[111615]: cluster 2023-12-27T22:15:14.053302+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e33: 4 total, 3 up, 3 in 2023-12-27T22:15:15.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:15 smithi005 bash[111615]: audit 2023-12-27T22:15:14.053893+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:15:15.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:15 smithi005 bash[111615]: audit 2023-12-27T22:15:14.530549+0000 mon.b (mon.2) 5 : audit [INF] from='client.? 172.21.15.115:0/4104777256' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4"}]: dispatch 2023-12-27T22:15:15.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:15 smithi005 bash[111615]: audit 2023-12-27T22:15:14.530967+0000 mon.a (mon.0) 406 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4"}]: dispatch 2023-12-27T22:15:15.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:15 smithi005 bash[111615]: cluster 2023-12-27T22:15:14.535968+0000 mon.a (mon.0) 407 : cluster [INF] osd.3 [v2:172.21.15.5:6826/2499213662,v1:172.21.15.5:6827/2499213662] boot 2023-12-27T22:15:15.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:15 smithi005 bash[111615]: audit 2023-12-27T22:15:14.536013+0000 mon.a (mon.0) 408 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4"}]': finished 2023-12-27T22:15:15.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:15 smithi005 bash[111615]: cluster 2023-12-27T22:15:14.536103+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e34: 5 total, 4 up, 4 in 2023-12-27T22:15:15.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:15 smithi005 bash[111615]: audit 2023-12-27T22:15:14.536276+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:15:15.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:15 smithi005 bash[111615]: audit 2023-12-27T22:15:14.536739+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-27T22:15:15.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:15 smithi115 bash[108225]: cluster 2023-12-27T22:15:13.718140+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-27T22:15:15.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:15 smithi115 bash[108225]: cluster 2023-12-27T22:15:13.718181+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-27T22:15:15.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:15 smithi115 bash[108225]: audit 2023-12-27T22:15:14.053244+0000 mon.a (mon.0) 403 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2023-12-27T22:15:15.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:15 smithi115 bash[108225]: cluster 2023-12-27T22:15:14.053302+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e33: 4 total, 3 up, 3 in 2023-12-27T22:15:15.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:15 smithi115 bash[108225]: audit 2023-12-27T22:15:14.053893+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:15:15.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:15 smithi115 bash[108225]: audit 2023-12-27T22:15:14.530549+0000 mon.b (mon.2) 5 : audit [INF] from='client.? 172.21.15.115:0/4104777256' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4"}]: dispatch 2023-12-27T22:15:15.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:15 smithi115 bash[108225]: audit 2023-12-27T22:15:14.530967+0000 mon.a (mon.0) 406 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4"}]: dispatch 2023-12-27T22:15:15.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:15 smithi115 bash[108225]: cluster 2023-12-27T22:15:14.535968+0000 mon.a (mon.0) 407 : cluster [INF] osd.3 [v2:172.21.15.5:6826/2499213662,v1:172.21.15.5:6827/2499213662] boot 2023-12-27T22:15:15.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:15 smithi115 bash[108225]: audit 2023-12-27T22:15:14.536013+0000 mon.a (mon.0) 408 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4"}]': finished 2023-12-27T22:15:15.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:15 smithi115 bash[108225]: cluster 2023-12-27T22:15:14.536103+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e34: 5 total, 4 up, 4 in 2023-12-27T22:15:15.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:15 smithi115 bash[108225]: audit 2023-12-27T22:15:14.536276+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:15:15.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:15 smithi115 bash[108225]: audit 2023-12-27T22:15:14.536739+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-27T22:15:16.363 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:16 smithi005 bash[111615]: cluster 2023-12-27T22:15:14.935911+0000 mgr.y (mgr.14142) 80 : cluster [DBG] pgmap v80: 1 pgs: 1 active+undersized+degraded; 0 B data, 752 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2023-12-27T22:15:16.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:16 smithi005 bash[111615]: audit 2023-12-27T22:15:15.306944+0000 mon.b (mon.2) 6 : audit [DBG] from='client.? 172.21.15.115:0/3662338410' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-27T22:15:16.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:16 smithi005 bash[111615]: cluster 2023-12-27T22:15:15.539604+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e35: 5 total, 4 up, 4 in 2023-12-27T22:15:16.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:16 smithi005 bash[111615]: audit 2023-12-27T22:15:15.539788+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-27T22:15:16.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:16 smithi005 bash[108203]: cluster 2023-12-27T22:15:14.935911+0000 mgr.y (mgr.14142) 80 : cluster [DBG] pgmap v80: 1 pgs: 1 active+undersized+degraded; 0 B data, 752 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2023-12-27T22:15:16.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:16 smithi005 bash[108203]: audit 2023-12-27T22:15:15.306944+0000 mon.b (mon.2) 6 : audit [DBG] from='client.? 172.21.15.115:0/3662338410' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-27T22:15:16.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:16 smithi005 bash[108203]: cluster 2023-12-27T22:15:15.539604+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e35: 5 total, 4 up, 4 in 2023-12-27T22:15:16.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:16 smithi005 bash[108203]: audit 2023-12-27T22:15:15.539788+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-27T22:15:16.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:16 smithi115 bash[108225]: cluster 2023-12-27T22:15:14.935911+0000 mgr.y (mgr.14142) 80 : cluster [DBG] pgmap v80: 1 pgs: 1 active+undersized+degraded; 0 B data, 752 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2023-12-27T22:15:16.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:16 smithi115 bash[108225]: audit 2023-12-27T22:15:15.306944+0000 mon.b (mon.2) 6 : audit [DBG] from='client.? 172.21.15.115:0/3662338410' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-27T22:15:16.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:16 smithi115 bash[108225]: cluster 2023-12-27T22:15:15.539604+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e35: 5 total, 4 up, 4 in 2023-12-27T22:15:16.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:16 smithi115 bash[108225]: audit 2023-12-27T22:15:15.539788+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-27T22:15:17.352 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:17 smithi115 bash[108225]: cluster 2023-12-27T22:15:16.936216+0000 mgr.y (mgr.14142) 81 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-27T22:15:17.363 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:17 smithi005 bash[111615]: cluster 2023-12-27T22:15:16.936216+0000 mgr.y (mgr.14142) 81 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-27T22:15:17.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:17 smithi005 bash[108203]: cluster 2023-12-27T22:15:16.936216+0000 mgr.y (mgr.14142) 81 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-27T22:15:18.352 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:18 smithi115 bash[108225]: cluster 2023-12-27T22:15:17.059128+0000 mon.a (mon.0) 414 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2023-12-27T22:15:18.352 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:18 smithi115 bash[108225]: cluster 2023-12-27T22:15:17.059185+0000 mon.a (mon.0) 415 : cluster [INF] Cluster is now healthy 2023-12-27T22:15:18.353 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:18 smithi115 bash[108225]: audit 2023-12-27T22:15:17.500173+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:18.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:18 smithi005 bash[108203]: cluster 2023-12-27T22:15:17.059128+0000 mon.a (mon.0) 414 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2023-12-27T22:15:18.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:18 smithi005 bash[108203]: cluster 2023-12-27T22:15:17.059185+0000 mon.a (mon.0) 415 : cluster [INF] Cluster is now healthy 2023-12-27T22:15:18.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:18 smithi005 bash[108203]: audit 2023-12-27T22:15:17.500173+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:18.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:18 smithi005 bash[111615]: cluster 2023-12-27T22:15:17.059128+0000 mon.a (mon.0) 414 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2023-12-27T22:15:18.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:18 smithi005 bash[111615]: cluster 2023-12-27T22:15:17.059185+0000 mon.a (mon.0) 415 : cluster [INF] Cluster is now healthy 2023-12-27T22:15:18.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:18 smithi005 bash[111615]: audit 2023-12-27T22:15:17.500173+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:19.342 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:19 smithi115 bash[108225]: cluster 2023-12-27T22:15:18.936716+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-27T22:15:19.342 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:19 smithi115 bash[108225]: audit 2023-12-27T22:15:19.042001+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-27T22:15:19.342 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:19 smithi115 bash[108225]: audit 2023-12-27T22:15:19.042781+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:19.342 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:19 smithi115 bash[108225]: cephadm 2023-12-27T22:15:19.043342+0000 mgr.y (mgr.14142) 83 : cephadm [INF] Deploying daemon osd.4 on smithi115 2023-12-27T22:15:19.342 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:19 smithi115 bash[108225]: audit 2023-12-27T22:15:19.043654+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2023-12-27T22:15:19.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:19 smithi005 bash[108203]: cluster 2023-12-27T22:15:18.936716+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-27T22:15:19.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:19 smithi005 bash[108203]: audit 2023-12-27T22:15:19.042001+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-27T22:15:19.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:19 smithi005 bash[108203]: audit 2023-12-27T22:15:19.042781+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:19.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:19 smithi005 bash[108203]: cephadm 2023-12-27T22:15:19.043342+0000 mgr.y (mgr.14142) 83 : cephadm [INF] Deploying daemon osd.4 on smithi115 2023-12-27T22:15:19.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:19 smithi005 bash[108203]: audit 2023-12-27T22:15:19.043654+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2023-12-27T22:15:19.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:19 smithi005 bash[111615]: cluster 2023-12-27T22:15:18.936716+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-27T22:15:19.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:19 smithi005 bash[111615]: audit 2023-12-27T22:15:19.042001+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-27T22:15:19.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:19 smithi005 bash[111615]: audit 2023-12-27T22:15:19.042781+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:19.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:19 smithi005 bash[111615]: cephadm 2023-12-27T22:15:19.043342+0000 mgr.y (mgr.14142) 83 : cephadm [INF] Deploying daemon osd.4 on smithi115 2023-12-27T22:15:19.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:19 smithi005 bash[111615]: audit 2023-12-27T22:15:19.043654+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2023-12-27T22:15:20.119 INFO:teuthology.orchestra.run.smithi115.stdout:Created osd(s) 4 on host 'smithi115' 2023-12-27T22:15:20.353 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:20 smithi115 bash[108225]: audit 2023-12-27T22:15:20.113248+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:17.265833\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:17.265929\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:19.041720\"}}, \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:20.353 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:20 smithi115 bash[108225]: audit 2023-12-27T22:15:20.113741+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:20.353 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:20 smithi115 bash[108225]: audit 2023-12-27T22:15:20.117198+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:17.265833\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:17.265929\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:19.041720\"}}, \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:20.548 DEBUG:teuthology.orchestra.run.smithi115:osd.4> sudo journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.4.service 2023-12-27T22:15:20.550 INFO:tasks.cephadm:Deploying osd.5 on smithi115 with /dev/vg_nvme/lv_3... 2023-12-27T22:15:20.550 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-27T22:15:20.580 INFO:journalctl@ceph.osd.4.smithi115.stdout:-- Logs begin at Wed 2023-12-27 22:03:14 UTC. -- 2023-12-27T22:15:20.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:20 smithi005 bash[108203]: audit 2023-12-27T22:15:20.113248+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:17.265833\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:17.265929\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:19.041720\"}}, \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:20.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:20 smithi005 bash[108203]: audit 2023-12-27T22:15:20.113741+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:20.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:20 smithi005 bash[108203]: audit 2023-12-27T22:15:20.117198+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:17.265833\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:17.265929\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:19.041720\"}}, \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:20.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:20 smithi005 bash[111615]: audit 2023-12-27T22:15:20.113248+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:17.265833\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:17.265929\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:19.041720\"}}, \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:20.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:20 smithi005 bash[111615]: audit 2023-12-27T22:15:20.113741+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:20.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:20 smithi005 bash[111615]: audit 2023-12-27T22:15:20.117198+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:17.265833\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:14:17.265929\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:19.041720\"}}, \"last_device_update\": \"2023-12-27T22:13:46.754973\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:20.869 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:20 smithi115 bash[110409]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-27T22:15:20.869 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:20 smithi115 bash[110409]: 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-27T22:15:20.869 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:20 smithi115 bash[110409]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2023-12-27T22:15:20.869 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:20 smithi115 bash[110409]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2023-12-27T22:15:20.869 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:20 smithi115 bash[110409]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-27T22:15:20.869 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:20 smithi115 bash[110409]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-27T22:15:20.869 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:20 smithi115 bash[110409]: --> ceph-volume lvm activate successful for osd ID: 4 2023-12-27T22:15:22.105 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:22 smithi115 bash[110691]: debug 2023-12-27T22:15:22.026+0000 7fb3347a7ec0 -1 Falling back to public interface 2023-12-27T22:15:22.105 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:21 smithi115 bash[108225]: cluster 2023-12-27T22:15:20.937134+0000 mgr.y (mgr.14142) 84 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-27T22:15:22.105 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:21 smithi115 bash[108225]: audit 2023-12-27T22:15:21.076752+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.075953\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.076050\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"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-27T22:15:21.076089\", \"created\": \"2023-12-27T22:15:20.082948\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:19.041720\"}}, \"last_daemon_update\": \"2023-12-27T22:15:21.076169\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:22.106 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:21 smithi115 bash[108225]: audit 2023-12-27T22:15:21.080310+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.075953\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.076050\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"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-27T22:15:21.076089\", \"created\": \"2023-12-27T22:15:20.082948\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:19.041720\"}}, \"last_daemon_update\": \"2023-12-27T22:15:21.076169\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:22.106 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:21 smithi115 bash[108225]: audit 2023-12-27T22:15:21.080994+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:22.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:21 smithi005 bash[108203]: cluster 2023-12-27T22:15:20.937134+0000 mgr.y (mgr.14142) 84 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-27T22:15:22.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:21 smithi005 bash[108203]: audit 2023-12-27T22:15:21.076752+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.075953\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.076050\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"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-27T22:15:21.076089\", \"created\": \"2023-12-27T22:15:20.082948\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:19.041720\"}}, \"last_daemon_update\": \"2023-12-27T22:15:21.076169\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:22.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:21 smithi005 bash[108203]: audit 2023-12-27T22:15:21.080310+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.075953\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.076050\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"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-27T22:15:21.076089\", \"created\": \"2023-12-27T22:15:20.082948\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:19.041720\"}}, \"last_daemon_update\": \"2023-12-27T22:15:21.076169\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:22.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:21 smithi005 bash[108203]: audit 2023-12-27T22:15:21.080994+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:22.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:21 smithi005 bash[111615]: cluster 2023-12-27T22:15:20.937134+0000 mgr.y (mgr.14142) 84 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-27T22:15:22.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:21 smithi005 bash[111615]: audit 2023-12-27T22:15:21.076752+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.075953\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.076050\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"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-27T22:15:21.076089\", \"created\": \"2023-12-27T22:15:20.082948\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:19.041720\"}}, \"last_daemon_update\": \"2023-12-27T22:15:21.076169\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:22.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:21 smithi005 bash[111615]: audit 2023-12-27T22:15:21.080310+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.075953\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.076050\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"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-27T22:15:21.076089\", \"created\": \"2023-12-27T22:15:20.082948\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by 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_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:19.041720\"}}, \"last_daemon_update\": \"2023-12-27T22:15:21.076169\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:22.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:21 smithi005 bash[111615]: audit 2023-12-27T22:15:21.080994+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:22.675 INFO:teuthology.orchestra.run.smithi115.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-27T22:15:22.675 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-27T22:15:22.675 INFO:teuthology.orchestra.run.smithi115.stderr: stderr: 10+0 records in 2023-12-27T22:15:22.675 INFO:teuthology.orchestra.run.smithi115.stderr:10+0 records out 2023-12-27T22:15:22.675 INFO:teuthology.orchestra.run.smithi115.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0119832 s, 875 MB/s 2023-12-27T22:15:22.675 INFO:teuthology.orchestra.run.smithi115.stderr:--> Zapping successful for: 2023-12-27T22:15:22.710 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:22 smithi115 bash[110691]: debug 2023-12-27T22:15:22.586+0000 7fb3347a7ec0 -1 osd.4 0 log_to_monitors {default=true} 2023-12-27T22:15:23.001 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi115:vg_nvme/lv_3 2023-12-27T22:15:23.234 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:22 smithi115 bash[108225]: audit 2023-12-27T22:15:22.590230+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.115:6800/1381577612,v1:172.21.15.115:6801/1381577612]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-27T22:15:23.234 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:22 smithi115 bash[108225]: audit 2023-12-27T22:15:22.590575+0000 mon.a (mon.0) 426 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-27T22:15:23.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:22 smithi005 bash[108203]: audit 2023-12-27T22:15:22.590230+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.115:6800/1381577612,v1:172.21.15.115:6801/1381577612]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-27T22:15:23.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:22 smithi005 bash[108203]: audit 2023-12-27T22:15:22.590575+0000 mon.a (mon.0) 426 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-27T22:15:23.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:22 smithi005 bash[111615]: audit 2023-12-27T22:15:22.590230+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.115:6800/1381577612,v1:172.21.15.115:6801/1381577612]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-27T22:15:23.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:22 smithi005 bash[111615]: audit 2023-12-27T22:15:22.590575+0000 mon.a (mon.0) 426 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-27T22:15:24.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:24 smithi115 bash[108225]: cluster 2023-12-27T22:15:22.937512+0000 mgr.y (mgr.14142) 85 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2023-12-27T22:15:24.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:24 smithi115 bash[108225]: audit 2023-12-27T22:15:22.993091+0000 mon.a (mon.0) 427 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-27T22:15:24.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:24 smithi115 bash[108225]: cluster 2023-12-27T22:15:22.993140+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e36: 5 total, 4 up, 4 in 2023-12-27T22:15:24.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:24 smithi115 bash[108225]: audit 2023-12-27T22:15:22.993292+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-27T22:15:24.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:24 smithi115 bash[108225]: audit 2023-12-27T22:15:22.996602+0000 mon.b (mon.2) 8 : audit [INF] from='osd.4 [v2:172.21.15.115:6800/1381577612,v1:172.21.15.115:6801/1381577612]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:24.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:24 smithi115 bash[108225]: audit 2023-12-27T22:15:22.996895+0000 mon.a (mon.0) 430 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:24.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:24 smithi115 bash[108225]: audit 2023-12-27T22:15:23.482031+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:24.255 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:24 smithi115 bash[110691]: debug 2023-12-27T22:15:24.003+0000 7fb31d55c700 -1 osd.4 0 waiting for initial osdmap 2023-12-27T22:15:24.256 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:24 smithi115 bash[110691]: debug 2023-12-27T22:15:24.008+0000 7fb328778700 -1 osd.4 37 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-27T22:15:24.256 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:24 smithi115 bash[108225]: audit 2023-12-27T22:15:23.670694+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.075953\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.076050\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"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-27T22:15:21.076089\", \"created\": \"2023-12-27T22:15:20.082948\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:19.041720\"}}, \"last_daemon_update\": \"2023-12-27T22:15:21.076169\", \"last_device_update\": \"2023-12-27T22:15:23.670122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:24.256 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:24 smithi115 bash[108225]: audit 2023-12-27T22:15:23.674949+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.075953\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.076050\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"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-27T22:15:21.076089\", \"created\": \"2023-12-27T22:15:20.082948\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:19.041720\"}}, \"last_daemon_update\": \"2023-12-27T22:15:21.076169\", \"last_device_update\": \"2023-12-27T22:15:23.670122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:24.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:24 smithi005 bash[111615]: cluster 2023-12-27T22:15:22.937512+0000 mgr.y (mgr.14142) 85 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2023-12-27T22:15:24.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:24 smithi005 bash[111615]: audit 2023-12-27T22:15:22.993091+0000 mon.a (mon.0) 427 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-27T22:15:24.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:24 smithi005 bash[111615]: cluster 2023-12-27T22:15:22.993140+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e36: 5 total, 4 up, 4 in 2023-12-27T22:15:24.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:24 smithi005 bash[111615]: audit 2023-12-27T22:15:22.993292+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-27T22:15:24.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:24 smithi005 bash[111615]: audit 2023-12-27T22:15:22.996602+0000 mon.b (mon.2) 8 : audit [INF] from='osd.4 [v2:172.21.15.115:6800/1381577612,v1:172.21.15.115:6801/1381577612]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:24.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:24 smithi005 bash[111615]: audit 2023-12-27T22:15:22.996895+0000 mon.a (mon.0) 430 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:24.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:24 smithi005 bash[111615]: audit 2023-12-27T22:15:23.482031+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:24.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:24 smithi005 bash[108203]: cluster 2023-12-27T22:15:22.937512+0000 mgr.y (mgr.14142) 85 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2023-12-27T22:15:24.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:24 smithi005 bash[108203]: audit 2023-12-27T22:15:22.993091+0000 mon.a (mon.0) 427 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-27T22:15:24.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:24 smithi005 bash[108203]: cluster 2023-12-27T22:15:22.993140+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e36: 5 total, 4 up, 4 in 2023-12-27T22:15:24.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:24 smithi005 bash[108203]: audit 2023-12-27T22:15:22.993292+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-27T22:15:24.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:24 smithi005 bash[108203]: audit 2023-12-27T22:15:22.996602+0000 mon.b (mon.2) 8 : audit [INF] from='osd.4 [v2:172.21.15.115:6800/1381577612,v1:172.21.15.115:6801/1381577612]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:24.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:24 smithi005 bash[108203]: audit 2023-12-27T22:15:22.996895+0000 mon.a (mon.0) 430 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:24.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:24 smithi005 bash[108203]: audit 2023-12-27T22:15:23.482031+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:24.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:24 smithi005 bash[108203]: audit 2023-12-27T22:15:23.670694+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.075953\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.076050\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"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-27T22:15:21.076089\", \"created\": \"2023-12-27T22:15:20.082948\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:19.041720\"}}, \"last_daemon_update\": \"2023-12-27T22:15:21.076169\", \"last_device_update\": \"2023-12-27T22:15:23.670122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:24.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:24 smithi005 bash[108203]: audit 2023-12-27T22:15:23.674949+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.075953\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.076050\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"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-27T22:15:21.076089\", \"created\": \"2023-12-27T22:15:20.082948\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:19.041720\"}}, \"last_daemon_update\": \"2023-12-27T22:15:21.076169\", \"last_device_update\": \"2023-12-27T22:15:23.670122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:24.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:24 smithi005 bash[111615]: audit 2023-12-27T22:15:23.670694+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.075953\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.076050\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"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-27T22:15:21.076089\", \"created\": \"2023-12-27T22:15:20.082948\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:19.041720\"}}, \"last_daemon_update\": \"2023-12-27T22:15:21.076169\", \"last_device_update\": \"2023-12-27T22:15:23.670122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:24.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:24 smithi005 bash[111615]: audit 2023-12-27T22:15:23.674949+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.075953\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.076050\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"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-27T22:15:21.076089\", \"created\": \"2023-12-27T22:15:20.082948\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:19.041720\"}}, \"last_daemon_update\": \"2023-12-27T22:15:21.076169\", \"last_device_update\": \"2023-12-27T22:15:23.670122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:25.274 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:25 smithi115 bash[108225]: cluster 2023-12-27T22:15:23.609736+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-27T22:15:25.274 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:25 smithi115 bash[108225]: cluster 2023-12-27T22:15:23.609784+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-27T22:15:25.274 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:25 smithi115 bash[108225]: audit 2023-12-27T22:15:23.994823+0000 mon.a (mon.0) 434 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2023-12-27T22:15:25.274 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:25 smithi115 bash[108225]: cluster 2023-12-27T22:15:23.994900+0000 mon.a (mon.0) 435 : cluster [DBG] osdmap e37: 5 total, 4 up, 4 in 2023-12-27T22:15:25.274 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:25 smithi115 bash[108225]: audit 2023-12-27T22:15:23.995672+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-27T22:15:25.274 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:25 smithi115 bash[108225]: audit 2023-12-27T22:15:24.409127+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-27T22:15:25.274 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:25 smithi115 bash[108225]: audit 2023-12-27T22:15:24.409899+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:25.274 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:25 smithi115 bash[108225]: audit 2023-12-27T22:15:24.411058+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:25.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:25 smithi005 bash[108203]: cluster 2023-12-27T22:15:23.609736+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-27T22:15:25.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:25 smithi005 bash[108203]: cluster 2023-12-27T22:15:23.609784+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-27T22:15:25.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:25 smithi005 bash[108203]: audit 2023-12-27T22:15:23.994823+0000 mon.a (mon.0) 434 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2023-12-27T22:15:25.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:25 smithi005 bash[108203]: cluster 2023-12-27T22:15:23.994900+0000 mon.a (mon.0) 435 : cluster [DBG] osdmap e37: 5 total, 4 up, 4 in 2023-12-27T22:15:25.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:25 smithi005 bash[108203]: audit 2023-12-27T22:15:23.995672+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-27T22:15:25.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:25 smithi005 bash[108203]: audit 2023-12-27T22:15:24.409127+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-27T22:15:25.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:25 smithi005 bash[108203]: audit 2023-12-27T22:15:24.409899+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:25.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:25 smithi005 bash[108203]: audit 2023-12-27T22:15:24.411058+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:25.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:25 smithi005 bash[111615]: cluster 2023-12-27T22:15:23.609736+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-27T22:15:25.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:25 smithi005 bash[111615]: cluster 2023-12-27T22:15:23.609784+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-27T22:15:25.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:25 smithi005 bash[111615]: audit 2023-12-27T22:15:23.994823+0000 mon.a (mon.0) 434 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2023-12-27T22:15:25.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:25 smithi005 bash[111615]: cluster 2023-12-27T22:15:23.994900+0000 mon.a (mon.0) 435 : cluster [DBG] osdmap e37: 5 total, 4 up, 4 in 2023-12-27T22:15:25.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:25 smithi005 bash[111615]: audit 2023-12-27T22:15:23.995672+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-27T22:15:25.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:25 smithi005 bash[111615]: audit 2023-12-27T22:15:24.409127+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-27T22:15:25.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:25 smithi005 bash[111615]: audit 2023-12-27T22:15:24.409899+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:25.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:25 smithi005 bash[111615]: audit 2023-12-27T22:15:24.411058+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:26.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:26 smithi005 bash[111615]: audit 2023-12-27T22:15:24.408074+0000 mgr.y (mgr.14142) 86 : audit [DBG] from='client.34214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi115:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:15:26.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:26 smithi005 bash[111615]: cephadm 2023-12-27T22:15:24.408851+0000 mgr.y (mgr.14142) 87 : cephadm [INF] Applying osd on host smithi115... 2023-12-27T22:15:26.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:26 smithi005 bash[111615]: cluster 2023-12-27T22:15:24.937767+0000 mgr.y (mgr.14142) 88 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2023-12-27T22:15:26.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:26 smithi005 bash[111615]: cluster 2023-12-27T22:15:25.009196+0000 mon.a (mon.0) 440 : cluster [INF] osd.4 [v2:172.21.15.115:6800/1381577612,v1:172.21.15.115:6801/1381577612] boot 2023-12-27T22:15:26.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:26 smithi005 bash[111615]: cluster 2023-12-27T22:15:25.009284+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e38: 5 total, 5 up, 5 in 2023-12-27T22:15:26.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:26 smithi005 bash[111615]: audit 2023-12-27T22:15:25.009737+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-27T22:15:26.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:26 smithi005 bash[111615]: audit 2023-12-27T22:15:25.830253+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.115:0/1299674124' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8db3057-7b98-4057-b672-434f1205ff40"}]: dispatch 2023-12-27T22:15:26.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:26 smithi005 bash[111615]: audit 2023-12-27T22:15:25.830772+0000 mon.a (mon.0) 443 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8db3057-7b98-4057-b672-434f1205ff40"}]: dispatch 2023-12-27T22:15:26.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:26 smithi005 bash[111615]: audit 2023-12-27T22:15:25.835413+0000 mon.a (mon.0) 444 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8db3057-7b98-4057-b672-434f1205ff40"}]': finished 2023-12-27T22:15:26.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:26 smithi005 bash[111615]: cluster 2023-12-27T22:15:25.835474+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e39: 6 total, 5 up, 5 in 2023-12-27T22:15:26.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:26 smithi005 bash[111615]: audit 2023-12-27T22:15:25.835701+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:15:26.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:26 smithi005 bash[108203]: audit 2023-12-27T22:15:24.408074+0000 mgr.y (mgr.14142) 86 : audit [DBG] from='client.34214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi115:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:15:26.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:26 smithi005 bash[108203]: cephadm 2023-12-27T22:15:24.408851+0000 mgr.y (mgr.14142) 87 : cephadm [INF] Applying osd on host smithi115... 2023-12-27T22:15:26.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:26 smithi005 bash[108203]: cluster 2023-12-27T22:15:24.937767+0000 mgr.y (mgr.14142) 88 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2023-12-27T22:15:26.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:26 smithi005 bash[108203]: cluster 2023-12-27T22:15:25.009196+0000 mon.a (mon.0) 440 : cluster [INF] osd.4 [v2:172.21.15.115:6800/1381577612,v1:172.21.15.115:6801/1381577612] boot 2023-12-27T22:15:26.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:26 smithi005 bash[108203]: cluster 2023-12-27T22:15:25.009284+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e38: 5 total, 5 up, 5 in 2023-12-27T22:15:26.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:26 smithi005 bash[108203]: audit 2023-12-27T22:15:25.009737+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-27T22:15:26.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:26 smithi005 bash[108203]: audit 2023-12-27T22:15:25.830253+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.115:0/1299674124' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8db3057-7b98-4057-b672-434f1205ff40"}]: dispatch 2023-12-27T22:15:26.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:26 smithi005 bash[108203]: audit 2023-12-27T22:15:25.830772+0000 mon.a (mon.0) 443 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8db3057-7b98-4057-b672-434f1205ff40"}]: dispatch 2023-12-27T22:15:26.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:26 smithi005 bash[108203]: audit 2023-12-27T22:15:25.835413+0000 mon.a (mon.0) 444 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8db3057-7b98-4057-b672-434f1205ff40"}]': finished 2023-12-27T22:15:26.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:26 smithi005 bash[108203]: cluster 2023-12-27T22:15:25.835474+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e39: 6 total, 5 up, 5 in 2023-12-27T22:15:26.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:26 smithi005 bash[108203]: audit 2023-12-27T22:15:25.835701+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:15:26.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:26 smithi115 bash[108225]: audit 2023-12-27T22:15:24.408074+0000 mgr.y (mgr.14142) 86 : audit [DBG] from='client.34214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi115:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:15:26.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:26 smithi115 bash[108225]: cephadm 2023-12-27T22:15:24.408851+0000 mgr.y (mgr.14142) 87 : cephadm [INF] Applying osd on host smithi115... 2023-12-27T22:15:26.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:26 smithi115 bash[108225]: cluster 2023-12-27T22:15:24.937767+0000 mgr.y (mgr.14142) 88 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2023-12-27T22:15:26.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:26 smithi115 bash[108225]: cluster 2023-12-27T22:15:25.009196+0000 mon.a (mon.0) 440 : cluster [INF] osd.4 [v2:172.21.15.115:6800/1381577612,v1:172.21.15.115:6801/1381577612] boot 2023-12-27T22:15:26.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:26 smithi115 bash[108225]: cluster 2023-12-27T22:15:25.009284+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e38: 5 total, 5 up, 5 in 2023-12-27T22:15:26.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:26 smithi115 bash[108225]: audit 2023-12-27T22:15:25.009737+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-27T22:15:26.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:26 smithi115 bash[108225]: audit 2023-12-27T22:15:25.830253+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.115:0/1299674124' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8db3057-7b98-4057-b672-434f1205ff40"}]: dispatch 2023-12-27T22:15:26.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:26 smithi115 bash[108225]: audit 2023-12-27T22:15:25.830772+0000 mon.a (mon.0) 443 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8db3057-7b98-4057-b672-434f1205ff40"}]: dispatch 2023-12-27T22:15:26.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:26 smithi115 bash[108225]: audit 2023-12-27T22:15:25.835413+0000 mon.a (mon.0) 444 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8db3057-7b98-4057-b672-434f1205ff40"}]': finished 2023-12-27T22:15:26.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:26 smithi115 bash[108225]: cluster 2023-12-27T22:15:25.835474+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e39: 6 total, 5 up, 5 in 2023-12-27T22:15:26.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:26 smithi115 bash[108225]: audit 2023-12-27T22:15:25.835701+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:15:27.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:27 smithi005 bash[108203]: audit 2023-12-27T22:15:26.564128+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.115:0/250957748' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-27T22:15:27.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:27 smithi005 bash[111615]: audit 2023-12-27T22:15:26.564128+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.115:0/250957748' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-27T22:15:27.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:27 smithi115 bash[108225]: audit 2023-12-27T22:15:26.564128+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.115:0/250957748' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-27T22:15:28.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:28 smithi005 bash[108203]: cluster 2023-12-27T22:15:26.938237+0000 mgr.y (mgr.14142) 89 : cluster [DBG] pgmap v91: 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-27T22:15:28.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:28 smithi005 bash[111615]: cluster 2023-12-27T22:15:26.938237+0000 mgr.y (mgr.14142) 89 : cluster [DBG] pgmap v91: 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-27T22:15:28.474 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:28 smithi115 bash[108225]: cluster 2023-12-27T22:15:26.938237+0000 mgr.y (mgr.14142) 89 : cluster [DBG] pgmap v91: 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-27T22:15:29.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:29 smithi005 bash[108203]: audit 2023-12-27T22:15:28.799470+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:29.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:29 smithi005 bash[111615]: audit 2023-12-27T22:15:28.799470+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:29.483 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:29 smithi115 bash[108225]: audit 2023-12-27T22:15:28.799470+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:30.236 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:30 smithi115 bash[108225]: cluster 2023-12-27T22:15:28.938690+0000 mgr.y (mgr.14142) 90 : cluster [DBG] pgmap v92: 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-27T22:15:30.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:30 smithi005 bash[108203]: cluster 2023-12-27T22:15:28.938690+0000 mgr.y (mgr.14142) 90 : cluster [DBG] pgmap v92: 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-27T22:15:30.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:30 smithi005 bash[111615]: cluster 2023-12-27T22:15:28.938690+0000 mgr.y (mgr.14142) 90 : cluster [DBG] pgmap v92: 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-27T22:15:31.148 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:31 smithi115 bash[108225]: audit 2023-12-27T22:15:30.290460+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-27T22:15:31.148 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:31 smithi115 bash[108225]: audit 2023-12-27T22:15:30.291309+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:31.148 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:31 smithi115 bash[108225]: audit 2023-12-27T22:15:30.292278+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2023-12-27T22:15:31.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:31 smithi005 bash[108203]: audit 2023-12-27T22:15:30.290460+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-27T22:15:31.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:31 smithi005 bash[108203]: audit 2023-12-27T22:15:30.291309+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:31.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:31 smithi005 bash[108203]: audit 2023-12-27T22:15:30.292278+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2023-12-27T22:15:31.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:31 smithi005 bash[111615]: audit 2023-12-27T22:15:30.290460+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-27T22:15:31.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:31 smithi005 bash[111615]: audit 2023-12-27T22:15:30.291309+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:31.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:31 smithi005 bash[111615]: audit 2023-12-27T22:15:30.292278+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2023-12-27T22:15:31.416 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:31 smithi115 systemd[1]: Stopping Ceph osd.4 for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:15:31.416 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:31 smithi115 bash[110691]: debug 2023-12-27T22:15:31.203+0000 7fb32bfef700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-27T22:15:31.416 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:31 smithi115 bash[110691]: debug 2023-12-27T22:15:31.203+0000 7fb32bfef700 -1 osd.4 39 *** Got signal Terminated *** 2023-12-27T22:15:31.416 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:31 smithi115 bash[110691]: debug 2023-12-27T22:15:31.203+0000 7fb32bfef700 -1 osd.4 39 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-27T22:15:31.700 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:31 smithi115 podman[111862]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd.4 2023-12-27T22:15:32.175 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[108225]: cephadm 2023-12-27T22:15:30.291981+0000 mgr.y (mgr.14142) 91 : cephadm [INF] Deploying daemon osd.4 on smithi115 2023-12-27T22:15:32.175 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[108225]: cluster 2023-12-27T22:15:30.939156+0000 mgr.y (mgr.14142) 92 : cluster [DBG] pgmap v93: 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-27T22:15:32.175 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[108225]: cluster 2023-12-27T22:15:31.251280+0000 mon.a (mon.0) 451 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-27T22:15:32.175 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[108225]: cluster 2023-12-27T22:15:31.251325+0000 mon.a (mon.0) 452 : cluster [INF] osd.4 failed (root=default,host=smithi115) (connection refused reported by osd.2) 2023-12-27T22:15:32.175 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[108225]: cluster 2023-12-27T22:15:31.251582+0000 mon.a (mon.0) 453 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-27T22:15:32.175 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[108225]: cluster 2023-12-27T22:15:31.251682+0000 mon.a (mon.0) 454 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-27T22:15:32.175 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[108225]: cluster 2023-12-27T22:15:31.251902+0000 mon.a (mon.0) 455 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-27T22:15:32.175 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[108225]: cluster 2023-12-27T22:15:31.252071+0000 mon.a (mon.0) 456 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-27T22:15:32.175 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[108225]: cluster 2023-12-27T22:15:31.252241+0000 mon.a (mon.0) 457 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-27T22:15:32.175 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[108225]: cluster 2023-12-27T22:15:31.451830+0000 mon.a (mon.0) 458 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-27T22:15:32.176 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[108225]: cluster 2023-12-27T22:15:31.452033+0000 mon.a (mon.0) 459 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-27T22:15:32.176 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[108225]: cluster 2023-12-27T22:15:31.452294+0000 mon.a (mon.0) 460 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-27T22:15:32.176 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[108225]: cluster 2023-12-27T22:15:31.452505+0000 mon.a (mon.0) 461 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-27T22:15:32.176 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[108225]: cluster 2023-12-27T22:15:31.452680+0000 mon.a (mon.0) 462 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-27T22:15:32.176 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[108225]: cluster 2023-12-27T22:15:31.452835+0000 mon.a (mon.0) 463 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-27T22:15:32.176 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[108225]: cluster 2023-12-27T22:15:31.453006+0000 mon.a (mon.0) 464 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-27T22:15:32.176 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[108225]: cluster 2023-12-27T22:15:31.453164+0000 mon.a (mon.0) 465 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-27T22:15:32.176 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[108225]: cluster 2023-12-27T22:15:31.453340+0000 mon.a (mon.0) 466 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-27T22:15:32.176 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[108225]: cluster 2023-12-27T22:15:31.852884+0000 mon.a (mon.0) 467 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-27T22:15:32.176 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[108225]: cluster 2023-12-27T22:15:31.853082+0000 mon.a (mon.0) 468 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-27T22:15:32.176 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[108225]: cluster 2023-12-27T22:15:31.853268+0000 mon.a (mon.0) 469 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-27T22:15:32.176 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[108225]: cluster 2023-12-27T22:15:31.853457+0000 mon.a (mon.0) 470 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-27T22:15:32.176 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[108225]: cluster 2023-12-27T22:15:31.853627+0000 mon.a (mon.0) 471 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-27T22:15:32.176 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[108225]: cluster 2023-12-27T22:15:31.853811+0000 mon.a (mon.0) 472 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-27T22:15:32.176 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[108225]: cluster 2023-12-27T22:15:31.853907+0000 mon.a (mon.0) 473 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-27T22:15:32.177 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[108225]: cluster 2023-12-27T22:15:31.854115+0000 mon.a (mon.0) 474 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-27T22:15:32.177 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[108225]: cluster 2023-12-27T22:15:31.854286+0000 mon.a (mon.0) 475 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-27T22:15:32.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[108203]: cephadm 2023-12-27T22:15:30.291981+0000 mgr.y (mgr.14142) 91 : cephadm [INF] Deploying daemon osd.4 on smithi115 2023-12-27T22:15:32.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[108203]: cluster 2023-12-27T22:15:30.939156+0000 mgr.y (mgr.14142) 92 : cluster [DBG] pgmap v93: 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-27T22:15:32.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[108203]: cluster 2023-12-27T22:15:31.251280+0000 mon.a (mon.0) 451 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-27T22:15:32.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[108203]: cluster 2023-12-27T22:15:31.251325+0000 mon.a (mon.0) 452 : cluster [INF] osd.4 failed (root=default,host=smithi115) (connection refused reported by osd.2) 2023-12-27T22:15:32.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[108203]: cluster 2023-12-27T22:15:31.251582+0000 mon.a (mon.0) 453 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-27T22:15:32.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[108203]: cluster 2023-12-27T22:15:31.251682+0000 mon.a (mon.0) 454 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-27T22:15:32.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[108203]: cluster 2023-12-27T22:15:31.251902+0000 mon.a (mon.0) 455 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-27T22:15:32.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[108203]: cluster 2023-12-27T22:15:31.252071+0000 mon.a (mon.0) 456 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-27T22:15:32.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[108203]: cluster 2023-12-27T22:15:31.252241+0000 mon.a (mon.0) 457 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-27T22:15:32.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[108203]: cluster 2023-12-27T22:15:31.451830+0000 mon.a (mon.0) 458 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-27T22:15:32.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[108203]: cluster 2023-12-27T22:15:31.452033+0000 mon.a (mon.0) 459 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-27T22:15:32.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[108203]: cluster 2023-12-27T22:15:31.452294+0000 mon.a (mon.0) 460 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-27T22:15:32.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[108203]: cluster 2023-12-27T22:15:31.452505+0000 mon.a (mon.0) 461 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-27T22:15:32.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[108203]: cluster 2023-12-27T22:15:31.452680+0000 mon.a (mon.0) 462 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-27T22:15:32.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[108203]: cluster 2023-12-27T22:15:31.452835+0000 mon.a (mon.0) 463 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-27T22:15:32.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[108203]: cluster 2023-12-27T22:15:31.453006+0000 mon.a (mon.0) 464 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-27T22:15:32.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[108203]: cluster 2023-12-27T22:15:31.453164+0000 mon.a (mon.0) 465 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-27T22:15:32.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[108203]: cluster 2023-12-27T22:15:31.453340+0000 mon.a (mon.0) 466 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-27T22:15:32.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[108203]: cluster 2023-12-27T22:15:31.852884+0000 mon.a (mon.0) 467 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-27T22:15:32.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[108203]: cluster 2023-12-27T22:15:31.853082+0000 mon.a (mon.0) 468 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-27T22:15:32.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[108203]: cluster 2023-12-27T22:15:31.853268+0000 mon.a (mon.0) 469 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-27T22:15:32.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[108203]: cluster 2023-12-27T22:15:31.853457+0000 mon.a (mon.0) 470 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-27T22:15:32.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[108203]: cluster 2023-12-27T22:15:31.853627+0000 mon.a (mon.0) 471 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-27T22:15:32.368 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[108203]: cluster 2023-12-27T22:15:31.853811+0000 mon.a (mon.0) 472 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-27T22:15:32.368 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[108203]: cluster 2023-12-27T22:15:31.853907+0000 mon.a (mon.0) 473 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-27T22:15:32.368 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[108203]: cluster 2023-12-27T22:15:31.854115+0000 mon.a (mon.0) 474 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-27T22:15:32.368 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[108203]: cluster 2023-12-27T22:15:31.854286+0000 mon.a (mon.0) 475 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-27T22:15:32.368 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[111615]: cephadm 2023-12-27T22:15:30.291981+0000 mgr.y (mgr.14142) 91 : cephadm [INF] Deploying daemon osd.4 on smithi115 2023-12-27T22:15:32.368 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[111615]: cluster 2023-12-27T22:15:30.939156+0000 mgr.y (mgr.14142) 92 : cluster [DBG] pgmap v93: 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-27T22:15:32.368 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[111615]: cluster 2023-12-27T22:15:31.251280+0000 mon.a (mon.0) 451 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-27T22:15:32.368 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[111615]: cluster 2023-12-27T22:15:31.251325+0000 mon.a (mon.0) 452 : cluster [INF] osd.4 failed (root=default,host=smithi115) (connection refused reported by osd.2) 2023-12-27T22:15:32.368 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[111615]: cluster 2023-12-27T22:15:31.251582+0000 mon.a (mon.0) 453 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-27T22:15:32.369 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[111615]: cluster 2023-12-27T22:15:31.251682+0000 mon.a (mon.0) 454 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-27T22:15:32.369 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[111615]: cluster 2023-12-27T22:15:31.251902+0000 mon.a (mon.0) 455 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-27T22:15:32.369 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[111615]: cluster 2023-12-27T22:15:31.252071+0000 mon.a (mon.0) 456 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-27T22:15:32.369 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[111615]: cluster 2023-12-27T22:15:31.252241+0000 mon.a (mon.0) 457 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-27T22:15:32.369 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[111615]: cluster 2023-12-27T22:15:31.451830+0000 mon.a (mon.0) 458 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-27T22:15:32.369 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[111615]: cluster 2023-12-27T22:15:31.452033+0000 mon.a (mon.0) 459 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-27T22:15:32.369 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[111615]: cluster 2023-12-27T22:15:31.452294+0000 mon.a (mon.0) 460 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-27T22:15:32.369 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[111615]: cluster 2023-12-27T22:15:31.452505+0000 mon.a (mon.0) 461 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-27T22:15:32.369 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[111615]: cluster 2023-12-27T22:15:31.452680+0000 mon.a (mon.0) 462 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-27T22:15:32.369 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[111615]: cluster 2023-12-27T22:15:31.452835+0000 mon.a (mon.0) 463 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-27T22:15:32.369 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[111615]: cluster 2023-12-27T22:15:31.453006+0000 mon.a (mon.0) 464 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-27T22:15:32.369 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[111615]: cluster 2023-12-27T22:15:31.453164+0000 mon.a (mon.0) 465 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-27T22:15:32.369 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[111615]: cluster 2023-12-27T22:15:31.453340+0000 mon.a (mon.0) 466 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-27T22:15:32.370 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[111615]: cluster 2023-12-27T22:15:31.852884+0000 mon.a (mon.0) 467 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-27T22:15:32.370 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[111615]: cluster 2023-12-27T22:15:31.853082+0000 mon.a (mon.0) 468 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-27T22:15:32.370 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[111615]: cluster 2023-12-27T22:15:31.853268+0000 mon.a (mon.0) 469 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-27T22:15:32.370 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[111615]: cluster 2023-12-27T22:15:31.853457+0000 mon.a (mon.0) 470 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-27T22:15:32.370 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[111615]: cluster 2023-12-27T22:15:31.853627+0000 mon.a (mon.0) 471 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-27T22:15:32.370 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[111615]: cluster 2023-12-27T22:15:31.853811+0000 mon.a (mon.0) 472 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-27T22:15:32.370 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[111615]: cluster 2023-12-27T22:15:31.853907+0000 mon.a (mon.0) 473 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-27T22:15:32.370 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[111615]: cluster 2023-12-27T22:15:31.854115+0000 mon.a (mon.0) 474 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-27T22:15:32.370 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:32 smithi005 bash[111615]: cluster 2023-12-27T22:15:31.854286+0000 mon.a (mon.0) 475 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-27T22:15:32.452 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:32 smithi115 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.4.service: Succeeded. 2023-12-27T22:15:32.452 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:32 smithi115 systemd[1]: Stopped Ceph osd.4 for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:15:32.452 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:32 smithi115 systemd[1]: Starting Ceph osd.4 for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:15:32.452 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:32 smithi115 podman[111997]: Error: no container with ID or name "ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd.4" found: no such container 2023-12-27T22:15:32.452 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:32 smithi115 systemd[1]: Started Ceph osd.4 for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:15:33.004 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[112013]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-27T22:15:33.004 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[112013]: 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-27T22:15:33.005 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[112013]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2023-12-27T22:15:33.005 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[112013]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2023-12-27T22:15:33.005 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[112013]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-27T22:15:33.005 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[112013]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-27T22:15:33.005 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:32 smithi115 bash[112013]: --> ceph-volume lvm activate successful for osd ID: 4 2023-12-27T22:15:33.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:33 smithi005 bash[108203]: cluster 2023-12-27T22:15:32.026284+0000 mon.a (mon.0) 476 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-27T22:15:33.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:33 smithi005 bash[108203]: cluster 2023-12-27T22:15:32.026315+0000 mon.a (mon.0) 477 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2023-12-27T22:15:33.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:33 smithi005 bash[108203]: cluster 2023-12-27T22:15:32.036026+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e40: 6 total, 4 up, 5 in 2023-12-27T22:15:33.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:33 smithi005 bash[108203]: audit 2023-12-27T22:15:32.036240+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:15:33.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:33 smithi005 bash[111615]: cluster 2023-12-27T22:15:32.026284+0000 mon.a (mon.0) 476 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-27T22:15:33.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:33 smithi005 bash[111615]: cluster 2023-12-27T22:15:32.026315+0000 mon.a (mon.0) 477 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2023-12-27T22:15:33.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:33 smithi005 bash[111615]: cluster 2023-12-27T22:15:32.036026+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e40: 6 total, 4 up, 5 in 2023-12-27T22:15:33.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:33 smithi005 bash[111615]: audit 2023-12-27T22:15:32.036240+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:15:33.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:33 smithi005 bash[108203]: audit 2023-12-27T22:15:32.348784+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.075953\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.076050\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}}, \"last_device_update\": \"2023-12-27T22:15:23.670122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:33.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:33 smithi005 bash[108203]: audit 2023-12-27T22:15:32.349216+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:33.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:33 smithi005 bash[108203]: audit 2023-12-27T22:15:32.352848+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.075953\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.076050\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}}, \"last_device_update\": \"2023-12-27T22:15:23.670122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:33.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:33 smithi005 bash[108203]: audit 2023-12-27T22:15:32.353765+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-27T22:15:33.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:33 smithi005 bash[108203]: audit 2023-12-27T22:15:32.354963+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:33.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:33 smithi005 bash[108203]: audit 2023-12-27T22:15:32.355853+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2023-12-27T22:15:33.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:33 smithi005 bash[111615]: audit 2023-12-27T22:15:32.348784+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.075953\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.076050\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}}, \"last_device_update\": \"2023-12-27T22:15:23.670122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:33.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:33 smithi005 bash[111615]: audit 2023-12-27T22:15:32.349216+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:33.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:33 smithi005 bash[111615]: audit 2023-12-27T22:15:32.352848+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.075953\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.076050\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}}, \"last_device_update\": \"2023-12-27T22:15:23.670122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:33.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:33 smithi005 bash[111615]: audit 2023-12-27T22:15:32.353765+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-27T22:15:33.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:33 smithi005 bash[111615]: audit 2023-12-27T22:15:32.354963+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:33.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:33 smithi005 bash[111615]: audit 2023-12-27T22:15:32.355853+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2023-12-27T22:15:33.436 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:33 smithi115 bash[108225]: cluster 2023-12-27T22:15:32.026284+0000 mon.a (mon.0) 476 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-27T22:15:33.436 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:33 smithi115 bash[108225]: cluster 2023-12-27T22:15:32.026315+0000 mon.a (mon.0) 477 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2023-12-27T22:15:33.437 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:33 smithi115 bash[108225]: cluster 2023-12-27T22:15:32.036026+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e40: 6 total, 4 up, 5 in 2023-12-27T22:15:33.437 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:33 smithi115 bash[108225]: audit 2023-12-27T22:15:32.036240+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:15:33.437 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:33 smithi115 bash[108225]: audit 2023-12-27T22:15:32.348784+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.075953\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.076050\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}}, \"last_device_update\": \"2023-12-27T22:15:23.670122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:33.437 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:33 smithi115 bash[108225]: audit 2023-12-27T22:15:32.349216+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:33.437 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:33 smithi115 bash[108225]: audit 2023-12-27T22:15:32.352848+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.075953\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:21.076050\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}}, \"last_device_update\": \"2023-12-27T22:15:23.670122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:33.437 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:33 smithi115 bash[108225]: audit 2023-12-27T22:15:32.353765+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-27T22:15:33.437 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:33 smithi115 bash[108225]: audit 2023-12-27T22:15:32.354963+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:33.437 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:33 smithi115 bash[108225]: audit 2023-12-27T22:15:32.355853+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2023-12-27T22:15:33.759 INFO:teuthology.orchestra.run.smithi115.stdout:Created osd(s) 4,5 on host 'smithi115' 2023-12-27T22:15:34.238 DEBUG:teuthology.orchestra.run.smithi115:osd.5> sudo journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.5.service 2023-12-27T22:15:34.241 INFO:tasks.cephadm:Deploying osd.6 on smithi115 with /dev/vg_nvme/lv_2... 2023-12-27T22:15:34.241 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-27T22:15:34.275 INFO:journalctl@ceph.osd.5.smithi115.stdout:-- Logs begin at Wed 2023-12-27 22:03:14 UTC. -- 2023-12-27T22:15:34.298 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:34 smithi115 bash[112269]: debug 2023-12-27T22:15:34.158+0000 7f2c54ed2ec0 -1 Falling back to public interface 2023-12-27T22:15:34.299 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:34 smithi115 bash[108225]: cephadm 2023-12-27T22:15:32.355569+0000 mgr.y (mgr.14142) 93 : cephadm [INF] Deploying daemon osd.5 on smithi115 2023-12-27T22:15:34.300 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:34 smithi115 bash[108225]: cluster 2023-12-27T22:15:32.939598+0000 mgr.y (mgr.14142) 94 : 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-27T22:15:34.300 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:34 smithi115 bash[108225]: cluster 2023-12-27T22:15:33.037089+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e41: 6 total, 4 up, 5 in 2023-12-27T22:15:34.300 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:34 smithi115 bash[108225]: audit 2023-12-27T22:15:33.037273+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:15:34.300 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:34 smithi115 bash[108225]: audit 2023-12-27T22:15:33.571461+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:33.570632\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:33.570726\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"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-27T22:15:33.570765\", \"created\": \"2023-12-27T22:15:20.082948\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}}, \"last_daemon_update\": \"2023-12-27T22:15:33.570845\", \"last_device_update\": \"2023-12-27T22:15:23.670122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:34.300 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:34 smithi115 bash[108225]: audit 2023-12-27T22:15:33.574709+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:33.570632\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:33.570726\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"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-27T22:15:33.570765\", \"created\": \"2023-12-27T22:15:20.082948\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}}, \"last_daemon_update\": \"2023-12-27T22:15:33.570845\", \"last_device_update\": \"2023-12-27T22:15:23.670122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:34.300 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:34 smithi115 bash[108225]: audit 2023-12-27T22:15:33.753255+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:33.570632\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:33.570726\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"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-27T22:15:33.570765\", \"created\": \"2023-12-27T22:15:20.082948\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:32.353529\"}}, \"last_device_update\": \"2023-12-27T22:15:23.670122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:34.300 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:34 smithi115 bash[108225]: audit 2023-12-27T22:15:33.753658+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:34.300 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:34 smithi115 bash[108225]: audit 2023-12-27T22:15:33.756537+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:33.570632\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:33.570726\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"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-27T22:15:33.570765\", \"created\": \"2023-12-27T22:15:20.082948\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:32.353529\"}}, \"last_device_update\": \"2023-12-27T22:15:23.670122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:34.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:34 smithi005 bash[108203]: cephadm 2023-12-27T22:15:32.355569+0000 mgr.y (mgr.14142) 93 : cephadm [INF] Deploying daemon osd.5 on smithi115 2023-12-27T22:15:34.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:34 smithi005 bash[108203]: cluster 2023-12-27T22:15:32.939598+0000 mgr.y (mgr.14142) 94 : 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-27T22:15:34.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:34 smithi005 bash[108203]: cluster 2023-12-27T22:15:33.037089+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e41: 6 total, 4 up, 5 in 2023-12-27T22:15:34.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:34 smithi005 bash[108203]: audit 2023-12-27T22:15:33.037273+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:15:34.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:34 smithi005 bash[111615]: cephadm 2023-12-27T22:15:32.355569+0000 mgr.y (mgr.14142) 93 : cephadm [INF] Deploying daemon osd.5 on smithi115 2023-12-27T22:15:34.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:34 smithi005 bash[111615]: cluster 2023-12-27T22:15:32.939598+0000 mgr.y (mgr.14142) 94 : 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-27T22:15:34.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:34 smithi005 bash[111615]: cluster 2023-12-27T22:15:33.037089+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e41: 6 total, 4 up, 5 in 2023-12-27T22:15:34.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:34 smithi005 bash[111615]: audit 2023-12-27T22:15:33.037273+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:15:34.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:34 smithi005 bash[108203]: audit 2023-12-27T22:15:33.571461+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:33.570632\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:33.570726\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"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-27T22:15:33.570765\", \"created\": \"2023-12-27T22:15:20.082948\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}}, \"last_daemon_update\": \"2023-12-27T22:15:33.570845\", \"last_device_update\": \"2023-12-27T22:15:23.670122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:34.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:34 smithi005 bash[111615]: audit 2023-12-27T22:15:33.571461+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:33.570632\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:33.570726\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"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-27T22:15:33.570765\", \"created\": \"2023-12-27T22:15:20.082948\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}}, \"last_daemon_update\": \"2023-12-27T22:15:33.570845\", \"last_device_update\": \"2023-12-27T22:15:23.670122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:34.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:34 smithi005 bash[108203]: audit 2023-12-27T22:15:33.574709+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:33.570632\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:33.570726\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"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-27T22:15:33.570765\", \"created\": \"2023-12-27T22:15:20.082948\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}}, \"last_daemon_update\": \"2023-12-27T22:15:33.570845\", \"last_device_update\": \"2023-12-27T22:15:23.670122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:34.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:34 smithi005 bash[111615]: audit 2023-12-27T22:15:33.574709+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:33.570632\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:33.570726\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"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-27T22:15:33.570765\", \"created\": \"2023-12-27T22:15:20.082948\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}}, \"last_daemon_update\": \"2023-12-27T22:15:33.570845\", \"last_device_update\": \"2023-12-27T22:15:23.670122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:34.368 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:34 smithi005 bash[108203]: audit 2023-12-27T22:15:33.753255+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:33.570632\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:33.570726\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"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-27T22:15:33.570765\", \"created\": \"2023-12-27T22:15:20.082948\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:32.353529\"}}, \"last_device_update\": \"2023-12-27T22:15:23.670122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:34.368 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:34 smithi005 bash[108203]: audit 2023-12-27T22:15:33.753658+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:34.368 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:34 smithi005 bash[108203]: audit 2023-12-27T22:15:33.756537+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:33.570632\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:33.570726\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"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-27T22:15:33.570765\", \"created\": \"2023-12-27T22:15:20.082948\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:32.353529\"}}, \"last_device_update\": \"2023-12-27T22:15:23.670122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:34.368 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:34 smithi005 bash[111615]: audit 2023-12-27T22:15:33.753255+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:33.570632\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:33.570726\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"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-27T22:15:33.570765\", \"created\": \"2023-12-27T22:15:20.082948\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:32.353529\"}}, \"last_device_update\": \"2023-12-27T22:15:23.670122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:34.368 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:34 smithi005 bash[111615]: audit 2023-12-27T22:15:33.753658+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:34.368 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:34 smithi005 bash[111615]: audit 2023-12-27T22:15:33.756537+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:33.570632\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:33.570726\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"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-27T22:15:33.570765\", \"created\": \"2023-12-27T22:15:20.082948\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:32.353529\"}}, \"last_device_update\": \"2023-12-27T22:15:23.670122\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:34.951 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:34 smithi115 bash[112269]: debug 2023-12-27T22:15:34.738+0000 7f2c54ed2ec0 -1 osd.4 39 log_to_monitors {default=true} 2023-12-27T22:15:34.951 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:15:34 smithi115 bash[112269]: debug 2023-12-27T22:15:34.745+0000 7f2c44e9b700 -1 osd.4 39 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-27T22:15:35.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:35 smithi115 bash[108225]: audit 2023-12-27T22:15:34.742106+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.115:6800/74635511,v1:172.21.15.115:6801/74635511]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-27T22:15:35.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:35 smithi115 bash[108225]: audit 2023-12-27T22:15:34.742473+0000 mon.a (mon.0) 493 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-27T22:15:35.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:35 smithi115 bash[108225]: audit 2023-12-27T22:15:34.742886+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.115:6800/74635511,v1:172.21.15.115:6801/74635511]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:35.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:35 smithi115 bash[108225]: audit 2023-12-27T22:15:34.743175+0000 mon.a (mon.0) 494 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:35.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:35 smithi005 bash[108203]: audit 2023-12-27T22:15:34.742106+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.115:6800/74635511,v1:172.21.15.115:6801/74635511]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-27T22:15:35.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:35 smithi005 bash[108203]: audit 2023-12-27T22:15:34.742473+0000 mon.a (mon.0) 493 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-27T22:15:35.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:35 smithi005 bash[108203]: audit 2023-12-27T22:15:34.742886+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.115:6800/74635511,v1:172.21.15.115:6801/74635511]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:35.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:35 smithi005 bash[108203]: audit 2023-12-27T22:15:34.743175+0000 mon.a (mon.0) 494 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:35.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:35 smithi005 bash[111615]: audit 2023-12-27T22:15:34.742106+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.115:6800/74635511,v1:172.21.15.115:6801/74635511]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-27T22:15:35.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:35 smithi005 bash[111615]: audit 2023-12-27T22:15:34.742473+0000 mon.a (mon.0) 493 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-27T22:15:35.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:35 smithi005 bash[111615]: audit 2023-12-27T22:15:34.742886+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.115:6800/74635511,v1:172.21.15.115:6801/74635511]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:35.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:35 smithi005 bash[111615]: audit 2023-12-27T22:15:34.743175+0000 mon.a (mon.0) 494 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:35.797 INFO:teuthology.orchestra.run.smithi115.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-27T22:15:35.798 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-27T22:15:35.798 INFO:teuthology.orchestra.run.smithi115.stderr: stderr: 10+0 records in 2023-12-27T22:15:35.798 INFO:teuthology.orchestra.run.smithi115.stderr:10+0 records out 2023-12-27T22:15:35.798 INFO:teuthology.orchestra.run.smithi115.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0135575 s, 773 MB/s 2023-12-27T22:15:35.798 INFO:teuthology.orchestra.run.smithi115.stderr:--> Zapping successful for: 2023-12-27T22:15:35.818 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:15:35 smithi115 bash[112821]: debug 2023-12-27T22:15:35.545+0000 7f8322165ec0 -1 Falling back to public interface 2023-12-27T22:15:36.094 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:36 smithi115 bash[108225]: cluster 2023-12-27T22:15:34.939959+0000 mgr.y (mgr.14142) 95 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2023-12-27T22:15:36.094 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:36 smithi115 bash[108225]: cluster 2023-12-27T22:15:35.037168+0000 mon.a (mon.0) 495 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-27T22:15:36.094 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:36 smithi115 bash[108225]: cluster 2023-12-27T22:15:35.037203+0000 mon.a (mon.0) 496 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2023-12-27T22:15:36.094 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:36 smithi115 bash[108225]: cluster 2023-12-27T22:15:35.037226+0000 mon.a (mon.0) 497 : cluster [INF] Cluster is now healthy 2023-12-27T22:15:36.094 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:36 smithi115 bash[108225]: cluster 2023-12-27T22:15:35.044574+0000 mon.a (mon.0) 498 : cluster [INF] osd.4 [v2:172.21.15.115:6800/74635511,v1:172.21.15.115:6801/74635511] boot 2023-12-27T22:15:36.094 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:36 smithi115 bash[108225]: cluster 2023-12-27T22:15:35.044635+0000 mon.a (mon.0) 499 : cluster [DBG] osdmap e42: 6 total, 5 up, 5 in 2023-12-27T22:15:36.095 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:36 smithi115 bash[108225]: audit 2023-12-27T22:15:35.045148+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-27T22:15:36.095 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:36 smithi115 bash[108225]: audit 2023-12-27T22:15:35.045631+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:15:36.095 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:36 smithi115 bash[108225]: audit 2023-12-27T22:15:35.045941+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042567\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042706\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042749\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"7337642b6c4b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042785\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:34.833781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:32.353529\"}}, \"last_daemon_update\": \"2023-12-27T22:15:35.042891\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:36.095 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:36 smithi115 bash[108225]: audit 2023-12-27T22:15:35.050253+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042567\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042706\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042749\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"7337642b6c4b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042785\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:34.833781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:32.353529\"}}, \"last_daemon_update\": \"2023-12-27T22:15:35.042891\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:36.095 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:36 smithi115 bash[108225]: audit 2023-12-27T22:15:35.050910+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:36.229 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi115:vg_nvme/lv_2 2023-12-27T22:15:36.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:36 smithi005 bash[108203]: cluster 2023-12-27T22:15:34.939959+0000 mgr.y (mgr.14142) 95 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2023-12-27T22:15:36.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:36 smithi005 bash[108203]: cluster 2023-12-27T22:15:35.037168+0000 mon.a (mon.0) 495 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-27T22:15:36.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:36 smithi005 bash[108203]: cluster 2023-12-27T22:15:35.037203+0000 mon.a (mon.0) 496 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2023-12-27T22:15:36.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:36 smithi005 bash[108203]: cluster 2023-12-27T22:15:35.037226+0000 mon.a (mon.0) 497 : cluster [INF] Cluster is now healthy 2023-12-27T22:15:36.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:36 smithi005 bash[108203]: cluster 2023-12-27T22:15:35.044574+0000 mon.a (mon.0) 498 : cluster [INF] osd.4 [v2:172.21.15.115:6800/74635511,v1:172.21.15.115:6801/74635511] boot 2023-12-27T22:15:36.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:36 smithi005 bash[108203]: cluster 2023-12-27T22:15:35.044635+0000 mon.a (mon.0) 499 : cluster [DBG] osdmap e42: 6 total, 5 up, 5 in 2023-12-27T22:15:36.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:36 smithi005 bash[108203]: audit 2023-12-27T22:15:35.045148+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-27T22:15:36.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:36 smithi005 bash[108203]: audit 2023-12-27T22:15:35.045631+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:15:36.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:36 smithi005 bash[111615]: cluster 2023-12-27T22:15:34.939959+0000 mgr.y (mgr.14142) 95 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2023-12-27T22:15:36.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:36 smithi005 bash[111615]: cluster 2023-12-27T22:15:35.037168+0000 mon.a (mon.0) 495 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-27T22:15:36.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:36 smithi005 bash[111615]: cluster 2023-12-27T22:15:35.037203+0000 mon.a (mon.0) 496 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2023-12-27T22:15:36.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:36 smithi005 bash[111615]: cluster 2023-12-27T22:15:35.037226+0000 mon.a (mon.0) 497 : cluster [INF] Cluster is now healthy 2023-12-27T22:15:36.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:36 smithi005 bash[111615]: cluster 2023-12-27T22:15:35.044574+0000 mon.a (mon.0) 498 : cluster [INF] osd.4 [v2:172.21.15.115:6800/74635511,v1:172.21.15.115:6801/74635511] boot 2023-12-27T22:15:36.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:36 smithi005 bash[111615]: cluster 2023-12-27T22:15:35.044635+0000 mon.a (mon.0) 499 : cluster [DBG] osdmap e42: 6 total, 5 up, 5 in 2023-12-27T22:15:36.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:36 smithi005 bash[111615]: audit 2023-12-27T22:15:35.045148+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-27T22:15:36.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:36 smithi005 bash[111615]: audit 2023-12-27T22:15:35.045631+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:15:36.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:36 smithi005 bash[108203]: audit 2023-12-27T22:15:35.045941+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042567\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042706\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042749\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"7337642b6c4b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042785\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:34.833781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:32.353529\"}}, \"last_daemon_update\": \"2023-12-27T22:15:35.042891\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:36.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:36 smithi005 bash[108203]: audit 2023-12-27T22:15:35.050253+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042567\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042706\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042749\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"7337642b6c4b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042785\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:34.833781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:32.353529\"}}, \"last_daemon_update\": \"2023-12-27T22:15:35.042891\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:36.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:36 smithi005 bash[108203]: audit 2023-12-27T22:15:35.050910+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:36.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:36 smithi005 bash[111615]: audit 2023-12-27T22:15:35.045941+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042567\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042706\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042749\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"7337642b6c4b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042785\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:34.833781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:32.353529\"}}, \"last_daemon_update\": \"2023-12-27T22:15:35.042891\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:36.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:36 smithi005 bash[111615]: audit 2023-12-27T22:15:35.050253+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042567\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042706\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042749\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"7337642b6c4b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042785\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:34.833781\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:32.353529\"}}, \"last_daemon_update\": \"2023-12-27T22:15:35.042891\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:36.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:36 smithi005 bash[111615]: audit 2023-12-27T22:15:35.050910+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:36.488 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:15:36 smithi115 bash[112821]: debug 2023-12-27T22:15:36.106+0000 7f8322165ec0 -1 osd.5 0 log_to_monitors {default=true} 2023-12-27T22:15:37.074 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:37 smithi115 bash[108225]: cluster 2023-12-27T22:15:36.051728+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e43: 6 total, 5 up, 5 in 2023-12-27T22:15:37.074 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:37 smithi115 bash[108225]: audit 2023-12-27T22:15:36.051919+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:15:37.074 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:37 smithi115 bash[108225]: audit 2023-12-27T22:15:36.109629+0000 mon.b (mon.2) 13 : audit [INF] from='osd.5 [v2:172.21.15.115:6808/2407761590,v1:172.21.15.115:6809/2407761590]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-27T22:15:37.074 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:37 smithi115 bash[108225]: audit 2023-12-27T22:15:36.110033+0000 mon.a (mon.0) 507 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-27T22:15:37.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:37 smithi005 bash[108203]: cluster 2023-12-27T22:15:36.051728+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e43: 6 total, 5 up, 5 in 2023-12-27T22:15:37.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:37 smithi005 bash[108203]: audit 2023-12-27T22:15:36.051919+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:15:37.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:37 smithi005 bash[108203]: audit 2023-12-27T22:15:36.109629+0000 mon.b (mon.2) 13 : audit [INF] from='osd.5 [v2:172.21.15.115:6808/2407761590,v1:172.21.15.115:6809/2407761590]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-27T22:15:37.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:37 smithi005 bash[108203]: audit 2023-12-27T22:15:36.110033+0000 mon.a (mon.0) 507 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-27T22:15:37.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:37 smithi005 bash[111615]: cluster 2023-12-27T22:15:36.051728+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e43: 6 total, 5 up, 5 in 2023-12-27T22:15:37.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:37 smithi005 bash[111615]: audit 2023-12-27T22:15:36.051919+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:15:37.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:37 smithi005 bash[111615]: audit 2023-12-27T22:15:36.109629+0000 mon.b (mon.2) 13 : audit [INF] from='osd.5 [v2:172.21.15.115:6808/2407761590,v1:172.21.15.115:6809/2407761590]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-27T22:15:37.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:37 smithi005 bash[111615]: audit 2023-12-27T22:15:36.110033+0000 mon.a (mon.0) 507 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-27T22:15:38.254 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:15:38 smithi115 bash[112821]: debug 2023-12-27T22:15:38.060+0000 7f830af1a700 -1 osd.5 0 waiting for initial osdmap 2023-12-27T22:15:38.254 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:15:38 smithi115 bash[112821]: debug 2023-12-27T22:15:38.068+0000 7f8316136700 -1 osd.5 45 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-27T22:15:38.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:38 smithi115 bash[108225]: cluster 2023-12-27T22:15:36.940312+0000 mgr.y (mgr.14142) 96 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2023-12-27T22:15:38.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:38 smithi115 bash[108225]: audit 2023-12-27T22:15:37.057500+0000 mon.a (mon.0) 508 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-27T22:15:38.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:38 smithi115 bash[108225]: cluster 2023-12-27T22:15:37.057556+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e44: 6 total, 5 up, 5 in 2023-12-27T22:15:38.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:38 smithi115 bash[108225]: audit 2023-12-27T22:15:37.057740+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:15:38.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:38 smithi115 bash[108225]: audit 2023-12-27T22:15:37.058003+0000 mon.b (mon.2) 14 : audit [INF] from='osd.5 [v2:172.21.15.115:6808/2407761590,v1:172.21.15.115:6809/2407761590]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:38.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:38 smithi115 bash[108225]: audit 2023-12-27T22:15:37.058299+0000 mon.a (mon.0) 511 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:38.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:38 smithi115 bash[108225]: cluster 2023-12-27T22:15:37.090137+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-27T22:15:38.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:38 smithi115 bash[108225]: cluster 2023-12-27T22:15:37.090177+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-27T22:15:38.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:38 smithi115 bash[108225]: audit 2023-12-27T22:15:37.407274+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-27T22:15:38.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:38 smithi115 bash[108225]: audit 2023-12-27T22:15:37.408123+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:38.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:38 smithi115 bash[108225]: audit 2023-12-27T22:15:37.409332+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:38.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:38 smithi115 bash[108225]: audit 2023-12-27T22:15:37.516295+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:38.256 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:38 smithi115 bash[108225]: audit 2023-12-27T22:15:37.706072+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042567\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042706\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042749\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"7337642b6c4b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042785\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:34.833781\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:32.353529\"}}, \"last_daemon_update\": \"2023-12-27T22:15:35.042891\", \"last_device_update\": \"2023-12-27T22:15:37.705381\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:38.256 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:38 smithi115 bash[108225]: audit 2023-12-27T22:15:37.709324+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042567\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042706\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042749\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"7337642b6c4b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042785\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:34.833781\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:32.353529\"}}, \"last_daemon_update\": \"2023-12-27T22:15:35.042891\", \"last_device_update\": \"2023-12-27T22:15:37.705381\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:38.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[108203]: cluster 2023-12-27T22:15:36.940312+0000 mgr.y (mgr.14142) 96 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2023-12-27T22:15:38.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[108203]: audit 2023-12-27T22:15:37.057500+0000 mon.a (mon.0) 508 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-27T22:15:38.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[108203]: cluster 2023-12-27T22:15:37.057556+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e44: 6 total, 5 up, 5 in 2023-12-27T22:15:38.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[108203]: audit 2023-12-27T22:15:37.057740+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:15:38.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[108203]: audit 2023-12-27T22:15:37.058003+0000 mon.b (mon.2) 14 : audit [INF] from='osd.5 [v2:172.21.15.115:6808/2407761590,v1:172.21.15.115:6809/2407761590]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:38.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[108203]: audit 2023-12-27T22:15:37.058299+0000 mon.a (mon.0) 511 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:38.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[108203]: cluster 2023-12-27T22:15:37.090137+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-27T22:15:38.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[108203]: cluster 2023-12-27T22:15:37.090177+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-27T22:15:38.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[108203]: audit 2023-12-27T22:15:37.407274+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-27T22:15:38.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[108203]: audit 2023-12-27T22:15:37.408123+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:38.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[108203]: audit 2023-12-27T22:15:37.409332+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:38.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[108203]: audit 2023-12-27T22:15:37.516295+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:38.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[111615]: cluster 2023-12-27T22:15:36.940312+0000 mgr.y (mgr.14142) 96 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2023-12-27T22:15:38.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[111615]: audit 2023-12-27T22:15:37.057500+0000 mon.a (mon.0) 508 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-27T22:15:38.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[111615]: cluster 2023-12-27T22:15:37.057556+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e44: 6 total, 5 up, 5 in 2023-12-27T22:15:38.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[111615]: audit 2023-12-27T22:15:37.057740+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:15:38.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[111615]: audit 2023-12-27T22:15:37.058003+0000 mon.b (mon.2) 14 : audit [INF] from='osd.5 [v2:172.21.15.115:6808/2407761590,v1:172.21.15.115:6809/2407761590]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:38.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[111615]: audit 2023-12-27T22:15:37.058299+0000 mon.a (mon.0) 511 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:38.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[111615]: cluster 2023-12-27T22:15:37.090137+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-27T22:15:38.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[111615]: cluster 2023-12-27T22:15:37.090177+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-27T22:15:38.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[111615]: audit 2023-12-27T22:15:37.407274+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-27T22:15:38.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[111615]: audit 2023-12-27T22:15:37.408123+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:38.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[111615]: audit 2023-12-27T22:15:37.409332+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:38.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[111615]: audit 2023-12-27T22:15:37.516295+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:38.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[108203]: audit 2023-12-27T22:15:37.706072+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042567\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042706\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042749\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"7337642b6c4b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042785\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:34.833781\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:32.353529\"}}, \"last_daemon_update\": \"2023-12-27T22:15:35.042891\", \"last_device_update\": \"2023-12-27T22:15:37.705381\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:38.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[108203]: audit 2023-12-27T22:15:37.709324+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042567\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042706\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042749\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"7337642b6c4b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042785\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:34.833781\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:32.353529\"}}, \"last_daemon_update\": \"2023-12-27T22:15:35.042891\", \"last_device_update\": \"2023-12-27T22:15:37.705381\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:38.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[111615]: audit 2023-12-27T22:15:37.706072+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042567\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042706\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042749\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"7337642b6c4b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042785\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:34.833781\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:32.353529\"}}, \"last_daemon_update\": \"2023-12-27T22:15:35.042891\", \"last_device_update\": \"2023-12-27T22:15:37.705381\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:38.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:38 smithi005 bash[111615]: audit 2023-12-27T22:15:37.709324+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042567\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042706\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042749\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"7337642b6c4b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042785\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:34.833781\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:32.353529\"}}, \"last_daemon_update\": \"2023-12-27T22:15:35.042891\", \"last_device_update\": \"2023-12-27T22:15:37.705381\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:39.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:39 smithi005 bash[108203]: audit 2023-12-27T22:15:37.406189+0000 mgr.y (mgr.14142) 97 : audit [DBG] from='client.34247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi115:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:15:39.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:39 smithi005 bash[108203]: cephadm 2023-12-27T22:15:37.406962+0000 mgr.y (mgr.14142) 98 : cephadm [INF] Applying osd on host smithi115... 2023-12-27T22:15:39.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:39 smithi005 bash[108203]: audit 2023-12-27T22:15:38.058738+0000 mon.a (mon.0) 518 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2023-12-27T22:15:39.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:39 smithi005 bash[108203]: cluster 2023-12-27T22:15:38.058801+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e45: 6 total, 5 up, 5 in 2023-12-27T22:15:39.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:39 smithi005 bash[108203]: audit 2023-12-27T22:15:38.059346+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:15:39.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:39 smithi005 bash[108203]: audit 2023-12-27T22:15:38.862166+0000 mon.b (mon.2) 15 : audit [INF] from='client.? 172.21.15.115:0/4289938856' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aca97d96-4128-45c7-b96d-1d9b4510ada6"}]: dispatch 2023-12-27T22:15:39.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:39 smithi005 bash[108203]: audit 2023-12-27T22:15:38.862603+0000 mon.a (mon.0) 521 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aca97d96-4128-45c7-b96d-1d9b4510ada6"}]: dispatch 2023-12-27T22:15:39.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:39 smithi005 bash[108203]: cluster 2023-12-27T22:15:38.867328+0000 mon.a (mon.0) 522 : cluster [INF] osd.5 [v2:172.21.15.115:6808/2407761590,v1:172.21.15.115:6809/2407761590] boot 2023-12-27T22:15:39.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:39 smithi005 bash[108203]: audit 2023-12-27T22:15:38.867374+0000 mon.a (mon.0) 523 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aca97d96-4128-45c7-b96d-1d9b4510ada6"}]': finished 2023-12-27T22:15:39.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:39 smithi005 bash[108203]: cluster 2023-12-27T22:15:38.867404+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e46: 7 total, 6 up, 6 in 2023-12-27T22:15:39.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:39 smithi005 bash[108203]: audit 2023-12-27T22:15:38.867556+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:15:39.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:39 smithi005 bash[108203]: audit 2023-12-27T22:15:38.868106+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:15:39.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:39 smithi005 bash[111615]: audit 2023-12-27T22:15:37.406189+0000 mgr.y (mgr.14142) 97 : audit [DBG] from='client.34247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi115:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:15:39.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:39 smithi005 bash[111615]: cephadm 2023-12-27T22:15:37.406962+0000 mgr.y (mgr.14142) 98 : cephadm [INF] Applying osd on host smithi115... 2023-12-27T22:15:39.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:39 smithi005 bash[111615]: audit 2023-12-27T22:15:38.058738+0000 mon.a (mon.0) 518 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2023-12-27T22:15:39.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:39 smithi005 bash[111615]: cluster 2023-12-27T22:15:38.058801+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e45: 6 total, 5 up, 5 in 2023-12-27T22:15:39.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:39 smithi005 bash[111615]: audit 2023-12-27T22:15:38.059346+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:15:39.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:39 smithi005 bash[111615]: audit 2023-12-27T22:15:38.862166+0000 mon.b (mon.2) 15 : audit [INF] from='client.? 172.21.15.115:0/4289938856' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aca97d96-4128-45c7-b96d-1d9b4510ada6"}]: dispatch 2023-12-27T22:15:39.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:39 smithi005 bash[111615]: audit 2023-12-27T22:15:38.862603+0000 mon.a (mon.0) 521 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aca97d96-4128-45c7-b96d-1d9b4510ada6"}]: dispatch 2023-12-27T22:15:39.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:39 smithi005 bash[111615]: cluster 2023-12-27T22:15:38.867328+0000 mon.a (mon.0) 522 : cluster [INF] osd.5 [v2:172.21.15.115:6808/2407761590,v1:172.21.15.115:6809/2407761590] boot 2023-12-27T22:15:39.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:39 smithi005 bash[111615]: audit 2023-12-27T22:15:38.867374+0000 mon.a (mon.0) 523 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aca97d96-4128-45c7-b96d-1d9b4510ada6"}]': finished 2023-12-27T22:15:39.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:39 smithi005 bash[111615]: cluster 2023-12-27T22:15:38.867404+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e46: 7 total, 6 up, 6 in 2023-12-27T22:15:39.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:39 smithi005 bash[111615]: audit 2023-12-27T22:15:38.867556+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:15:39.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:39 smithi005 bash[111615]: audit 2023-12-27T22:15:38.868106+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:15:39.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:39 smithi115 bash[108225]: audit 2023-12-27T22:15:37.406189+0000 mgr.y (mgr.14142) 97 : audit [DBG] from='client.34247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi115:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:15:39.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:39 smithi115 bash[108225]: cephadm 2023-12-27T22:15:37.406962+0000 mgr.y (mgr.14142) 98 : cephadm [INF] Applying osd on host smithi115... 2023-12-27T22:15:39.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:39 smithi115 bash[108225]: audit 2023-12-27T22:15:38.058738+0000 mon.a (mon.0) 518 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2023-12-27T22:15:39.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:39 smithi115 bash[108225]: cluster 2023-12-27T22:15:38.058801+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e45: 6 total, 5 up, 5 in 2023-12-27T22:15:39.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:39 smithi115 bash[108225]: audit 2023-12-27T22:15:38.059346+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:15:39.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:39 smithi115 bash[108225]: audit 2023-12-27T22:15:38.862166+0000 mon.b (mon.2) 15 : audit [INF] from='client.? 172.21.15.115:0/4289938856' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aca97d96-4128-45c7-b96d-1d9b4510ada6"}]: dispatch 2023-12-27T22:15:39.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:39 smithi115 bash[108225]: audit 2023-12-27T22:15:38.862603+0000 mon.a (mon.0) 521 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aca97d96-4128-45c7-b96d-1d9b4510ada6"}]: dispatch 2023-12-27T22:15:39.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:39 smithi115 bash[108225]: cluster 2023-12-27T22:15:38.867328+0000 mon.a (mon.0) 522 : cluster [INF] osd.5 [v2:172.21.15.115:6808/2407761590,v1:172.21.15.115:6809/2407761590] boot 2023-12-27T22:15:39.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:39 smithi115 bash[108225]: audit 2023-12-27T22:15:38.867374+0000 mon.a (mon.0) 523 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aca97d96-4128-45c7-b96d-1d9b4510ada6"}]': finished 2023-12-27T22:15:39.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:39 smithi115 bash[108225]: cluster 2023-12-27T22:15:38.867404+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e46: 7 total, 6 up, 6 in 2023-12-27T22:15:39.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:39 smithi115 bash[108225]: audit 2023-12-27T22:15:38.867556+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:15:39.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:39 smithi115 bash[108225]: audit 2023-12-27T22:15:38.868106+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:15:40.363 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:15:39 smithi005 bash[117772]: debug 2023-12-27T22:15:39.871+0000 7fb2abbd7700 -1 osd.1 47 build_incremental_map_msg missing incremental map 47 2023-12-27T22:15:40.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:40 smithi005 bash[108203]: cluster 2023-12-27T22:15:38.940739+0000 mgr.y (mgr.14142) 99 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 442 GiB / 447 GiB avail 2023-12-27T22:15:40.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:40 smithi005 bash[108203]: audit 2023-12-27T22:15:39.627635+0000 mon.b (mon.2) 16 : audit [DBG] from='client.? 172.21.15.115:0/1405831792' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-27T22:15:40.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:40 smithi005 bash[108203]: cluster 2023-12-27T22:15:39.871029+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e47: 7 total, 6 up, 6 in 2023-12-27T22:15:40.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:40 smithi005 bash[108203]: audit 2023-12-27T22:15:39.871190+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:15:40.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:40 smithi005 bash[111615]: cluster 2023-12-27T22:15:38.940739+0000 mgr.y (mgr.14142) 99 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 442 GiB / 447 GiB avail 2023-12-27T22:15:40.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:40 smithi005 bash[111615]: audit 2023-12-27T22:15:39.627635+0000 mon.b (mon.2) 16 : audit [DBG] from='client.? 172.21.15.115:0/1405831792' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-27T22:15:40.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:40 smithi005 bash[111615]: cluster 2023-12-27T22:15:39.871029+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e47: 7 total, 6 up, 6 in 2023-12-27T22:15:40.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:40 smithi005 bash[111615]: audit 2023-12-27T22:15:39.871190+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:15:40.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:40 smithi115 bash[108225]: cluster 2023-12-27T22:15:38.940739+0000 mgr.y (mgr.14142) 99 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 442 GiB / 447 GiB avail 2023-12-27T22:15:40.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:40 smithi115 bash[108225]: audit 2023-12-27T22:15:39.627635+0000 mon.b (mon.2) 16 : audit [DBG] from='client.? 172.21.15.115:0/1405831792' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-27T22:15:40.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:40 smithi115 bash[108225]: cluster 2023-12-27T22:15:39.871029+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e47: 7 total, 6 up, 6 in 2023-12-27T22:15:40.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:40 smithi115 bash[108225]: audit 2023-12-27T22:15:39.871190+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:15:42.086 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:41 smithi115 bash[108225]: cluster 2023-12-27T22:15:40.941206+0000 mgr.y (mgr.14142) 100 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2023-12-27T22:15:42.087 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:41 smithi115 bash[108225]: audit 2023-12-27T22:15:41.828371+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:42.363 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:41 smithi005 bash[111615]: cluster 2023-12-27T22:15:40.941206+0000 mgr.y (mgr.14142) 100 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2023-12-27T22:15:42.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:41 smithi005 bash[111615]: audit 2023-12-27T22:15:41.828371+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:42.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:41 smithi005 bash[108203]: cluster 2023-12-27T22:15:40.941206+0000 mgr.y (mgr.14142) 100 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2023-12-27T22:15:42.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:41 smithi005 bash[108203]: audit 2023-12-27T22:15:41.828371+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:44.222 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:43 smithi115 bash[108225]: cluster 2023-12-27T22:15:42.941574+0000 mgr.y (mgr.14142) 101 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2023-12-27T22:15:44.222 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:43 smithi115 bash[108225]: audit 2023-12-27T22:15:43.387278+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-27T22:15:44.222 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:43 smithi115 bash[108225]: audit 2023-12-27T22:15:43.388071+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:44.222 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:43 smithi115 bash[108225]: audit 2023-12-27T22:15:43.389018+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2023-12-27T22:15:44.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:43 smithi005 bash[108203]: cluster 2023-12-27T22:15:42.941574+0000 mgr.y (mgr.14142) 101 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2023-12-27T22:15:44.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:43 smithi005 bash[108203]: audit 2023-12-27T22:15:43.387278+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-27T22:15:44.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:43 smithi005 bash[108203]: audit 2023-12-27T22:15:43.388071+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:44.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:43 smithi005 bash[108203]: audit 2023-12-27T22:15:43.389018+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2023-12-27T22:15:44.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:43 smithi005 bash[111615]: cluster 2023-12-27T22:15:42.941574+0000 mgr.y (mgr.14142) 101 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2023-12-27T22:15:44.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:43 smithi005 bash[111615]: audit 2023-12-27T22:15:43.387278+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-27T22:15:44.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:43 smithi005 bash[111615]: audit 2023-12-27T22:15:43.388071+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:44.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:43 smithi005 bash[111615]: audit 2023-12-27T22:15:43.389018+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2023-12-27T22:15:44.479 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:15:44 smithi115 systemd[1]: Stopping Ceph osd.5 for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:15:44.480 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[112821]: debug 2023-12-27T22:15:44.267+0000 7f83199ad700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-27T22:15:44.480 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[112821]: debug 2023-12-27T22:15:44.267+0000 7f83199ad700 -1 osd.5 47 *** Got signal Terminated *** 2023-12-27T22:15:44.480 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[112821]: debug 2023-12-27T22:15:44.267+0000 7f83199ad700 -1 osd.5 47 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-27T22:15:44.754 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:15:44 smithi115 podman[113992]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd.5 2023-12-27T22:15:45.231 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cephadm 2023-12-27T22:15:43.388696+0000 mgr.y (mgr.14142) 102 : cephadm [INF] Deploying daemon osd.5 on smithi115 2023-12-27T22:15:45.232 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.321412+0000 mon.a (mon.0) 533 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-27T22:15:45.232 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.321463+0000 mon.a (mon.0) 534 : cluster [INF] osd.5 failed (root=default,host=smithi115) (connection refused reported by osd.2) 2023-12-27T22:15:45.232 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.321629+0000 mon.a (mon.0) 535 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-27T22:15:45.232 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.321746+0000 mon.a (mon.0) 536 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-27T22:15:45.232 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.321914+0000 mon.a (mon.0) 537 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-27T22:15:45.232 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.322076+0000 mon.a (mon.0) 538 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-27T22:15:45.232 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.322206+0000 mon.a (mon.0) 539 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-27T22:15:45.232 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.322350+0000 mon.a (mon.0) 540 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-27T22:15:45.232 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.322499+0000 mon.a (mon.0) 541 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-27T22:15:45.232 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.521529+0000 mon.a (mon.0) 542 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-27T22:15:45.232 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.521855+0000 mon.a (mon.0) 543 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-27T22:15:45.232 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.522023+0000 mon.a (mon.0) 544 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-27T22:15:45.232 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.522214+0000 mon.a (mon.0) 545 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-27T22:15:45.232 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.522400+0000 mon.a (mon.0) 546 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-27T22:15:45.233 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.522499+0000 mon.a (mon.0) 547 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-27T22:15:45.233 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.522615+0000 mon.a (mon.0) 548 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-27T22:15:45.233 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.522803+0000 mon.a (mon.0) 549 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-27T22:15:45.233 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.522930+0000 mon.a (mon.0) 550 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-27T22:15:45.233 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.523102+0000 mon.a (mon.0) 551 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-27T22:15:45.233 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.523225+0000 mon.a (mon.0) 552 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-27T22:15:45.233 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.922742+0000 mon.a (mon.0) 553 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-27T22:15:45.233 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.922903+0000 mon.a (mon.0) 554 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-27T22:15:45.233 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.923150+0000 mon.a (mon.0) 555 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-27T22:15:45.233 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.923367+0000 mon.a (mon.0) 556 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-27T22:15:45.233 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.923470+0000 mon.a (mon.0) 557 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-27T22:15:45.233 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.923727+0000 mon.a (mon.0) 558 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-27T22:15:45.233 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.923923+0000 mon.a (mon.0) 559 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-27T22:15:45.233 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.924080+0000 mon.a (mon.0) 560 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-27T22:15:45.234 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.924285+0000 mon.a (mon.0) 561 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-27T22:15:45.234 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.924448+0000 mon.a (mon.0) 562 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-27T22:15:45.234 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:44 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.924652+0000 mon.a (mon.0) 563 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-27T22:15:45.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[111615]: cephadm 2023-12-27T22:15:43.388696+0000 mgr.y (mgr.14142) 102 : cephadm [INF] Deploying daemon osd.5 on smithi115 2023-12-27T22:15:45.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.321412+0000 mon.a (mon.0) 533 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-27T22:15:45.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.321463+0000 mon.a (mon.0) 534 : cluster [INF] osd.5 failed (root=default,host=smithi115) (connection refused reported by osd.2) 2023-12-27T22:15:45.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.321629+0000 mon.a (mon.0) 535 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-27T22:15:45.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.321746+0000 mon.a (mon.0) 536 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-27T22:15:45.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.321914+0000 mon.a (mon.0) 537 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-27T22:15:45.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.322076+0000 mon.a (mon.0) 538 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-27T22:15:45.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.322206+0000 mon.a (mon.0) 539 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-27T22:15:45.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.322350+0000 mon.a (mon.0) 540 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-27T22:15:45.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.322499+0000 mon.a (mon.0) 541 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-27T22:15:45.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.521529+0000 mon.a (mon.0) 542 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-27T22:15:45.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.521855+0000 mon.a (mon.0) 543 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-27T22:15:45.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.522023+0000 mon.a (mon.0) 544 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-27T22:15:45.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.522214+0000 mon.a (mon.0) 545 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-27T22:15:45.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.522400+0000 mon.a (mon.0) 546 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-27T22:15:45.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.522499+0000 mon.a (mon.0) 547 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-27T22:15:45.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.522615+0000 mon.a (mon.0) 548 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-27T22:15:45.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.522803+0000 mon.a (mon.0) 549 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-27T22:15:45.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.522930+0000 mon.a (mon.0) 550 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-27T22:15:45.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.523102+0000 mon.a (mon.0) 551 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-27T22:15:45.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.523225+0000 mon.a (mon.0) 552 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-27T22:15:45.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.922742+0000 mon.a (mon.0) 553 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-27T22:15:45.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.922903+0000 mon.a (mon.0) 554 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-27T22:15:45.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.923150+0000 mon.a (mon.0) 555 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-27T22:15:45.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.923367+0000 mon.a (mon.0) 556 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-27T22:15:45.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cephadm 2023-12-27T22:15:43.388696+0000 mgr.y (mgr.14142) 102 : cephadm [INF] Deploying daemon osd.5 on smithi115 2023-12-27T22:15:45.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.321412+0000 mon.a (mon.0) 533 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-27T22:15:45.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.321463+0000 mon.a (mon.0) 534 : cluster [INF] osd.5 failed (root=default,host=smithi115) (connection refused reported by osd.2) 2023-12-27T22:15:45.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.321629+0000 mon.a (mon.0) 535 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-27T22:15:45.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.321746+0000 mon.a (mon.0) 536 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-27T22:15:45.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.321914+0000 mon.a (mon.0) 537 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-27T22:15:45.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.322076+0000 mon.a (mon.0) 538 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-27T22:15:45.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.322206+0000 mon.a (mon.0) 539 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-27T22:15:45.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.322350+0000 mon.a (mon.0) 540 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-27T22:15:45.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.322499+0000 mon.a (mon.0) 541 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-27T22:15:45.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.521529+0000 mon.a (mon.0) 542 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-27T22:15:45.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.521855+0000 mon.a (mon.0) 543 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-27T22:15:45.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.522023+0000 mon.a (mon.0) 544 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-27T22:15:45.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.522214+0000 mon.a (mon.0) 545 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-27T22:15:45.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.522400+0000 mon.a (mon.0) 546 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-27T22:15:45.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.522499+0000 mon.a (mon.0) 547 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-27T22:15:45.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.522615+0000 mon.a (mon.0) 548 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-27T22:15:45.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.522803+0000 mon.a (mon.0) 549 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-27T22:15:45.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.522930+0000 mon.a (mon.0) 550 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-27T22:15:45.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.523102+0000 mon.a (mon.0) 551 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-27T22:15:45.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.523225+0000 mon.a (mon.0) 552 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-27T22:15:45.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.922742+0000 mon.a (mon.0) 553 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-27T22:15:45.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.922903+0000 mon.a (mon.0) 554 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-27T22:15:45.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.923150+0000 mon.a (mon.0) 555 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-27T22:15:45.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.923367+0000 mon.a (mon.0) 556 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-27T22:15:45.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.923470+0000 mon.a (mon.0) 557 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-27T22:15:45.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.923727+0000 mon.a (mon.0) 558 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-27T22:15:45.368 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.923923+0000 mon.a (mon.0) 559 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-27T22:15:45.368 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.924080+0000 mon.a (mon.0) 560 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-27T22:15:45.368 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.924285+0000 mon.a (mon.0) 561 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-27T22:15:45.368 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.924448+0000 mon.a (mon.0) 562 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-27T22:15:45.368 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:44 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.924652+0000 mon.a (mon.0) 563 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-27T22:15:45.368 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.923470+0000 mon.a (mon.0) 557 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-27T22:15:45.368 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.923727+0000 mon.a (mon.0) 558 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-27T22:15:45.368 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.923923+0000 mon.a (mon.0) 559 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-27T22:15:45.368 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.924080+0000 mon.a (mon.0) 560 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-27T22:15:45.368 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.924285+0000 mon.a (mon.0) 561 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-27T22:15:45.368 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.924448+0000 mon.a (mon.0) 562 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-27T22:15:45.368 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.924652+0000 mon.a (mon.0) 563 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-27T22:15:45.504 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:15:45 smithi115 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.5.service: Succeeded. 2023-12-27T22:15:45.504 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:15:45 smithi115 systemd[1]: Stopped Ceph osd.5 for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:15:45.504 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:15:45 smithi115 systemd[1]: Starting Ceph osd.5 for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:15:45.504 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:15:45 smithi115 podman[114126]: Error: no container with ID or name "ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd.5" found: no such container 2023-12-27T22:15:45.504 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:15:45 smithi115 systemd[1]: Started Ceph osd.5 for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:15:46.140 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:15:45 smithi115 bash[114142]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-27T22:15:46.140 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:15:45 smithi115 bash[114142]: 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-27T22:15:46.140 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:15:45 smithi115 bash[114142]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2023-12-27T22:15:46.140 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:15:45 smithi115 bash[114142]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2023-12-27T22:15:46.140 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:15:45 smithi115 bash[114142]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-27T22:15:46.140 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:15:45 smithi115 bash[114142]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-27T22:15:46.140 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:15:45 smithi115 bash[114142]: --> ceph-volume lvm activate successful for osd ID: 5 2023-12-27T22:15:46.141 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:45 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.942014+0000 mgr.y (mgr.14142) 103 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2023-12-27T22:15:46.141 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:45 smithi115 bash[108225]: cluster 2023-12-27T22:15:44.992918+0000 mon.a (mon.0) 564 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-27T22:15:46.141 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:45 smithi115 bash[108225]: cluster 2023-12-27T22:15:45.001404+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e48: 7 total, 5 up, 6 in 2023-12-27T22:15:46.141 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:45 smithi115 bash[108225]: audit 2023-12-27T22:15:45.001575+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:15:46.141 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:45 smithi115 bash[108225]: audit 2023-12-27T22:15:45.408640+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042567\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042706\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042749\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}}, \"last_device_update\": \"2023-12-27T22:15:37.705381\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:46.141 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:45 smithi115 bash[108225]: audit 2023-12-27T22:15:45.409137+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:46.141 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:45 smithi115 bash[108225]: audit 2023-12-27T22:15:45.413046+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042567\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042706\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042749\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}}, \"last_device_update\": \"2023-12-27T22:15:37.705381\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:46.141 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:45 smithi115 bash[108225]: audit 2023-12-27T22:15:45.413872+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-27T22:15:46.141 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:45 smithi115 bash[108225]: audit 2023-12-27T22:15:45.414647+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:46.141 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:45 smithi115 bash[108225]: audit 2023-12-27T22:15:45.415553+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2023-12-27T22:15:46.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.942014+0000 mgr.y (mgr.14142) 103 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2023-12-27T22:15:46.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[108203]: cluster 2023-12-27T22:15:44.992918+0000 mon.a (mon.0) 564 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-27T22:15:46.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[108203]: cluster 2023-12-27T22:15:45.001404+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e48: 7 total, 5 up, 6 in 2023-12-27T22:15:46.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[108203]: audit 2023-12-27T22:15:45.001575+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:15:46.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.942014+0000 mgr.y (mgr.14142) 103 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2023-12-27T22:15:46.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: cluster 2023-12-27T22:15:44.992918+0000 mon.a (mon.0) 564 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-27T22:15:46.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: cluster 2023-12-27T22:15:45.001404+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e48: 7 total, 5 up, 6 in 2023-12-27T22:15:46.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: audit 2023-12-27T22:15:45.001575+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:15:46.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[108203]: audit 2023-12-27T22:15:45.408640+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042567\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042706\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042749\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}}, \"last_device_update\": \"2023-12-27T22:15:37.705381\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:46.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[108203]: audit 2023-12-27T22:15:45.409137+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:46.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[108203]: audit 2023-12-27T22:15:45.413046+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042567\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042706\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042749\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}}, \"last_device_update\": \"2023-12-27T22:15:37.705381\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:46.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[108203]: audit 2023-12-27T22:15:45.413872+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-27T22:15:46.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[108203]: audit 2023-12-27T22:15:45.414647+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:46.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[108203]: audit 2023-12-27T22:15:45.415553+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2023-12-27T22:15:46.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: audit 2023-12-27T22:15:45.408640+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042567\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042706\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042749\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}}, \"last_device_update\": \"2023-12-27T22:15:37.705381\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:46.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: audit 2023-12-27T22:15:45.409137+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:46.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: audit 2023-12-27T22:15:45.413046+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042567\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042706\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042749\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}}, \"last_device_update\": \"2023-12-27T22:15:37.705381\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:46.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: audit 2023-12-27T22:15:45.413872+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-27T22:15:46.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: audit 2023-12-27T22:15:45.414647+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:46.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:45 smithi005 bash[111615]: audit 2023-12-27T22:15:45.415553+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2023-12-27T22:15:46.621 INFO:teuthology.orchestra.run.smithi115.stdout:Created osd(s) 5,6 on host 'smithi115' 2023-12-27T22:15:47.056 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:47 smithi115 bash[108225]: cephadm 2023-12-27T22:15:45.415210+0000 mgr.y (mgr.14142) 104 : cephadm [INF] Deploying daemon osd.6 on smithi115 2023-12-27T22:15:47.056 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:47 smithi115 bash[108225]: cluster 2023-12-27T22:15:46.414348+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e49: 7 total, 5 up, 6 in 2023-12-27T22:15:47.056 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:47 smithi115 bash[108225]: audit 2023-12-27T22:15:46.414519+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:15:47.056 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:47 smithi115 bash[108225]: audit 2023-12-27T22:15:46.615704+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042567\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042706\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042749\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:45.413630\"}}, \"last_device_update\": \"2023-12-27T22:15:37.705381\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:47.056 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:47 smithi115 bash[108225]: audit 2023-12-27T22:15:46.618746+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042567\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042706\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042749\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:45.413630\"}}, \"last_device_update\": \"2023-12-27T22:15:37.705381\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:47.056 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:47 smithi115 bash[108225]: audit 2023-12-27T22:15:46.807596+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806652\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806746\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806785\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"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-27T22:15:46.806820\", \"created\": \"2023-12-27T22:15:33.718697\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:45.413630\"}}, \"last_daemon_update\": \"2023-12-27T22:15:46.806897\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:47.057 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:47 smithi115 bash[108225]: audit 2023-12-27T22:15:46.810936+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806652\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806746\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806785\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"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-27T22:15:46.806820\", \"created\": \"2023-12-27T22:15:33.718697\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:45.413630\"}}, \"last_daemon_update\": \"2023-12-27T22:15:46.806897\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:47.057 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:47 smithi115 bash[108225]: audit 2023-12-27T22:15:46.811697+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:47.143 DEBUG:teuthology.orchestra.run.smithi115:osd.6> sudo journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.6.service 2023-12-27T22:15:47.146 INFO:tasks.cephadm:Deploying osd.7 on smithi115 with /dev/vg_nvme/lv_1... 2023-12-27T22:15:47.146 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-27T22:15:47.179 INFO:journalctl@ceph.osd.6.smithi115.stdout:-- Logs begin at Wed 2023-12-27 22:03:14 UTC. -- 2023-12-27T22:15:47.309 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:47 smithi115 bash[114515]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-27T22:15:47.309 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:47 smithi115 bash[114515]: 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-27T22:15:47.309 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:47 smithi115 bash[114515]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2023-12-27T22:15:47.309 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:47 smithi115 bash[114515]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2023-12-27T22:15:47.309 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:47 smithi115 bash[114515]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-27T22:15:47.309 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:47 smithi115 bash[114515]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-27T22:15:47.309 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:47 smithi115 bash[114515]: --> ceph-volume lvm activate successful for osd ID: 6 2023-12-27T22:15:47.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:47 smithi005 bash[111615]: cephadm 2023-12-27T22:15:45.415210+0000 mgr.y (mgr.14142) 104 : cephadm [INF] Deploying daemon osd.6 on smithi115 2023-12-27T22:15:47.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:47 smithi005 bash[111615]: cluster 2023-12-27T22:15:46.414348+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e49: 7 total, 5 up, 6 in 2023-12-27T22:15:47.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:47 smithi005 bash[111615]: audit 2023-12-27T22:15:46.414519+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:15:47.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:47 smithi005 bash[108203]: cephadm 2023-12-27T22:15:45.415210+0000 mgr.y (mgr.14142) 104 : cephadm [INF] Deploying daemon osd.6 on smithi115 2023-12-27T22:15:47.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:47 smithi005 bash[108203]: cluster 2023-12-27T22:15:46.414348+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e49: 7 total, 5 up, 6 in 2023-12-27T22:15:47.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:47 smithi005 bash[108203]: audit 2023-12-27T22:15:46.414519+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:15:47.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:47 smithi005 bash[108203]: audit 2023-12-27T22:15:46.615704+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042567\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042706\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042749\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:45.413630\"}}, \"last_device_update\": \"2023-12-27T22:15:37.705381\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:47.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:47 smithi005 bash[111615]: audit 2023-12-27T22:15:46.615704+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042567\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042706\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042749\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:45.413630\"}}, \"last_device_update\": \"2023-12-27T22:15:37.705381\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:47.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:47 smithi005 bash[111615]: audit 2023-12-27T22:15:46.618746+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042567\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042706\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042749\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:45.413630\"}}, \"last_device_update\": \"2023-12-27T22:15:37.705381\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:47.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:47 smithi005 bash[108203]: audit 2023-12-27T22:15:46.618746+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042567\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042706\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:35.042749\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:45.413630\"}}, \"last_device_update\": \"2023-12-27T22:15:37.705381\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:47.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:47 smithi005 bash[111615]: audit 2023-12-27T22:15:46.807596+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806652\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806746\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806785\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"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-27T22:15:46.806820\", \"created\": \"2023-12-27T22:15:33.718697\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:45.413630\"}}, \"last_daemon_update\": \"2023-12-27T22:15:46.806897\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:47.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:47 smithi005 bash[108203]: audit 2023-12-27T22:15:46.807596+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806652\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806746\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806785\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"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-27T22:15:46.806820\", \"created\": \"2023-12-27T22:15:33.718697\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:45.413630\"}}, \"last_daemon_update\": \"2023-12-27T22:15:46.806897\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:47.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:47 smithi005 bash[108203]: audit 2023-12-27T22:15:46.810936+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806652\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806746\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806785\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"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-27T22:15:46.806820\", \"created\": \"2023-12-27T22:15:33.718697\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:45.413630\"}}, \"last_daemon_update\": \"2023-12-27T22:15:46.806897\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:47.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:47 smithi005 bash[108203]: audit 2023-12-27T22:15:46.811697+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:47.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:47 smithi005 bash[111615]: audit 2023-12-27T22:15:46.810936+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806652\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806746\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806785\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"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-27T22:15:46.806820\", \"created\": \"2023-12-27T22:15:33.718697\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:45.413630\"}}, \"last_daemon_update\": \"2023-12-27T22:15:46.806897\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:47.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:47 smithi005 bash[111615]: audit 2023-12-27T22:15:46.811697+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:47.595 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:15:47 smithi115 bash[114500]: debug 2023-12-27T22:15:47.416+0000 7fc00879dec0 -1 Falling back to public interface 2023-12-27T22:15:48.158 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:15:47 smithi115 bash[114500]: debug 2023-12-27T22:15:47.975+0000 7fc00879dec0 -1 osd.5 47 log_to_monitors {default=true} 2023-12-27T22:15:48.158 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:15:47 smithi115 bash[114500]: debug 2023-12-27T22:15:47.982+0000 7fbffc76e700 -1 osd.5 47 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-27T22:15:48.158 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:48 smithi115 bash[108225]: cluster 2023-12-27T22:15:46.942355+0000 mgr.y (mgr.14142) 105 : cluster [DBG] pgmap v111: 1 pgs: 1 stale+active+clean; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2023-12-27T22:15:48.158 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:48 smithi115 bash[108225]: audit 2023-12-27T22:15:47.979426+0000 mon.b (mon.2) 17 : audit [INF] from='osd.5 [v2:172.21.15.115:6808/3881874412,v1:172.21.15.115:6809/3881874412]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-27T22:15:48.158 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:48 smithi115 bash[108225]: audit 2023-12-27T22:15:47.979772+0000 mon.a (mon.0) 580 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-27T22:15:48.158 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:48 smithi115 bash[108225]: audit 2023-12-27T22:15:47.980214+0000 mon.b (mon.2) 18 : audit [INF] from='osd.5 [v2:172.21.15.115:6808/3881874412,v1:172.21.15.115:6809/3881874412]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:48.158 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:48 smithi115 bash[108225]: audit 2023-12-27T22:15:47.980537+0000 mon.a (mon.0) 581 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:48.363 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:48 smithi005 bash[111615]: cluster 2023-12-27T22:15:46.942355+0000 mgr.y (mgr.14142) 105 : cluster [DBG] pgmap v111: 1 pgs: 1 stale+active+clean; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2023-12-27T22:15:48.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:48 smithi005 bash[111615]: audit 2023-12-27T22:15:47.979426+0000 mon.b (mon.2) 17 : audit [INF] from='osd.5 [v2:172.21.15.115:6808/3881874412,v1:172.21.15.115:6809/3881874412]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-27T22:15:48.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:48 smithi005 bash[111615]: audit 2023-12-27T22:15:47.979772+0000 mon.a (mon.0) 580 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-27T22:15:48.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:48 smithi005 bash[111615]: audit 2023-12-27T22:15:47.980214+0000 mon.b (mon.2) 18 : audit [INF] from='osd.5 [v2:172.21.15.115:6808/3881874412,v1:172.21.15.115:6809/3881874412]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:48.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:48 smithi005 bash[111615]: audit 2023-12-27T22:15:47.980537+0000 mon.a (mon.0) 581 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:48.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:48 smithi005 bash[108203]: cluster 2023-12-27T22:15:46.942355+0000 mgr.y (mgr.14142) 105 : cluster [DBG] pgmap v111: 1 pgs: 1 stale+active+clean; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2023-12-27T22:15:48.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:48 smithi005 bash[108203]: audit 2023-12-27T22:15:47.979426+0000 mon.b (mon.2) 17 : audit [INF] from='osd.5 [v2:172.21.15.115:6808/3881874412,v1:172.21.15.115:6809/3881874412]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-27T22:15:48.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:48 smithi005 bash[108203]: audit 2023-12-27T22:15:47.979772+0000 mon.a (mon.0) 580 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-27T22:15:48.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:48 smithi005 bash[108203]: audit 2023-12-27T22:15:47.980214+0000 mon.b (mon.2) 18 : audit [INF] from='osd.5 [v2:172.21.15.115:6808/3881874412,v1:172.21.15.115:6809/3881874412]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:48.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:48 smithi005 bash[108203]: audit 2023-12-27T22:15:47.980537+0000 mon.a (mon.0) 581 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:48.718 INFO:teuthology.orchestra.run.smithi115.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-27T22:15:48.718 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-27T22:15:48.718 INFO:teuthology.orchestra.run.smithi115.stderr: stderr: 10+0 records in 2023-12-27T22:15:48.718 INFO:teuthology.orchestra.run.smithi115.stderr:10+0 records out 2023-12-27T22:15:48.718 INFO:teuthology.orchestra.run.smithi115.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0148691 s, 705 MB/s 2023-12-27T22:15:48.718 INFO:teuthology.orchestra.run.smithi115.stderr: stderr: 2023-12-27T22:15:48.719 INFO:teuthology.orchestra.run.smithi115.stderr:--> Zapping successful for: 2023-12-27T22:15:49.093 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:48 smithi115 bash[114843]: debug 2023-12-27T22:15:48.931+0000 7fc192dd8ec0 -1 Falling back to public interface 2023-12-27T22:15:49.093 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:49 smithi115 bash[108225]: cluster 2023-12-27T22:15:48.810590+0000 mon.a (mon.0) 582 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-27T22:15:49.094 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:49 smithi115 bash[108225]: cluster 2023-12-27T22:15:48.810619+0000 mon.a (mon.0) 583 : cluster [INF] Cluster is now healthy 2023-12-27T22:15:49.094 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:49 smithi115 bash[108225]: cluster 2023-12-27T22:15:48.815502+0000 mon.a (mon.0) 584 : cluster [INF] osd.5 [v2:172.21.15.115:6808/3881874412,v1:172.21.15.115:6809/3881874412] boot 2023-12-27T22:15:49.094 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:49 smithi115 bash[108225]: cluster 2023-12-27T22:15:48.815563+0000 mon.a (mon.0) 585 : cluster [DBG] osdmap e50: 7 total, 6 up, 6 in 2023-12-27T22:15:49.094 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:49 smithi115 bash[108225]: audit 2023-12-27T22:15:48.815792+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:15:49.094 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:49 smithi115 bash[108225]: audit 2023-12-27T22:15:48.816238+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:15:49.095 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi115:vg_nvme/lv_1 2023-12-27T22:15:49.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:49 smithi005 bash[108203]: cluster 2023-12-27T22:15:48.810590+0000 mon.a (mon.0) 582 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-27T22:15:49.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:49 smithi005 bash[108203]: cluster 2023-12-27T22:15:48.810619+0000 mon.a (mon.0) 583 : cluster [INF] Cluster is now healthy 2023-12-27T22:15:49.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:49 smithi005 bash[108203]: cluster 2023-12-27T22:15:48.815502+0000 mon.a (mon.0) 584 : cluster [INF] osd.5 [v2:172.21.15.115:6808/3881874412,v1:172.21.15.115:6809/3881874412] boot 2023-12-27T22:15:49.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:49 smithi005 bash[108203]: cluster 2023-12-27T22:15:48.815563+0000 mon.a (mon.0) 585 : cluster [DBG] osdmap e50: 7 total, 6 up, 6 in 2023-12-27T22:15:49.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:49 smithi005 bash[108203]: audit 2023-12-27T22:15:48.815792+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:15:49.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:49 smithi005 bash[108203]: audit 2023-12-27T22:15:48.816238+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:15:49.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:49 smithi005 bash[111615]: cluster 2023-12-27T22:15:48.810590+0000 mon.a (mon.0) 582 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-27T22:15:49.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:49 smithi005 bash[111615]: cluster 2023-12-27T22:15:48.810619+0000 mon.a (mon.0) 583 : cluster [INF] Cluster is now healthy 2023-12-27T22:15:49.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:49 smithi005 bash[111615]: cluster 2023-12-27T22:15:48.815502+0000 mon.a (mon.0) 584 : cluster [INF] osd.5 [v2:172.21.15.115:6808/3881874412,v1:172.21.15.115:6809/3881874412] boot 2023-12-27T22:15:49.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:49 smithi005 bash[111615]: cluster 2023-12-27T22:15:48.815563+0000 mon.a (mon.0) 585 : cluster [DBG] osdmap e50: 7 total, 6 up, 6 in 2023-12-27T22:15:49.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:49 smithi005 bash[111615]: audit 2023-12-27T22:15:48.815792+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:15:49.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:49 smithi005 bash[111615]: audit 2023-12-27T22:15:48.816238+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:15:49.641 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:49 smithi115 bash[114843]: debug 2023-12-27T22:15:49.498+0000 7fc192dd8ec0 -1 osd.6 0 log_to_monitors {default=true} 2023-12-27T22:15:50.268 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:50 smithi115 bash[108225]: cluster 2023-12-27T22:15:48.942696+0000 mgr.y (mgr.14142) 106 : cluster [DBG] pgmap v113: 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-27T22:15:50.268 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:50 smithi115 bash[108225]: audit 2023-12-27T22:15:49.501981+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.115:6816/1987299502,v1:172.21.15.115:6817/1987299502]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-27T22:15:50.268 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:50 smithi115 bash[108225]: audit 2023-12-27T22:15:49.502403+0000 mon.a (mon.0) 588 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-27T22:15:50.268 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:50 smithi115 bash[108225]: audit 2023-12-27T22:15:49.744160+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:50.268 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:50 smithi115 bash[108225]: cluster 2023-12-27T22:15:49.812351+0000 mon.a (mon.0) 590 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-27T22:15:50.268 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:50 smithi115 bash[108225]: audit 2023-12-27T22:15:49.819078+0000 mon.a (mon.0) 591 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-27T22:15:50.268 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:50 smithi115 bash[108225]: cluster 2023-12-27T22:15:49.819144+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e51: 7 total, 6 up, 6 in 2023-12-27T22:15:50.268 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:50 smithi115 bash[108225]: audit 2023-12-27T22:15:49.819343+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:15:50.268 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:50 smithi115 bash[108225]: audit 2023-12-27T22:15:49.819684+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.115:6816/1987299502,v1:172.21.15.115:6817/1987299502]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:50.269 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:50 smithi115 bash[108225]: audit 2023-12-27T22:15:49.820057+0000 mon.a (mon.0) 594 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:50.269 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:50 smithi115 bash[108225]: audit 2023-12-27T22:15:49.930791+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806652\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806746\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806785\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"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-27T22:15:46.806820\", \"created\": \"2023-12-27T22:15:33.718697\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:45.413630\"}}, \"last_daemon_update\": \"2023-12-27T22:15:46.806897\", \"last_device_update\": \"2023-12-27T22:15:49.930129\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:50.269 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:50 smithi115 bash[108225]: audit 2023-12-27T22:15:49.934208+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806652\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806746\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806785\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"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-27T22:15:46.806820\", \"created\": \"2023-12-27T22:15:33.718697\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:45.413630\"}}, \"last_daemon_update\": \"2023-12-27T22:15:46.806897\", \"last_device_update\": \"2023-12-27T22:15:49.930129\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:50.269 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:50 smithi115 bash[108225]: audit 2023-12-27T22:15:49.935763+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:50.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:50 smithi005 bash[108203]: cluster 2023-12-27T22:15:48.942696+0000 mgr.y (mgr.14142) 106 : cluster [DBG] pgmap v113: 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-27T22:15:50.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:50 smithi005 bash[108203]: audit 2023-12-27T22:15:49.501981+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.115:6816/1987299502,v1:172.21.15.115:6817/1987299502]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-27T22:15:50.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:50 smithi005 bash[108203]: audit 2023-12-27T22:15:49.502403+0000 mon.a (mon.0) 588 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-27T22:15:50.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:50 smithi005 bash[108203]: audit 2023-12-27T22:15:49.744160+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:50.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:50 smithi005 bash[108203]: cluster 2023-12-27T22:15:49.812351+0000 mon.a (mon.0) 590 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-27T22:15:50.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:50 smithi005 bash[108203]: audit 2023-12-27T22:15:49.819078+0000 mon.a (mon.0) 591 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-27T22:15:50.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:50 smithi005 bash[108203]: cluster 2023-12-27T22:15:49.819144+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e51: 7 total, 6 up, 6 in 2023-12-27T22:15:50.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:50 smithi005 bash[108203]: audit 2023-12-27T22:15:49.819343+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:15:50.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:50 smithi005 bash[108203]: audit 2023-12-27T22:15:49.819684+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.115:6816/1987299502,v1:172.21.15.115:6817/1987299502]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:50.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:50 smithi005 bash[108203]: audit 2023-12-27T22:15:49.820057+0000 mon.a (mon.0) 594 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:50.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:50 smithi005 bash[111615]: cluster 2023-12-27T22:15:48.942696+0000 mgr.y (mgr.14142) 106 : cluster [DBG] pgmap v113: 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-27T22:15:50.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:50 smithi005 bash[111615]: audit 2023-12-27T22:15:49.501981+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.115:6816/1987299502,v1:172.21.15.115:6817/1987299502]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-27T22:15:50.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:50 smithi005 bash[111615]: audit 2023-12-27T22:15:49.502403+0000 mon.a (mon.0) 588 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-27T22:15:50.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:50 smithi005 bash[111615]: audit 2023-12-27T22:15:49.744160+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:50.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:50 smithi005 bash[111615]: cluster 2023-12-27T22:15:49.812351+0000 mon.a (mon.0) 590 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-27T22:15:50.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:50 smithi005 bash[111615]: audit 2023-12-27T22:15:49.819078+0000 mon.a (mon.0) 591 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-27T22:15:50.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:50 smithi005 bash[111615]: cluster 2023-12-27T22:15:49.819144+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e51: 7 total, 6 up, 6 in 2023-12-27T22:15:50.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:50 smithi005 bash[111615]: audit 2023-12-27T22:15:49.819343+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:15:50.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:50 smithi005 bash[111615]: audit 2023-12-27T22:15:49.819684+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.115:6816/1987299502,v1:172.21.15.115:6817/1987299502]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:50.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:50 smithi005 bash[111615]: audit 2023-12-27T22:15:49.820057+0000 mon.a (mon.0) 594 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:15:50.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:50 smithi005 bash[108203]: audit 2023-12-27T22:15:49.930791+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806652\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806746\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806785\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"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-27T22:15:46.806820\", \"created\": \"2023-12-27T22:15:33.718697\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:45.413630\"}}, \"last_daemon_update\": \"2023-12-27T22:15:46.806897\", \"last_device_update\": \"2023-12-27T22:15:49.930129\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:50.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:50 smithi005 bash[111615]: audit 2023-12-27T22:15:49.930791+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806652\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806746\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806785\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"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-27T22:15:46.806820\", \"created\": \"2023-12-27T22:15:33.718697\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:45.413630\"}}, \"last_daemon_update\": \"2023-12-27T22:15:46.806897\", \"last_device_update\": \"2023-12-27T22:15:49.930129\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:50.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:50 smithi005 bash[111615]: audit 2023-12-27T22:15:49.934208+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806652\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806746\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806785\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"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-27T22:15:46.806820\", \"created\": \"2023-12-27T22:15:33.718697\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:45.413630\"}}, \"last_daemon_update\": \"2023-12-27T22:15:46.806897\", \"last_device_update\": \"2023-12-27T22:15:49.930129\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:50.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:50 smithi005 bash[111615]: audit 2023-12-27T22:15:49.935763+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:50.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:50 smithi005 bash[108203]: audit 2023-12-27T22:15:49.934208+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806652\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806746\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:46.806785\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"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-27T22:15:46.806820\", \"created\": \"2023-12-27T22:15:33.718697\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:45.413630\"}}, \"last_daemon_update\": \"2023-12-27T22:15:46.806897\", \"last_device_update\": \"2023-12-27T22:15:49.930129\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:50.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:50 smithi005 bash[108203]: audit 2023-12-27T22:15:49.935763+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:51.240 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:50 smithi115 bash[114843]: debug 2023-12-27T22:15:50.822+0000 7fc17bb8d700 -1 osd.6 0 waiting for initial osdmap 2023-12-27T22:15:51.240 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:50 smithi115 bash[114843]: debug 2023-12-27T22:15:50.832+0000 7fc186da9700 -1 osd.6 52 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-27T22:15:51.240 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:51 smithi115 bash[108225]: audit 2023-12-27T22:15:50.399461+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-27T22:15:51.240 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:51 smithi115 bash[108225]: audit 2023-12-27T22:15:50.400256+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:51.241 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:51 smithi115 bash[108225]: audit 2023-12-27T22:15:50.401462+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:51.241 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:51 smithi115 bash[108225]: cluster 2023-12-27T22:15:50.484203+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-27T22:15:51.241 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:51 smithi115 bash[108225]: cluster 2023-12-27T22:15:50.484235+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-27T22:15:51.241 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:51 smithi115 bash[108225]: audit 2023-12-27T22:15:50.820931+0000 mon.a (mon.0) 601 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2023-12-27T22:15:51.241 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:51 smithi115 bash[108225]: cluster 2023-12-27T22:15:50.821000+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e52: 7 total, 6 up, 6 in 2023-12-27T22:15:51.241 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:51 smithi115 bash[108225]: audit 2023-12-27T22:15:50.821200+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:15:51.363 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:51 smithi005 bash[111615]: audit 2023-12-27T22:15:50.399461+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-27T22:15:51.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:51 smithi005 bash[111615]: audit 2023-12-27T22:15:50.400256+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:51.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:51 smithi005 bash[111615]: audit 2023-12-27T22:15:50.401462+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:51.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:51 smithi005 bash[111615]: cluster 2023-12-27T22:15:50.484203+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-27T22:15:51.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:51 smithi005 bash[111615]: cluster 2023-12-27T22:15:50.484235+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-27T22:15:51.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:51 smithi005 bash[111615]: audit 2023-12-27T22:15:50.820931+0000 mon.a (mon.0) 601 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2023-12-27T22:15:51.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:51 smithi005 bash[111615]: cluster 2023-12-27T22:15:50.821000+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e52: 7 total, 6 up, 6 in 2023-12-27T22:15:51.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:51 smithi005 bash[111615]: audit 2023-12-27T22:15:50.821200+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:15:51.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:51 smithi005 bash[108203]: audit 2023-12-27T22:15:50.399461+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-27T22:15:51.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:51 smithi005 bash[108203]: audit 2023-12-27T22:15:50.400256+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:51.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:51 smithi005 bash[108203]: audit 2023-12-27T22:15:50.401462+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:51.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:51 smithi005 bash[108203]: cluster 2023-12-27T22:15:50.484203+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-27T22:15:51.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:51 smithi005 bash[108203]: cluster 2023-12-27T22:15:50.484235+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-27T22:15:51.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:51 smithi005 bash[108203]: audit 2023-12-27T22:15:50.820931+0000 mon.a (mon.0) 601 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2023-12-27T22:15:51.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:51 smithi005 bash[108203]: cluster 2023-12-27T22:15:50.821000+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e52: 7 total, 6 up, 6 in 2023-12-27T22:15:51.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:51 smithi005 bash[108203]: audit 2023-12-27T22:15:50.821200+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:15:52.363 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:15:52 smithi005 bash[117772]: debug 2023-12-27T22:15:52.052+0000 7fb2a7bcf700 -1 osd.1 54 build_incremental_map_msg missing incremental map 54 2023-12-27T22:15:52.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:52 smithi005 bash[111615]: audit 2023-12-27T22:15:50.398433+0000 mgr.y (mgr.14142) 107 : audit [DBG] from='client.34280 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi115:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:15:52.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:52 smithi005 bash[111615]: cephadm 2023-12-27T22:15:50.399177+0000 mgr.y (mgr.14142) 108 : cephadm [INF] Applying osd on host smithi115... 2023-12-27T22:15:52.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:52 smithi005 bash[111615]: cluster 2023-12-27T22:15:50.943199+0000 mgr.y (mgr.14142) 109 : cluster [DBG] pgmap v116: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.6 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2023-12-27T22:15:52.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:52 smithi005 bash[108203]: audit 2023-12-27T22:15:50.398433+0000 mgr.y (mgr.14142) 107 : audit [DBG] from='client.34280 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi115:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:15:52.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:52 smithi005 bash[108203]: cephadm 2023-12-27T22:15:50.399177+0000 mgr.y (mgr.14142) 108 : cephadm [INF] Applying osd on host smithi115... 2023-12-27T22:15:52.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:52 smithi005 bash[108203]: cluster 2023-12-27T22:15:50.943199+0000 mgr.y (mgr.14142) 109 : cluster [DBG] pgmap v116: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.6 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2023-12-27T22:15:52.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:52 smithi005 bash[111615]: audit 2023-12-27T22:15:51.067589+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066610\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066705\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066744\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066779\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"a58630bc9663\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066812\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:47.877087\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:45.413630\"}}, \"last_daemon_update\": \"2023-12-27T22:15:51.066905\", \"last_device_update\": \"2023-12-27T22:15:49.930129\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:52.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:52 smithi005 bash[111615]: audit 2023-12-27T22:15:51.070881+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066610\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066705\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066744\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066779\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"a58630bc9663\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066812\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:47.877087\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:45.413630\"}}, \"last_daemon_update\": \"2023-12-27T22:15:51.066905\", \"last_device_update\": \"2023-12-27T22:15:49.930129\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:52.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:52 smithi005 bash[108203]: audit 2023-12-27T22:15:51.067589+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066610\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066705\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066744\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066779\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"a58630bc9663\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066812\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:47.877087\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:45.413630\"}}, \"last_daemon_update\": \"2023-12-27T22:15:51.066905\", \"last_device_update\": \"2023-12-27T22:15:49.930129\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:52.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:52 smithi005 bash[108203]: audit 2023-12-27T22:15:51.070881+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066610\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066705\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066744\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066779\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"a58630bc9663\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066812\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:47.877087\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:45.413630\"}}, \"last_daemon_update\": \"2023-12-27T22:15:51.066905\", \"last_device_update\": \"2023-12-27T22:15:49.930129\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:52.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:52 smithi005 bash[111615]: cluster 2023-12-27T22:15:51.824350+0000 mon.a (mon.0) 606 : cluster [INF] osd.6 [v2:172.21.15.115:6816/1987299502,v1:172.21.15.115:6817/1987299502] boot 2023-12-27T22:15:52.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:52 smithi005 bash[111615]: cluster 2023-12-27T22:15:51.824400+0000 mon.a (mon.0) 607 : cluster [DBG] osdmap e53: 7 total, 7 up, 7 in 2023-12-27T22:15:52.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:52 smithi005 bash[111615]: audit 2023-12-27T22:15:51.824581+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:15:52.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:52 smithi005 bash[108203]: cluster 2023-12-27T22:15:51.824350+0000 mon.a (mon.0) 606 : cluster [INF] osd.6 [v2:172.21.15.115:6816/1987299502,v1:172.21.15.115:6817/1987299502] boot 2023-12-27T22:15:52.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:52 smithi005 bash[108203]: cluster 2023-12-27T22:15:51.824400+0000 mon.a (mon.0) 607 : cluster [DBG] osdmap e53: 7 total, 7 up, 7 in 2023-12-27T22:15:52.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:52 smithi005 bash[108203]: audit 2023-12-27T22:15:51.824581+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:15:52.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:52 smithi115 bash[108225]: audit 2023-12-27T22:15:50.398433+0000 mgr.y (mgr.14142) 107 : audit [DBG] from='client.34280 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi115:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:15:52.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:52 smithi115 bash[108225]: cephadm 2023-12-27T22:15:50.399177+0000 mgr.y (mgr.14142) 108 : cephadm [INF] Applying osd on host smithi115... 2023-12-27T22:15:52.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:52 smithi115 bash[108225]: cluster 2023-12-27T22:15:50.943199+0000 mgr.y (mgr.14142) 109 : cluster [DBG] pgmap v116: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.6 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2023-12-27T22:15:52.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:52 smithi115 bash[108225]: audit 2023-12-27T22:15:51.067589+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066610\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066705\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066744\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066779\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"a58630bc9663\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066812\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:47.877087\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:45.413630\"}}, \"last_daemon_update\": \"2023-12-27T22:15:51.066905\", \"last_device_update\": \"2023-12-27T22:15:49.930129\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:52.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:52 smithi115 bash[108225]: audit 2023-12-27T22:15:51.070881+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066610\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066705\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066744\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066779\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"a58630bc9663\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066812\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:47.877087\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:45.413630\"}}, \"last_daemon_update\": \"2023-12-27T22:15:51.066905\", \"last_device_update\": \"2023-12-27T22:15:49.930129\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:52.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:52 smithi115 bash[108225]: cluster 2023-12-27T22:15:51.824350+0000 mon.a (mon.0) 606 : cluster [INF] osd.6 [v2:172.21.15.115:6816/1987299502,v1:172.21.15.115:6817/1987299502] boot 2023-12-27T22:15:52.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:52 smithi115 bash[108225]: cluster 2023-12-27T22:15:51.824400+0000 mon.a (mon.0) 607 : cluster [DBG] osdmap e53: 7 total, 7 up, 7 in 2023-12-27T22:15:52.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:52 smithi115 bash[108225]: audit 2023-12-27T22:15:51.824581+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:15:53.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:53 smithi005 bash[111615]: audit 2023-12-27T22:15:52.047187+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.115:0/3806456367' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "78d3bdf7-a178-4d87-98e5-bb7535037bf5"}]: dispatch 2023-12-27T22:15:53.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:53 smithi005 bash[111615]: audit 2023-12-27T22:15:52.047551+0000 mon.a (mon.0) 609 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "78d3bdf7-a178-4d87-98e5-bb7535037bf5"}]: dispatch 2023-12-27T22:15:53.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:53 smithi005 bash[111615]: audit 2023-12-27T22:15:52.051858+0000 mon.a (mon.0) 610 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "78d3bdf7-a178-4d87-98e5-bb7535037bf5"}]': finished 2023-12-27T22:15:53.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:53 smithi005 bash[111615]: cluster 2023-12-27T22:15:52.051897+0000 mon.a (mon.0) 611 : cluster [DBG] osdmap e54: 8 total, 7 up, 7 in 2023-12-27T22:15:53.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:53 smithi005 bash[111615]: audit 2023-12-27T22:15:52.052052+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:15:53.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:53 smithi005 bash[111615]: audit 2023-12-27T22:15:52.830762+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.115:0/1382525349' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-27T22:15:53.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:53 smithi005 bash[108203]: audit 2023-12-27T22:15:52.047187+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.115:0/3806456367' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "78d3bdf7-a178-4d87-98e5-bb7535037bf5"}]: dispatch 2023-12-27T22:15:53.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:53 smithi005 bash[108203]: audit 2023-12-27T22:15:52.047551+0000 mon.a (mon.0) 609 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "78d3bdf7-a178-4d87-98e5-bb7535037bf5"}]: dispatch 2023-12-27T22:15:53.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:53 smithi005 bash[108203]: audit 2023-12-27T22:15:52.051858+0000 mon.a (mon.0) 610 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "78d3bdf7-a178-4d87-98e5-bb7535037bf5"}]': finished 2023-12-27T22:15:53.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:53 smithi005 bash[108203]: cluster 2023-12-27T22:15:52.051897+0000 mon.a (mon.0) 611 : cluster [DBG] osdmap e54: 8 total, 7 up, 7 in 2023-12-27T22:15:53.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:53 smithi005 bash[108203]: audit 2023-12-27T22:15:52.052052+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:15:53.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:53 smithi005 bash[108203]: audit 2023-12-27T22:15:52.830762+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.115:0/1382525349' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-27T22:15:53.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:53 smithi115 bash[108225]: audit 2023-12-27T22:15:52.047187+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.115:0/3806456367' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "78d3bdf7-a178-4d87-98e5-bb7535037bf5"}]: dispatch 2023-12-27T22:15:53.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:53 smithi115 bash[108225]: audit 2023-12-27T22:15:52.047551+0000 mon.a (mon.0) 609 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "78d3bdf7-a178-4d87-98e5-bb7535037bf5"}]: dispatch 2023-12-27T22:15:53.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:53 smithi115 bash[108225]: audit 2023-12-27T22:15:52.051858+0000 mon.a (mon.0) 610 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "78d3bdf7-a178-4d87-98e5-bb7535037bf5"}]': finished 2023-12-27T22:15:53.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:53 smithi115 bash[108225]: cluster 2023-12-27T22:15:52.051897+0000 mon.a (mon.0) 611 : cluster [DBG] osdmap e54: 8 total, 7 up, 7 in 2023-12-27T22:15:53.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:53 smithi115 bash[108225]: audit 2023-12-27T22:15:52.052052+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:15:53.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:53 smithi115 bash[108225]: audit 2023-12-27T22:15:52.830762+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.115:0/1382525349' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-27T22:15:54.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:54 smithi005 bash[108203]: cluster 2023-12-27T22:15:52.943596+0000 mgr.y (mgr.14142) 110 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 3.2 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-27T22:15:54.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:54 smithi005 bash[108203]: cluster 2023-12-27T22:15:53.049386+0000 mon.a (mon.0) 613 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2023-12-27T22:15:54.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:54 smithi005 bash[108203]: cluster 2023-12-27T22:15:53.049468+0000 mon.a (mon.0) 614 : cluster [INF] Cluster is now healthy 2023-12-27T22:15:54.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:54 smithi005 bash[108203]: cluster 2023-12-27T22:15:53.058201+0000 mon.a (mon.0) 615 : cluster [DBG] osdmap e55: 8 total, 7 up, 7 in 2023-12-27T22:15:54.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:54 smithi005 bash[108203]: audit 2023-12-27T22:15:53.058385+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:15:54.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:54 smithi005 bash[111615]: cluster 2023-12-27T22:15:52.943596+0000 mgr.y (mgr.14142) 110 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 3.2 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-27T22:15:54.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:54 smithi005 bash[111615]: cluster 2023-12-27T22:15:53.049386+0000 mon.a (mon.0) 613 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2023-12-27T22:15:54.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:54 smithi005 bash[111615]: cluster 2023-12-27T22:15:53.049468+0000 mon.a (mon.0) 614 : cluster [INF] Cluster is now healthy 2023-12-27T22:15:54.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:54 smithi005 bash[111615]: cluster 2023-12-27T22:15:53.058201+0000 mon.a (mon.0) 615 : cluster [DBG] osdmap e55: 8 total, 7 up, 7 in 2023-12-27T22:15:54.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:54 smithi005 bash[111615]: audit 2023-12-27T22:15:53.058385+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:15:54.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:54 smithi115 bash[108225]: cluster 2023-12-27T22:15:52.943596+0000 mgr.y (mgr.14142) 110 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 3.2 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-27T22:15:54.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:54 smithi115 bash[108225]: cluster 2023-12-27T22:15:53.049386+0000 mon.a (mon.0) 613 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2023-12-27T22:15:54.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:54 smithi115 bash[108225]: cluster 2023-12-27T22:15:53.049468+0000 mon.a (mon.0) 614 : cluster [INF] Cluster is now healthy 2023-12-27T22:15:54.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:54 smithi115 bash[108225]: cluster 2023-12-27T22:15:53.058201+0000 mon.a (mon.0) 615 : cluster [DBG] osdmap e55: 8 total, 7 up, 7 in 2023-12-27T22:15:54.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:54 smithi115 bash[108225]: audit 2023-12-27T22:15:53.058385+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:15:56.276 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:56 smithi115 bash[108225]: cluster 2023-12-27T22:15:54.943988+0000 mgr.y (mgr.14142) 111 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 3.4 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-27T22:15:56.277 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:56 smithi115 bash[108225]: audit 2023-12-27T22:15:55.027298+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:56.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:56 smithi005 bash[108203]: cluster 2023-12-27T22:15:54.943988+0000 mgr.y (mgr.14142) 111 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 3.4 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-27T22:15:56.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:56 smithi005 bash[108203]: audit 2023-12-27T22:15:55.027298+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:56.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:56 smithi005 bash[111615]: cluster 2023-12-27T22:15:54.943988+0000 mgr.y (mgr.14142) 111 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 3.4 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-27T22:15:56.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:56 smithi005 bash[111615]: audit 2023-12-27T22:15:55.027298+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:15:57.086 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:57 smithi115 bash[108225]: audit 2023-12-27T22:15:56.571350+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-27T22:15:57.086 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:57 smithi115 bash[108225]: audit 2023-12-27T22:15:56.572181+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:57.086 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:57 smithi115 bash[108225]: audit 2023-12-27T22:15:56.573074+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2023-12-27T22:15:57.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:57 smithi005 bash[111615]: audit 2023-12-27T22:15:56.571350+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-27T22:15:57.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:57 smithi005 bash[111615]: audit 2023-12-27T22:15:56.572181+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:57.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:57 smithi005 bash[111615]: audit 2023-12-27T22:15:56.573074+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2023-12-27T22:15:57.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:57 smithi005 bash[108203]: audit 2023-12-27T22:15:56.571350+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-27T22:15:57.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:57 smithi005 bash[108203]: audit 2023-12-27T22:15:56.572181+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:57.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:57 smithi005 bash[108203]: audit 2023-12-27T22:15:56.573074+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2023-12-27T22:15:57.752 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:57 smithi115 systemd[1]: Stopping Ceph osd.6 for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:15:57.752 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:57 smithi115 bash[114843]: debug 2023-12-27T22:15:57.447+0000 7fc18a620700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-27T22:15:57.752 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:57 smithi115 bash[114843]: debug 2023-12-27T22:15:57.447+0000 7fc18a620700 -1 osd.6 55 *** Got signal Terminated *** 2023-12-27T22:15:57.753 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:57 smithi115 bash[114843]: debug 2023-12-27T22:15:57.447+0000 7fc18a620700 -1 osd.6 55 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-27T22:15:57.753 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:57 smithi115 podman[116180]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd.6 2023-12-27T22:15:58.353 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[108225]: cephadm 2023-12-27T22:15:56.572745+0000 mgr.y (mgr.14142) 112 : cephadm [INF] Deploying daemon osd.6 on smithi115 2023-12-27T22:15:58.353 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[108225]: cluster 2023-12-27T22:15:56.944425+0000 mgr.y (mgr.14142) 113 : cluster [DBG] pgmap v122: 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-27T22:15:58.353 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[108225]: cluster 2023-12-27T22:15:57.488338+0000 mon.a (mon.0) 621 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-27T22:15:58.353 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[108225]: cluster 2023-12-27T22:15:57.488417+0000 mon.a (mon.0) 622 : cluster [INF] osd.6 failed (root=default,host=smithi115) (connection refused reported by osd.2) 2023-12-27T22:15:58.353 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[108225]: cluster 2023-12-27T22:15:57.488636+0000 mon.a (mon.0) 623 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-27T22:15:58.354 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[108225]: cluster 2023-12-27T22:15:57.488756+0000 mon.a (mon.0) 624 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-27T22:15:58.354 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[108225]: cluster 2023-12-27T22:15:57.488969+0000 mon.a (mon.0) 625 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-27T22:15:58.354 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[108225]: cluster 2023-12-27T22:15:57.489104+0000 mon.a (mon.0) 626 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-27T22:15:58.354 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[108225]: cluster 2023-12-27T22:15:57.489276+0000 mon.a (mon.0) 627 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-27T22:15:58.354 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[108225]: cluster 2023-12-27T22:15:57.489431+0000 mon.a (mon.0) 628 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-27T22:15:58.354 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[108225]: cluster 2023-12-27T22:15:57.489605+0000 mon.a (mon.0) 629 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-27T22:15:58.354 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[108225]: cluster 2023-12-27T22:15:57.688996+0000 mon.a (mon.0) 630 : cluster [DBG] osd.6 reported immediately failed by osd.4 2023-12-27T22:15:58.354 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[108225]: cluster 2023-12-27T22:15:57.689239+0000 mon.a (mon.0) 631 : cluster [DBG] osd.6 reported immediately failed by osd.5 2023-12-27T22:15:58.354 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[108225]: cluster 2023-12-27T22:15:57.689301+0000 mon.a (mon.0) 632 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-27T22:15:58.354 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[108225]: cluster 2023-12-27T22:15:57.689520+0000 mon.a (mon.0) 633 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-27T22:15:58.354 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[108225]: cluster 2023-12-27T22:15:57.689684+0000 mon.a (mon.0) 634 : cluster [DBG] osd.6 reported immediately failed by osd.4 2023-12-27T22:15:58.354 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[108225]: cluster 2023-12-27T22:15:57.689780+0000 mon.a (mon.0) 635 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-27T22:15:58.354 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[108225]: cluster 2023-12-27T22:15:57.689902+0000 mon.a (mon.0) 636 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-27T22:15:58.354 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[108225]: cluster 2023-12-27T22:15:57.690037+0000 mon.a (mon.0) 637 : cluster [DBG] osd.6 reported immediately failed by osd.5 2023-12-27T22:15:58.354 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[108225]: cluster 2023-12-27T22:15:57.690156+0000 mon.a (mon.0) 638 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-27T22:15:58.355 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[108225]: cluster 2023-12-27T22:15:57.690295+0000 mon.a (mon.0) 639 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-27T22:15:58.355 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[108225]: cluster 2023-12-27T22:15:57.690434+0000 mon.a (mon.0) 640 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-27T22:15:58.355 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[108225]: cluster 2023-12-27T22:15:57.690572+0000 mon.a (mon.0) 641 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-27T22:15:58.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[108203]: cephadm 2023-12-27T22:15:56.572745+0000 mgr.y (mgr.14142) 112 : cephadm [INF] Deploying daemon osd.6 on smithi115 2023-12-27T22:15:58.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[108203]: cluster 2023-12-27T22:15:56.944425+0000 mgr.y (mgr.14142) 113 : cluster [DBG] pgmap v122: 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-27T22:15:58.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[108203]: cluster 2023-12-27T22:15:57.488338+0000 mon.a (mon.0) 621 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-27T22:15:58.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[108203]: cluster 2023-12-27T22:15:57.488417+0000 mon.a (mon.0) 622 : cluster [INF] osd.6 failed (root=default,host=smithi115) (connection refused reported by osd.2) 2023-12-27T22:15:58.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[108203]: cluster 2023-12-27T22:15:57.488636+0000 mon.a (mon.0) 623 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-27T22:15:58.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[108203]: cluster 2023-12-27T22:15:57.488756+0000 mon.a (mon.0) 624 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-27T22:15:58.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[108203]: cluster 2023-12-27T22:15:57.488969+0000 mon.a (mon.0) 625 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-27T22:15:58.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[108203]: cluster 2023-12-27T22:15:57.489104+0000 mon.a (mon.0) 626 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-27T22:15:58.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[108203]: cluster 2023-12-27T22:15:57.489276+0000 mon.a (mon.0) 627 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-27T22:15:58.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[108203]: cluster 2023-12-27T22:15:57.489431+0000 mon.a (mon.0) 628 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-27T22:15:58.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[108203]: cluster 2023-12-27T22:15:57.489605+0000 mon.a (mon.0) 629 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-27T22:15:58.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[108203]: cluster 2023-12-27T22:15:57.688996+0000 mon.a (mon.0) 630 : cluster [DBG] osd.6 reported immediately failed by osd.4 2023-12-27T22:15:58.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[108203]: cluster 2023-12-27T22:15:57.689239+0000 mon.a (mon.0) 631 : cluster [DBG] osd.6 reported immediately failed by osd.5 2023-12-27T22:15:58.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[108203]: cluster 2023-12-27T22:15:57.689301+0000 mon.a (mon.0) 632 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-27T22:15:58.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[108203]: cluster 2023-12-27T22:15:57.689520+0000 mon.a (mon.0) 633 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-27T22:15:58.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[108203]: cluster 2023-12-27T22:15:57.689684+0000 mon.a (mon.0) 634 : cluster [DBG] osd.6 reported immediately failed by osd.4 2023-12-27T22:15:58.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[108203]: cluster 2023-12-27T22:15:57.689780+0000 mon.a (mon.0) 635 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-27T22:15:58.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[108203]: cluster 2023-12-27T22:15:57.689902+0000 mon.a (mon.0) 636 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-27T22:15:58.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[108203]: cluster 2023-12-27T22:15:57.690037+0000 mon.a (mon.0) 637 : cluster [DBG] osd.6 reported immediately failed by osd.5 2023-12-27T22:15:58.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[108203]: cluster 2023-12-27T22:15:57.690156+0000 mon.a (mon.0) 638 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-27T22:15:58.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[108203]: cluster 2023-12-27T22:15:57.690295+0000 mon.a (mon.0) 639 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-27T22:15:58.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[108203]: cluster 2023-12-27T22:15:57.690434+0000 mon.a (mon.0) 640 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-27T22:15:58.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[108203]: cluster 2023-12-27T22:15:57.690572+0000 mon.a (mon.0) 641 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-27T22:15:58.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[111615]: cephadm 2023-12-27T22:15:56.572745+0000 mgr.y (mgr.14142) 112 : cephadm [INF] Deploying daemon osd.6 on smithi115 2023-12-27T22:15:58.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[111615]: cluster 2023-12-27T22:15:56.944425+0000 mgr.y (mgr.14142) 113 : cluster [DBG] pgmap v122: 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-27T22:15:58.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[111615]: cluster 2023-12-27T22:15:57.488338+0000 mon.a (mon.0) 621 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-27T22:15:58.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[111615]: cluster 2023-12-27T22:15:57.488417+0000 mon.a (mon.0) 622 : cluster [INF] osd.6 failed (root=default,host=smithi115) (connection refused reported by osd.2) 2023-12-27T22:15:58.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[111615]: cluster 2023-12-27T22:15:57.488636+0000 mon.a (mon.0) 623 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-27T22:15:58.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[111615]: cluster 2023-12-27T22:15:57.488756+0000 mon.a (mon.0) 624 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-27T22:15:58.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[111615]: cluster 2023-12-27T22:15:57.488969+0000 mon.a (mon.0) 625 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-27T22:15:58.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[111615]: cluster 2023-12-27T22:15:57.489104+0000 mon.a (mon.0) 626 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-27T22:15:58.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[111615]: cluster 2023-12-27T22:15:57.489276+0000 mon.a (mon.0) 627 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-27T22:15:58.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[111615]: cluster 2023-12-27T22:15:57.489431+0000 mon.a (mon.0) 628 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-27T22:15:58.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[111615]: cluster 2023-12-27T22:15:57.489605+0000 mon.a (mon.0) 629 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-27T22:15:58.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[111615]: cluster 2023-12-27T22:15:57.688996+0000 mon.a (mon.0) 630 : cluster [DBG] osd.6 reported immediately failed by osd.4 2023-12-27T22:15:58.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[111615]: cluster 2023-12-27T22:15:57.689239+0000 mon.a (mon.0) 631 : cluster [DBG] osd.6 reported immediately failed by osd.5 2023-12-27T22:15:58.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[111615]: cluster 2023-12-27T22:15:57.689301+0000 mon.a (mon.0) 632 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-27T22:15:58.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[111615]: cluster 2023-12-27T22:15:57.689520+0000 mon.a (mon.0) 633 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-27T22:15:58.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[111615]: cluster 2023-12-27T22:15:57.689684+0000 mon.a (mon.0) 634 : cluster [DBG] osd.6 reported immediately failed by osd.4 2023-12-27T22:15:58.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[111615]: cluster 2023-12-27T22:15:57.689780+0000 mon.a (mon.0) 635 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-27T22:15:58.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[111615]: cluster 2023-12-27T22:15:57.689902+0000 mon.a (mon.0) 636 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-27T22:15:58.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[111615]: cluster 2023-12-27T22:15:57.690037+0000 mon.a (mon.0) 637 : cluster [DBG] osd.6 reported immediately failed by osd.5 2023-12-27T22:15:58.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[111615]: cluster 2023-12-27T22:15:57.690156+0000 mon.a (mon.0) 638 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-27T22:15:58.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[111615]: cluster 2023-12-27T22:15:57.690295+0000 mon.a (mon.0) 639 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-27T22:15:58.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[111615]: cluster 2023-12-27T22:15:57.690434+0000 mon.a (mon.0) 640 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-27T22:15:58.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:58 smithi005 bash[111615]: cluster 2023-12-27T22:15:57.690572+0000 mon.a (mon.0) 641 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-27T22:15:58.604 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:58 smithi115 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.6.service: Succeeded. 2023-12-27T22:15:58.604 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:58 smithi115 systemd[1]: Stopped Ceph osd.6 for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:15:58.604 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:58 smithi115 systemd[1]: Starting Ceph osd.6 for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:15:58.604 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:58 smithi115 podman[116315]: Error: no container with ID or name "ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd.6" found: no such container 2023-12-27T22:15:58.604 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:58 smithi115 systemd[1]: Started Ceph osd.6 for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:15:59.202 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[116331]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-27T22:15:59.202 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[116331]: 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-27T22:15:59.202 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[116331]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2023-12-27T22:15:59.202 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[116331]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2023-12-27T22:15:59.202 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[116331]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-27T22:15:59.202 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[116331]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-27T22:15:59.202 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:15:58 smithi115 bash[116331]: --> ceph-volume lvm activate successful for osd ID: 6 2023-12-27T22:15:59.202 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:59 smithi115 bash[108225]: cluster 2023-12-27T22:15:58.021475+0000 mon.a (mon.0) 642 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-27T22:15:59.202 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:59 smithi115 bash[108225]: cluster 2023-12-27T22:15:58.025366+0000 mon.a (mon.0) 643 : cluster [DBG] osdmap e56: 8 total, 6 up, 7 in 2023-12-27T22:15:59.203 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:59 smithi115 bash[108225]: audit 2023-12-27T22:15:58.025909+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:15:59.203 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:59 smithi115 bash[108225]: audit 2023-12-27T22:15:58.531862+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066610\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066705\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066744\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066779\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}}, \"last_device_update\": \"2023-12-27T22:15:49.930129\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:59.203 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:59 smithi115 bash[108225]: audit 2023-12-27T22:15:58.532327+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:59.203 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:59 smithi115 bash[108225]: audit 2023-12-27T22:15:58.535579+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066610\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066705\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066744\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066779\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}}, \"last_device_update\": \"2023-12-27T22:15:49.930129\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:59.203 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:59 smithi115 bash[108225]: audit 2023-12-27T22:15:58.536992+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-27T22:15:59.203 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:59 smithi115 bash[108225]: audit 2023-12-27T22:15:58.538099+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:59.203 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:15:59 smithi115 bash[108225]: audit 2023-12-27T22:15:58.539018+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2023-12-27T22:15:59.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:59 smithi005 bash[108203]: cluster 2023-12-27T22:15:58.021475+0000 mon.a (mon.0) 642 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-27T22:15:59.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:59 smithi005 bash[108203]: cluster 2023-12-27T22:15:58.025366+0000 mon.a (mon.0) 643 : cluster [DBG] osdmap e56: 8 total, 6 up, 7 in 2023-12-27T22:15:59.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:59 smithi005 bash[108203]: audit 2023-12-27T22:15:58.025909+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:15:59.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:59 smithi005 bash[111615]: cluster 2023-12-27T22:15:58.021475+0000 mon.a (mon.0) 642 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-27T22:15:59.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:59 smithi005 bash[111615]: cluster 2023-12-27T22:15:58.025366+0000 mon.a (mon.0) 643 : cluster [DBG] osdmap e56: 8 total, 6 up, 7 in 2023-12-27T22:15:59.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:59 smithi005 bash[111615]: audit 2023-12-27T22:15:58.025909+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:15:59.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:59 smithi005 bash[108203]: audit 2023-12-27T22:15:58.531862+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066610\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066705\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066744\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066779\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}}, \"last_device_update\": \"2023-12-27T22:15:49.930129\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:59.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:59 smithi005 bash[108203]: audit 2023-12-27T22:15:58.532327+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:59.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:59 smithi005 bash[108203]: audit 2023-12-27T22:15:58.535579+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066610\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066705\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066744\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066779\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}}, \"last_device_update\": \"2023-12-27T22:15:49.930129\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:59.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:59 smithi005 bash[108203]: audit 2023-12-27T22:15:58.536992+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-27T22:15:59.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:59 smithi005 bash[108203]: audit 2023-12-27T22:15:58.538099+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:59.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:15:59 smithi005 bash[108203]: audit 2023-12-27T22:15:58.539018+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2023-12-27T22:15:59.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:59 smithi005 bash[111615]: audit 2023-12-27T22:15:58.531862+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066610\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066705\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066744\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066779\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}}, \"last_device_update\": \"2023-12-27T22:15:49.930129\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:15:59.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:59 smithi005 bash[111615]: audit 2023-12-27T22:15:58.532327+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:15:59.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:59 smithi005 bash[111615]: audit 2023-12-27T22:15:58.535579+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066610\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066705\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066744\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066779\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}}, \"last_device_update\": \"2023-12-27T22:15:49.930129\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:15:59.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:59 smithi005 bash[111615]: audit 2023-12-27T22:15:58.536992+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-27T22:15:59.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:59 smithi005 bash[111615]: audit 2023-12-27T22:15:58.538099+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:15:59.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:15:59 smithi005 bash[111615]: audit 2023-12-27T22:15:58.539018+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2023-12-27T22:15:59.897 INFO:teuthology.orchestra.run.smithi115.stdout:Created osd(s) 6,7 on host 'smithi115' 2023-12-27T22:16:00.272 DEBUG:teuthology.orchestra.run.smithi115:osd.7> sudo journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.7.service 2023-12-27T22:16:00.274 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-27T22:16:00.275 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-27T22:16:00.299 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:00 smithi115 bash[108225]: cephadm 2023-12-27T22:15:58.538720+0000 mgr.y (mgr.14142) 114 : cephadm [INF] Deploying daemon osd.7 on smithi115 2023-12-27T22:16:00.299 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:00 smithi115 bash[108225]: cluster 2023-12-27T22:15:58.944914+0000 mgr.y (mgr.14142) 115 : cluster [DBG] pgmap v124: 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-27T22:16:00.299 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:00 smithi115 bash[108225]: cluster 2023-12-27T22:15:59.031122+0000 mon.a (mon.0) 651 : cluster [DBG] osdmap e57: 8 total, 6 up, 7 in 2023-12-27T22:16:00.299 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:00 smithi115 bash[108225]: audit 2023-12-27T22:15:59.031888+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:16:00.299 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:00 smithi115 bash[108225]: audit 2023-12-27T22:15:59.892505+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066610\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066705\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066744\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066779\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}}, \"last_device_update\": \"2023-12-27T22:15:49.930129\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:16:00.299 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:00 smithi115 bash[108225]: audit 2023-12-27T22:15:59.895620+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066610\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066705\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066744\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066779\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}}, \"last_device_update\": \"2023-12-27T22:15:49.930129\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:16:00.299 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:00 smithi115 bash[108225]: audit 2023-12-27T22:15:59.950800+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949790\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949882\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949922\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949956\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949989\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}}, \"last_daemon_update\": \"2023-12-27T22:15:59.950085\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:16:00.300 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:00 smithi115 bash[108225]: audit 2023-12-27T22:15:59.954179+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949790\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949882\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949922\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949956\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949989\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}}, \"last_daemon_update\": \"2023-12-27T22:15:59.950085\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:16:00.300 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:00 smithi115 bash[108225]: audit 2023-12-27T22:15:59.954948+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:16:00.304 INFO:journalctl@ceph.osd.7.smithi115.stdout:-- Logs begin at Wed 2023-12-27 22:03:14 UTC. -- 2023-12-27T22:16:00.311 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:00 smithi005 bash[111615]: cephadm 2023-12-27T22:15:58.538720+0000 mgr.y (mgr.14142) 114 : cephadm [INF] Deploying daemon osd.7 on smithi115 2023-12-27T22:16:00.311 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:00 smithi005 bash[111615]: cluster 2023-12-27T22:15:58.944914+0000 mgr.y (mgr.14142) 115 : cluster [DBG] pgmap v124: 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-27T22:16:00.311 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:00 smithi005 bash[111615]: cluster 2023-12-27T22:15:59.031122+0000 mon.a (mon.0) 651 : cluster [DBG] osdmap e57: 8 total, 6 up, 7 in 2023-12-27T22:16:00.311 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:00 smithi005 bash[111615]: audit 2023-12-27T22:15:59.031888+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:16:00.312 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:00 smithi005 bash[108203]: cephadm 2023-12-27T22:15:58.538720+0000 mgr.y (mgr.14142) 114 : cephadm [INF] Deploying daemon osd.7 on smithi115 2023-12-27T22:16:00.312 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:00 smithi005 bash[108203]: cluster 2023-12-27T22:15:58.944914+0000 mgr.y (mgr.14142) 115 : cluster [DBG] pgmap v124: 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-27T22:16:00.312 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:00 smithi005 bash[108203]: cluster 2023-12-27T22:15:59.031122+0000 mon.a (mon.0) 651 : cluster [DBG] osdmap e57: 8 total, 6 up, 7 in 2023-12-27T22:16:00.312 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:00 smithi005 bash[108203]: audit 2023-12-27T22:15:59.031888+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:16:00.312 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:00 smithi005 bash[111615]: audit 2023-12-27T22:15:59.892505+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066610\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066705\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066744\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066779\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}}, \"last_device_update\": \"2023-12-27T22:15:49.930129\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:16:00.312 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:00 smithi005 bash[108203]: audit 2023-12-27T22:15:59.892505+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066610\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066705\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066744\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066779\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}}, \"last_device_update\": \"2023-12-27T22:15:49.930129\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:16:00.313 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:00 smithi005 bash[111615]: audit 2023-12-27T22:15:59.895620+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066610\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066705\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066744\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066779\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}}, \"last_device_update\": \"2023-12-27T22:15:49.930129\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:16:00.313 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:00 smithi005 bash[108203]: audit 2023-12-27T22:15:59.895620+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066610\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066705\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066744\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:51.066779\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}}, \"last_device_update\": \"2023-12-27T22:15:49.930129\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:16:00.313 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:00 smithi005 bash[111615]: audit 2023-12-27T22:15:59.950800+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949790\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949882\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949922\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949956\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949989\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}}, \"last_daemon_update\": \"2023-12-27T22:15:59.950085\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:16:00.314 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:00 smithi005 bash[108203]: audit 2023-12-27T22:15:59.950800+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949790\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949882\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949922\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949956\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949989\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}}, \"last_daemon_update\": \"2023-12-27T22:15:59.950085\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:16:00.314 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:00 smithi005 bash[108203]: audit 2023-12-27T22:15:59.954179+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949790\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949882\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949922\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949956\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949989\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}}, \"last_daemon_update\": \"2023-12-27T22:15:59.950085\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:16:00.314 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:00 smithi005 bash[108203]: audit 2023-12-27T22:15:59.954948+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:16:00.314 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:00 smithi005 bash[111615]: audit 2023-12-27T22:15:59.954179+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949790\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949882\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949922\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949956\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949989\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}}, \"last_daemon_update\": \"2023-12-27T22:15:59.950085\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:16:00.314 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:00 smithi005 bash[111615]: audit 2023-12-27T22:15:59.954948+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-27T22:16:00.708 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:16:00 smithi115 bash[116648]: debug 2023-12-27T22:16:00.435+0000 7f757df89ec0 -1 Falling back to public interface 2023-12-27T22:16:01.002 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:16:01 smithi115 bash[116648]: debug 2023-12-27T22:16:01.001+0000 7f757df89ec0 -1 osd.6 55 log_to_monitors {default=true} 2023-12-27T22:16:01.003 INFO:journalctl@ceph.osd.7.smithi115.stdout:Dec 27 22:16:00 smithi115 bash[116724]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-12-27T22:16:01.003 INFO:journalctl@ceph.osd.7.smithi115.stdout:Dec 27 22:16:00 smithi115 bash[116724]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-7 --no-mon-config 2023-12-27T22:16:01.003 INFO:journalctl@ceph.osd.7.smithi115.stdout:Dec 27 22:16:00 smithi115 bash[116724]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2023-12-27T22:16:01.003 INFO:journalctl@ceph.osd.7.smithi115.stdout:Dec 27 22:16:00 smithi115 bash[116724]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2023-12-27T22:16:01.003 INFO:journalctl@ceph.osd.7.smithi115.stdout:Dec 27 22:16:00 smithi115 bash[116724]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-12-27T22:16:01.003 INFO:journalctl@ceph.osd.7.smithi115.stdout:Dec 27 22:16:00 smithi115 bash[116724]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-12-27T22:16:01.003 INFO:journalctl@ceph.osd.7.smithi115.stdout:Dec 27 22:16:00 smithi115 bash[116724]: --> ceph-volume lvm activate successful for osd ID: 7 2023-12-27T22:16:01.254 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:16:01 smithi115 bash[116648]: debug 2023-12-27T22:16:01.008+0000 7f756df52700 -1 osd.6 55 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-27T22:16:01.411 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-27T22:16:01.809 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":57,"num_osds":8,"num_up_osds":6,"osd_up_since":1703715358,"num_in_osds":7,"osd_in_since":1703715351,"num_remapped_pgs":0} 2023-12-27T22:16:01.993 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:01 smithi005 bash[111615]: cluster 2023-12-27T22:16:00.945212+0000 mgr.y (mgr.14142) 116 : cluster [DBG] pgmap v126: 1 pgs: 1 stale+active+clean; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail 2023-12-27T22:16:01.993 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:01 smithi005 bash[111615]: audit 2023-12-27T22:16:01.005585+0000 mon.b (mon.2) 23 : audit [INF] from='osd.6 [v2:172.21.15.115:6816/2439077136,v1:172.21.15.115:6817/2439077136]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-27T22:16:01.993 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:01 smithi005 bash[111615]: audit 2023-12-27T22:16:01.005924+0000 mon.a (mon.0) 658 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-27T22:16:01.993 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:01 smithi005 bash[111615]: audit 2023-12-27T22:16:01.006388+0000 mon.b (mon.2) 24 : audit [INF] from='osd.6 [v2:172.21.15.115:6816/2439077136,v1:172.21.15.115:6817/2439077136]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:16:01.993 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:01 smithi005 bash[111615]: audit 2023-12-27T22:16:01.006596+0000 mon.a (mon.0) 659 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:16:01.993 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:01 smithi005 bash[111615]: audit 2023-12-27T22:16:01.411653+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.5:0/3078385060' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-27T22:16:02.254 INFO:journalctl@ceph.osd.7.smithi115.stdout:Dec 27 22:16:01 smithi115 bash[117097]: debug 2023-12-27T22:16:01.928+0000 7f6c24b5bec0 -1 Falling back to public interface 2023-12-27T22:16:02.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:01 smithi115 bash[108225]: cluster 2023-12-27T22:16:00.945212+0000 mgr.y (mgr.14142) 116 : cluster [DBG] pgmap v126: 1 pgs: 1 stale+active+clean; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail 2023-12-27T22:16:02.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:01 smithi115 bash[108225]: audit 2023-12-27T22:16:01.005585+0000 mon.b (mon.2) 23 : audit [INF] from='osd.6 [v2:172.21.15.115:6816/2439077136,v1:172.21.15.115:6817/2439077136]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-27T22:16:02.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:01 smithi115 bash[108225]: audit 2023-12-27T22:16:01.005924+0000 mon.a (mon.0) 658 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-27T22:16:02.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:01 smithi115 bash[108225]: audit 2023-12-27T22:16:01.006388+0000 mon.b (mon.2) 24 : audit [INF] from='osd.6 [v2:172.21.15.115:6816/2439077136,v1:172.21.15.115:6817/2439077136]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:16:02.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:01 smithi115 bash[108225]: audit 2023-12-27T22:16:01.006596+0000 mon.a (mon.0) 659 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:16:02.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:01 smithi115 bash[108225]: audit 2023-12-27T22:16:01.411653+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.5:0/3078385060' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-27T22:16:02.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:01 smithi005 bash[108203]: cluster 2023-12-27T22:16:00.945212+0000 mgr.y (mgr.14142) 116 : cluster [DBG] pgmap v126: 1 pgs: 1 stale+active+clean; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail 2023-12-27T22:16:02.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:01 smithi005 bash[108203]: audit 2023-12-27T22:16:01.005585+0000 mon.b (mon.2) 23 : audit [INF] from='osd.6 [v2:172.21.15.115:6816/2439077136,v1:172.21.15.115:6817/2439077136]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-27T22:16:02.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:01 smithi005 bash[108203]: audit 2023-12-27T22:16:01.005924+0000 mon.a (mon.0) 658 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-27T22:16:02.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:01 smithi005 bash[108203]: audit 2023-12-27T22:16:01.006388+0000 mon.b (mon.2) 24 : audit [INF] from='osd.6 [v2:172.21.15.115:6816/2439077136,v1:172.21.15.115:6817/2439077136]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:16:02.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:01 smithi005 bash[108203]: audit 2023-12-27T22:16:01.006596+0000 mon.a (mon.0) 659 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:16:02.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:01 smithi005 bash[108203]: audit 2023-12-27T22:16:01.411653+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.5:0/3078385060' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-27T22:16:02.754 INFO:journalctl@ceph.osd.7.smithi115.stdout:Dec 27 22:16:02 smithi115 bash[117097]: debug 2023-12-27T22:16:02.480+0000 7f6c24b5bec0 -1 osd.7 0 log_to_monitors {default=true} 2023-12-27T22:16:02.810 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-27T22:16:03.107 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:02 smithi005 bash[111615]: cluster 2023-12-27T22:16:01.991252+0000 mon.a (mon.0) 660 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-27T22:16:03.107 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:02 smithi005 bash[111615]: cluster 2023-12-27T22:16:01.991300+0000 mon.a (mon.0) 661 : cluster [INF] Cluster is now healthy 2023-12-27T22:16:03.107 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:02 smithi005 bash[111615]: cluster 2023-12-27T22:16:01.998708+0000 mon.a (mon.0) 662 : cluster [INF] osd.6 [v2:172.21.15.115:6816/2439077136,v1:172.21.15.115:6817/2439077136] boot 2023-12-27T22:16:03.107 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:02 smithi005 bash[111615]: cluster 2023-12-27T22:16:01.998755+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e58: 8 total, 7 up, 7 in 2023-12-27T22:16:03.107 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:02 smithi005 bash[111615]: audit 2023-12-27T22:16:01.998884+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:16:03.107 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:02 smithi005 bash[111615]: audit 2023-12-27T22:16:01.999255+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:16:03.107 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:02 smithi005 bash[111615]: audit 2023-12-27T22:16:02.218474+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:16:03.108 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:02 smithi005 bash[108203]: cluster 2023-12-27T22:16:01.991252+0000 mon.a (mon.0) 660 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-27T22:16:03.108 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:02 smithi005 bash[108203]: cluster 2023-12-27T22:16:01.991300+0000 mon.a (mon.0) 661 : cluster [INF] Cluster is now healthy 2023-12-27T22:16:03.108 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:02 smithi005 bash[108203]: cluster 2023-12-27T22:16:01.998708+0000 mon.a (mon.0) 662 : cluster [INF] osd.6 [v2:172.21.15.115:6816/2439077136,v1:172.21.15.115:6817/2439077136] boot 2023-12-27T22:16:03.108 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:02 smithi005 bash[108203]: cluster 2023-12-27T22:16:01.998755+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e58: 8 total, 7 up, 7 in 2023-12-27T22:16:03.108 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:02 smithi005 bash[108203]: audit 2023-12-27T22:16:01.998884+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:16:03.108 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:02 smithi005 bash[108203]: audit 2023-12-27T22:16:01.999255+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:16:03.108 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:02 smithi005 bash[108203]: audit 2023-12-27T22:16:02.218474+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:16:03.108 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:02 smithi005 bash[108203]: audit 2023-12-27T22:16:02.401170+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949790\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949882\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949922\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949956\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949989\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}}, \"last_daemon_update\": \"2023-12-27T22:15:59.950085\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:16:03.108 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:02 smithi005 bash[108203]: audit 2023-12-27T22:16:02.404264+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949790\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949882\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949922\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949956\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949989\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}}, \"last_daemon_update\": \"2023-12-27T22:15:59.950085\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:16:03.109 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:02 smithi005 bash[108203]: audit 2023-12-27T22:16:02.405649+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:16:03.109 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:02 smithi005 bash[108203]: audit 2023-12-27T22:16:02.483705+0000 mon.b (mon.2) 25 : audit [INF] from='osd.7 [v2:172.21.15.115:6824/2903948037,v1:172.21.15.115:6825/2903948037]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-27T22:16:03.109 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:02 smithi005 bash[108203]: audit 2023-12-27T22:16:02.484047+0000 mon.a (mon.0) 670 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-27T22:16:03.109 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:02 smithi005 bash[111615]: audit 2023-12-27T22:16:02.401170+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949790\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949882\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949922\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949956\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949989\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}}, \"last_daemon_update\": \"2023-12-27T22:15:59.950085\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:16:03.109 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:02 smithi005 bash[111615]: audit 2023-12-27T22:16:02.404264+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949790\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949882\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949922\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949956\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949989\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}}, \"last_daemon_update\": \"2023-12-27T22:15:59.950085\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:16:03.109 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:02 smithi005 bash[111615]: audit 2023-12-27T22:16:02.405649+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:16:03.109 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:02 smithi005 bash[111615]: audit 2023-12-27T22:16:02.483705+0000 mon.b (mon.2) 25 : audit [INF] from='osd.7 [v2:172.21.15.115:6824/2903948037,v1:172.21.15.115:6825/2903948037]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-27T22:16:03.109 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:02 smithi005 bash[111615]: audit 2023-12-27T22:16:02.484047+0000 mon.a (mon.0) 670 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-27T22:16:03.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:02 smithi115 bash[108225]: cluster 2023-12-27T22:16:01.991252+0000 mon.a (mon.0) 660 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-27T22:16:03.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:02 smithi115 bash[108225]: cluster 2023-12-27T22:16:01.991300+0000 mon.a (mon.0) 661 : cluster [INF] Cluster is now healthy 2023-12-27T22:16:03.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:02 smithi115 bash[108225]: cluster 2023-12-27T22:16:01.998708+0000 mon.a (mon.0) 662 : cluster [INF] osd.6 [v2:172.21.15.115:6816/2439077136,v1:172.21.15.115:6817/2439077136] boot 2023-12-27T22:16:03.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:02 smithi115 bash[108225]: cluster 2023-12-27T22:16:01.998755+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e58: 8 total, 7 up, 7 in 2023-12-27T22:16:03.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:02 smithi115 bash[108225]: audit 2023-12-27T22:16:01.998884+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:16:03.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:02 smithi115 bash[108225]: audit 2023-12-27T22:16:01.999255+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:16:03.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:02 smithi115 bash[108225]: audit 2023-12-27T22:16:02.218474+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:16:03.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:02 smithi115 bash[108225]: audit 2023-12-27T22:16:02.401170+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949790\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949882\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949922\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949956\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949989\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}}, \"last_daemon_update\": \"2023-12-27T22:15:59.950085\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:16:03.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:02 smithi115 bash[108225]: audit 2023-12-27T22:16:02.404264+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949790\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949882\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949922\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949956\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:59.949989\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}}, \"last_daemon_update\": \"2023-12-27T22:15:59.950085\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:16:03.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:02 smithi115 bash[108225]: audit 2023-12-27T22:16:02.405649+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:16:03.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:02 smithi115 bash[108225]: audit 2023-12-27T22:16:02.483705+0000 mon.b (mon.2) 25 : audit [INF] from='osd.7 [v2:172.21.15.115:6824/2903948037,v1:172.21.15.115:6825/2903948037]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-27T22:16:03.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:02 smithi115 bash[108225]: audit 2023-12-27T22:16:02.484047+0000 mon.a (mon.0) 670 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-27T22:16:04.004 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-27T22:16:04.290 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:04 smithi005 bash[108203]: cluster 2023-12-27T22:16:02.945569+0000 mgr.y (mgr.14142) 117 : cluster [DBG] pgmap v128: 1 pgs: 1 peering; 0 B data, 3.7 MiB used, 619 GiB / 626 GiB avail 2023-12-27T22:16:04.290 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:04 smithi005 bash[108203]: audit 2023-12-27T22:16:03.000856+0000 mon.a (mon.0) 671 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-27T22:16:04.291 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:04 smithi005 bash[108203]: cluster 2023-12-27T22:16:03.000898+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e59: 8 total, 7 up, 7 in 2023-12-27T22:16:04.291 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:04 smithi005 bash[108203]: audit 2023-12-27T22:16:03.001014+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:16:04.291 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:04 smithi005 bash[108203]: audit 2023-12-27T22:16:03.003291+0000 mon.b (mon.2) 26 : audit [INF] from='osd.7 [v2:172.21.15.115:6824/2903948037,v1:172.21.15.115:6825/2903948037]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:16:04.291 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:04 smithi005 bash[108203]: audit 2023-12-27T22:16:03.003579+0000 mon.a (mon.0) 674 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:16:04.291 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:04 smithi005 bash[108203]: audit 2023-12-27T22:16:03.282740+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281822\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281897\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281932\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281963\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281993\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.282022\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}}, \"last_daemon_update\": \"2023-12-27T22:16:03.282092\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:16:04.291 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:04 smithi005 bash[108203]: audit 2023-12-27T22:16:03.286398+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281822\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281897\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281932\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281963\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281993\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.282022\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}}, \"last_daemon_update\": \"2023-12-27T22:16:03.282092\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:16:04.291 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:04 smithi005 bash[111615]: cluster 2023-12-27T22:16:02.945569+0000 mgr.y (mgr.14142) 117 : cluster [DBG] pgmap v128: 1 pgs: 1 peering; 0 B data, 3.7 MiB used, 619 GiB / 626 GiB avail 2023-12-27T22:16:04.292 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:04 smithi005 bash[111615]: audit 2023-12-27T22:16:03.000856+0000 mon.a (mon.0) 671 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-27T22:16:04.292 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:04 smithi005 bash[111615]: cluster 2023-12-27T22:16:03.000898+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e59: 8 total, 7 up, 7 in 2023-12-27T22:16:04.292 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:04 smithi005 bash[111615]: audit 2023-12-27T22:16:03.001014+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:16:04.292 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:04 smithi005 bash[111615]: audit 2023-12-27T22:16:03.003291+0000 mon.b (mon.2) 26 : audit [INF] from='osd.7 [v2:172.21.15.115:6824/2903948037,v1:172.21.15.115:6825/2903948037]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:16:04.292 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:04 smithi005 bash[111615]: audit 2023-12-27T22:16:03.003579+0000 mon.a (mon.0) 674 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:16:04.292 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:04 smithi005 bash[111615]: audit 2023-12-27T22:16:03.282740+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281822\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281897\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281932\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281963\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281993\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.282022\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}}, \"last_daemon_update\": \"2023-12-27T22:16:03.282092\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:16:04.292 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:04 smithi005 bash[111615]: audit 2023-12-27T22:16:03.286398+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281822\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281897\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281932\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281963\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281993\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.282022\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}}, \"last_daemon_update\": \"2023-12-27T22:16:03.282092\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:16:04.334 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":60,"num_osds":8,"num_up_osds":7,"osd_up_since":1703715361,"num_in_osds":7,"osd_in_since":1703715351,"num_remapped_pgs":0} 2023-12-27T22:16:04.504 INFO:journalctl@ceph.osd.7.smithi115.stdout:Dec 27 22:16:04 smithi115 bash[117097]: debug 2023-12-27T22:16:04.009+0000 7f6c09908700 -1 osd.7 0 waiting for initial osdmap 2023-12-27T22:16:04.504 INFO:journalctl@ceph.osd.7.smithi115.stdout:Dec 27 22:16:04 smithi115 bash[117097]: debug 2023-12-27T22:16:04.017+0000 7f6c14b24700 -1 osd.7 60 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-27T22:16:04.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:04 smithi115 bash[108225]: cluster 2023-12-27T22:16:02.945569+0000 mgr.y (mgr.14142) 117 : cluster [DBG] pgmap v128: 1 pgs: 1 peering; 0 B data, 3.7 MiB used, 619 GiB / 626 GiB avail 2023-12-27T22:16:04.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:04 smithi115 bash[108225]: audit 2023-12-27T22:16:03.000856+0000 mon.a (mon.0) 671 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-27T22:16:04.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:04 smithi115 bash[108225]: cluster 2023-12-27T22:16:03.000898+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e59: 8 total, 7 up, 7 in 2023-12-27T22:16:04.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:04 smithi115 bash[108225]: audit 2023-12-27T22:16:03.001014+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:16:04.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:04 smithi115 bash[108225]: audit 2023-12-27T22:16:03.003291+0000 mon.b (mon.2) 26 : audit [INF] from='osd.7 [v2:172.21.15.115:6824/2903948037,v1:172.21.15.115:6825/2903948037]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:16:04.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:04 smithi115 bash[108225]: audit 2023-12-27T22:16:03.003579+0000 mon.a (mon.0) 674 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2023-12-27T22:16:04.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:04 smithi115 bash[108225]: audit 2023-12-27T22:16:03.282740+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281822\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281897\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281932\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281963\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281993\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.282022\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}}, \"last_daemon_update\": \"2023-12-27T22:16:03.282092\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:16:04.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:04 smithi115 bash[108225]: audit 2023-12-27T22:16:03.286398+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281822\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281897\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281932\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281963\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281993\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.282022\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}}, \"last_daemon_update\": \"2023-12-27T22:16:03.282092\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:16:05.335 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-27T22:16:05.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:05 smithi005 bash[108203]: cluster 2023-12-27T22:16:03.527588+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-27T22:16:05.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:05 smithi005 bash[108203]: cluster 2023-12-27T22:16:03.527630+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-27T22:16:05.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:05 smithi005 bash[108203]: audit 2023-12-27T22:16:04.001664+0000 mon.a (mon.0) 677 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2023-12-27T22:16:05.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:05 smithi005 bash[108203]: cluster 2023-12-27T22:16:04.001718+0000 mon.a (mon.0) 678 : cluster [DBG] osdmap e60: 8 total, 7 up, 7 in 2023-12-27T22:16:05.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:05 smithi005 bash[108203]: audit 2023-12-27T22:16:04.002310+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:16:05.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:05 smithi005 bash[108203]: audit 2023-12-27T22:16:04.004424+0000 mon.a (mon.0) 680 : audit [DBG] from='client.? 172.21.15.5:0/280995466' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-27T22:16:05.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:05 smithi005 bash[108203]: cluster 2023-12-27T22:16:05.003701+0000 mon.a (mon.0) 681 : cluster [INF] osd.7 [v2:172.21.15.115:6824/2903948037,v1:172.21.15.115:6825/2903948037] boot 2023-12-27T22:16:05.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:05 smithi005 bash[108203]: cluster 2023-12-27T22:16:05.003742+0000 mon.a (mon.0) 682 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-27T22:16:05.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:05 smithi005 bash[108203]: audit 2023-12-27T22:16:05.003932+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:16:05.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:05 smithi005 bash[111615]: cluster 2023-12-27T22:16:03.527588+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-27T22:16:05.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:05 smithi005 bash[111615]: cluster 2023-12-27T22:16:03.527630+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-27T22:16:05.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:05 smithi005 bash[111615]: audit 2023-12-27T22:16:04.001664+0000 mon.a (mon.0) 677 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2023-12-27T22:16:05.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:05 smithi005 bash[111615]: cluster 2023-12-27T22:16:04.001718+0000 mon.a (mon.0) 678 : cluster [DBG] osdmap e60: 8 total, 7 up, 7 in 2023-12-27T22:16:05.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:05 smithi005 bash[111615]: audit 2023-12-27T22:16:04.002310+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:16:05.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:05 smithi005 bash[111615]: audit 2023-12-27T22:16:04.004424+0000 mon.a (mon.0) 680 : audit [DBG] from='client.? 172.21.15.5:0/280995466' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-27T22:16:05.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:05 smithi005 bash[111615]: cluster 2023-12-27T22:16:05.003701+0000 mon.a (mon.0) 681 : cluster [INF] osd.7 [v2:172.21.15.115:6824/2903948037,v1:172.21.15.115:6825/2903948037] boot 2023-12-27T22:16:05.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:05 smithi005 bash[111615]: cluster 2023-12-27T22:16:05.003742+0000 mon.a (mon.0) 682 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-27T22:16:05.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:05 smithi005 bash[111615]: audit 2023-12-27T22:16:05.003932+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:16:05.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:05 smithi115 bash[108225]: cluster 2023-12-27T22:16:03.527588+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-27T22:16:05.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:05 smithi115 bash[108225]: cluster 2023-12-27T22:16:03.527630+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-27T22:16:05.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:05 smithi115 bash[108225]: audit 2023-12-27T22:16:04.001664+0000 mon.a (mon.0) 677 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2023-12-27T22:16:05.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:05 smithi115 bash[108225]: cluster 2023-12-27T22:16:04.001718+0000 mon.a (mon.0) 678 : cluster [DBG] osdmap e60: 8 total, 7 up, 7 in 2023-12-27T22:16:05.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:05 smithi115 bash[108225]: audit 2023-12-27T22:16:04.002310+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:16:05.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:05 smithi115 bash[108225]: audit 2023-12-27T22:16:04.004424+0000 mon.a (mon.0) 680 : audit [DBG] from='client.? 172.21.15.5:0/280995466' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-27T22:16:05.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:05 smithi115 bash[108225]: cluster 2023-12-27T22:16:05.003701+0000 mon.a (mon.0) 681 : cluster [INF] osd.7 [v2:172.21.15.115:6824/2903948037,v1:172.21.15.115:6825/2903948037] boot 2023-12-27T22:16:05.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:05 smithi115 bash[108225]: cluster 2023-12-27T22:16:05.003742+0000 mon.a (mon.0) 682 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-27T22:16:05.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:05 smithi115 bash[108225]: audit 2023-12-27T22:16:05.003932+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:16:06.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:06 smithi005 bash[108203]: cluster 2023-12-27T22:16:04.946116+0000 mgr.y (mgr.14142) 118 : cluster [DBG] pgmap v131: 1 pgs: 1 peering; 0 B data, 3.8 MiB used, 619 GiB / 626 GiB avail 2023-12-27T22:16:06.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:06 smithi005 bash[111615]: cluster 2023-12-27T22:16:04.946116+0000 mgr.y (mgr.14142) 118 : cluster [DBG] pgmap v131: 1 pgs: 1 peering; 0 B data, 3.8 MiB used, 619 GiB / 626 GiB avail 2023-12-27T22:16:06.474 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-27T22:16:06.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:06 smithi115 bash[108225]: cluster 2023-12-27T22:16:04.946116+0000 mgr.y (mgr.14142) 118 : cluster [DBG] pgmap v131: 1 pgs: 1 peering; 0 B data, 3.8 MiB used, 619 GiB / 626 GiB avail 2023-12-27T22:16:06.833 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":62,"num_osds":8,"num_up_osds":8,"osd_up_since":1703715364,"num_in_osds":8,"osd_in_since":1703715364,"num_remapped_pgs":0} 2023-12-27T22:16:06.834 INFO:tasks.cephadm:Adding prometheus.a on smithi115 2023-12-27T22:16:06.834 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph orch apply prometheus '1;smithi115=a' 2023-12-27T22:16:07.019 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:07 smithi005 bash[108203]: cluster 2023-12-27T22:16:06.014047+0000 mon.a (mon.0) 684 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-27T22:16:07.019 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:07 smithi005 bash[108203]: audit 2023-12-27T22:16:06.475218+0000 mon.a (mon.0) 685 : audit [DBG] from='client.? 172.21.15.5:0/904656276' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-27T22:16:07.119 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:07 smithi115 bash[108225]: cluster 2023-12-27T22:16:06.014047+0000 mon.a (mon.0) 684 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-27T22:16:07.119 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:07 smithi115 bash[108225]: audit 2023-12-27T22:16:06.475218+0000 mon.a (mon.0) 685 : audit [DBG] from='client.? 172.21.15.5:0/904656276' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-27T22:16:07.363 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:07 smithi005 bash[111615]: cluster 2023-12-27T22:16:06.014047+0000 mon.a (mon.0) 684 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-27T22:16:07.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:07 smithi005 bash[111615]: audit 2023-12-27T22:16:06.475218+0000 mon.a (mon.0) 685 : audit [DBG] from='client.? 172.21.15.5:0/904656276' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-27T22:16:08.011 INFO:teuthology.orchestra.run.smithi115.stdout:Scheduled prometheus update... 2023-12-27T22:16:08.344 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:08 smithi115 bash[108225]: cluster 2023-12-27T22:16:06.946555+0000 mgr.y (mgr.14142) 119 : cluster [DBG] pgmap v134: 1 pgs: 1 peering; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:08.344 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:08 smithi115 bash[108225]: audit 2023-12-27T22:16:08.003545+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-12-27T22:16:08.003184\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi115\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2023-12-27T22:16:08.344 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:08 smithi115 bash[108225]: audit 2023-12-27T22:16:08.007536+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-12-27T22:16:08.003184\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi115\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2023-12-27T22:16:08.345 DEBUG:teuthology.orchestra.run.smithi115:prometheus.a> sudo journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@prometheus.a.service 2023-12-27T22:16:08.348 INFO:tasks.cephadm:Adding node-exporter.a on smithi005 2023-12-27T22:16:08.348 INFO:tasks.cephadm:Adding node-exporter.b on smithi115 2023-12-27T22:16:08.348 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph orch apply node-exporter '2;smithi005=a;smithi115=b' 2023-12-27T22:16:08.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:08 smithi005 bash[108203]: cluster 2023-12-27T22:16:06.946555+0000 mgr.y (mgr.14142) 119 : cluster [DBG] pgmap v134: 1 pgs: 1 peering; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:08.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:08 smithi005 bash[108203]: audit 2023-12-27T22:16:08.003545+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-12-27T22:16:08.003184\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi115\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2023-12-27T22:16:08.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:08 smithi005 bash[108203]: audit 2023-12-27T22:16:08.007536+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-12-27T22:16:08.003184\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi115\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2023-12-27T22:16:08.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:08 smithi005 bash[111615]: cluster 2023-12-27T22:16:06.946555+0000 mgr.y (mgr.14142) 119 : cluster [DBG] pgmap v134: 1 pgs: 1 peering; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:08.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:08 smithi005 bash[111615]: audit 2023-12-27T22:16:08.003545+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-12-27T22:16:08.003184\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi115\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2023-12-27T22:16:08.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:08 smithi005 bash[111615]: audit 2023-12-27T22:16:08.007536+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-12-27T22:16:08.003184\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi115\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2023-12-27T22:16:08.378 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:-- Logs begin at Wed 2023-12-27 22:03:14 UTC. -- 2023-12-27T22:16:09.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:09 smithi005 bash[108203]: audit 2023-12-27T22:16:08.002556+0000 mgr.y (mgr.14142) 120 : audit [DBG] from='client.34331 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi115=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:16:09.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:09 smithi005 bash[108203]: cephadm 2023-12-27T22:16:08.003169+0000 mgr.y (mgr.14142) 121 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi115=a 2023-12-27T22:16:09.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:09 smithi005 bash[108203]: cephadm 2023-12-27T22:16:08.011223+0000 mgr.y (mgr.14142) 122 : cephadm [INF] Deploying daemon prometheus.a on smithi115 2023-12-27T22:16:09.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:09 smithi005 bash[111615]: audit 2023-12-27T22:16:08.002556+0000 mgr.y (mgr.14142) 120 : audit [DBG] from='client.34331 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi115=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:16:09.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:09 smithi005 bash[111615]: cephadm 2023-12-27T22:16:08.003169+0000 mgr.y (mgr.14142) 121 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi115=a 2023-12-27T22:16:09.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:09 smithi005 bash[111615]: cephadm 2023-12-27T22:16:08.011223+0000 mgr.y (mgr.14142) 122 : cephadm [INF] Deploying daemon prometheus.a on smithi115 2023-12-27T22:16:09.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:09 smithi115 bash[108225]: audit 2023-12-27T22:16:08.002556+0000 mgr.y (mgr.14142) 120 : audit [DBG] from='client.34331 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi115=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:16:09.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:09 smithi115 bash[108225]: cephadm 2023-12-27T22:16:08.003169+0000 mgr.y (mgr.14142) 121 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi115=a 2023-12-27T22:16:09.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:09 smithi115 bash[108225]: cephadm 2023-12-27T22:16:08.011223+0000 mgr.y (mgr.14142) 122 : cephadm [INF] Deploying daemon prometheus.a on smithi115 2023-12-27T22:16:09.517 INFO:teuthology.orchestra.run.smithi115.stdout:Scheduled node-exporter update... 2023-12-27T22:16:09.888 DEBUG:teuthology.orchestra.run.smithi005:node-exporter.a> sudo journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@node-exporter.a.service 2023-12-27T22:16:09.891 DEBUG:teuthology.orchestra.run.smithi115:node-exporter.b> sudo journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@node-exporter.b.service 2023-12-27T22:16:09.893 INFO:tasks.cephadm:Adding alertmanager.a on smithi005 2023-12-27T22:16:09.894 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph orch apply alertmanager '1;smithi005=a' 2023-12-27T22:16:09.922 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:-- Logs begin at Wed 2023-12-27 22:03:14 UTC. -- 2023-12-27T22:16:09.928 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:-- Logs begin at Wed 2023-12-27 22:03:14 UTC. -- 2023-12-27T22:16:10.149 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:10 smithi115 bash[108225]: cluster 2023-12-27T22:16:08.946876+0000 mgr.y (mgr.14142) 123 : cluster [DBG] pgmap v135: 1 pgs: 1 peering; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:10.149 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:10 smithi115 bash[108225]: audit 2023-12-27T22:16:09.513216+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-12-27T22:16:09.512831\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi005\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi115\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2023-12-27T22:16:10.149 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:10 smithi115 bash[108225]: audit 2023-12-27T22:16:09.517419+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-12-27T22:16:09.512831\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi005\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi115\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2023-12-27T22:16:10.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:10 smithi005 bash[108203]: cluster 2023-12-27T22:16:08.946876+0000 mgr.y (mgr.14142) 123 : cluster [DBG] pgmap v135: 1 pgs: 1 peering; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:10.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:10 smithi005 bash[108203]: audit 2023-12-27T22:16:09.513216+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-12-27T22:16:09.512831\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi005\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi115\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2023-12-27T22:16:10.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:10 smithi005 bash[108203]: audit 2023-12-27T22:16:09.517419+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-12-27T22:16:09.512831\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi005\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi115\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2023-12-27T22:16:10.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:10 smithi005 bash[111615]: cluster 2023-12-27T22:16:08.946876+0000 mgr.y (mgr.14142) 123 : cluster [DBG] pgmap v135: 1 pgs: 1 peering; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:10.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:10 smithi005 bash[111615]: audit 2023-12-27T22:16:09.513216+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-12-27T22:16:09.512831\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi005\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi115\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2023-12-27T22:16:10.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:10 smithi005 bash[111615]: audit 2023-12-27T22:16:09.517419+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-12-27T22:16:09.512831\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi005\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi115\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2023-12-27T22:16:11.074 INFO:teuthology.orchestra.run.smithi115.stdout:Scheduled alertmanager update... 2023-12-27T22:16:11.344 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:11 smithi115 bash[108225]: audit 2023-12-27T22:16:09.512215+0000 mgr.y (mgr.14142) 124 : audit [DBG] from='client.34337 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi005=a;smithi115=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:16:11.344 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:11 smithi115 bash[108225]: cephadm 2023-12-27T22:16:09.512816+0000 mgr.y (mgr.14142) 125 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi005=a,smithi115=b 2023-12-27T22:16:11.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:11 smithi005 bash[108203]: audit 2023-12-27T22:16:09.512215+0000 mgr.y (mgr.14142) 124 : audit [DBG] from='client.34337 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi005=a;smithi115=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:16:11.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:11 smithi005 bash[108203]: cephadm 2023-12-27T22:16:09.512816+0000 mgr.y (mgr.14142) 125 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi005=a,smithi115=b 2023-12-27T22:16:11.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:11 smithi005 bash[111615]: audit 2023-12-27T22:16:09.512215+0000 mgr.y (mgr.14142) 124 : audit [DBG] from='client.34337 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi005=a;smithi115=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:16:11.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:11 smithi005 bash[111615]: cephadm 2023-12-27T22:16:09.512816+0000 mgr.y (mgr.14142) 125 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi005=a,smithi115=b 2023-12-27T22:16:11.412 DEBUG:teuthology.orchestra.run.smithi005:alertmanager.a> sudo journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@alertmanager.a.service 2023-12-27T22:16:11.414 INFO:tasks.cephadm:Adding grafana.a on smithi115 2023-12-27T22:16:11.414 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph orch apply grafana '1;smithi115=a' 2023-12-27T22:16:11.449 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:-- Logs begin at Wed 2023-12-27 22:03:14 UTC. -- 2023-12-27T22:16:12.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:12 smithi005 bash[108203]: cluster 2023-12-27T22:16:10.947325+0000 mgr.y (mgr.14142) 126 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:12.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:12 smithi005 bash[108203]: audit 2023-12-27T22:16:11.070544+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-12-27T22:16:11.070227\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi005\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2023-12-27T22:16:12.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:12 smithi005 bash[108203]: audit 2023-12-27T22:16:11.074087+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-12-27T22:16:11.070227\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi005\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2023-12-27T22:16:12.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:12 smithi005 bash[111615]: cluster 2023-12-27T22:16:10.947325+0000 mgr.y (mgr.14142) 126 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:12.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:12 smithi005 bash[111615]: audit 2023-12-27T22:16:11.070544+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-12-27T22:16:11.070227\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi005\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2023-12-27T22:16:12.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:12 smithi005 bash[111615]: audit 2023-12-27T22:16:11.074087+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-12-27T22:16:11.070227\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi005\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2023-12-27T22:16:12.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:12 smithi115 bash[108225]: cluster 2023-12-27T22:16:10.947325+0000 mgr.y (mgr.14142) 126 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:12.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:12 smithi115 bash[108225]: audit 2023-12-27T22:16:11.070544+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-12-27T22:16:11.070227\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi005\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2023-12-27T22:16:12.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:12 smithi115 bash[108225]: audit 2023-12-27T22:16:11.074087+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-12-27T22:16:11.070227\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi005\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2023-12-27T22:16:12.532 INFO:teuthology.orchestra.run.smithi115.stdout:Scheduled grafana update... 2023-12-27T22:16:12.878 DEBUG:teuthology.orchestra.run.smithi115:grafana.a> sudo journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@grafana.a.service 2023-12-27T22:16:12.880 INFO:tasks.cephadm:Setting up client nodes... 2023-12-27T22:16:12.881 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-27T22:16:12.909 INFO:journalctl@ceph.grafana.a.smithi115.stdout:-- Logs begin at Wed 2023-12-27 22:03:14 UTC. -- 2023-12-27T22:16:13.167 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:13 smithi005 bash[108203]: audit 2023-12-27T22:16:11.069658+0000 mgr.y (mgr.14142) 127 : audit [DBG] from='client.34343 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi005=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:16:13.167 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:13 smithi005 bash[108203]: cephadm 2023-12-27T22:16:11.070209+0000 mgr.y (mgr.14142) 128 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi005=a 2023-12-27T22:16:13.167 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:13 smithi005 bash[108203]: audit 2023-12-27T22:16:12.528209+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-12-27T22:16:12.527851\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi115\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2023-12-27T22:16:13.167 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:13 smithi005 bash[108203]: audit 2023-12-27T22:16:12.532188+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-12-27T22:16:12.527851\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi115\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2023-12-27T22:16:13.167 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:13 smithi005 bash[111615]: audit 2023-12-27T22:16:11.069658+0000 mgr.y (mgr.14142) 127 : audit [DBG] from='client.34343 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi005=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:16:13.167 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:13 smithi005 bash[111615]: cephadm 2023-12-27T22:16:11.070209+0000 mgr.y (mgr.14142) 128 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi005=a 2023-12-27T22:16:13.167 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:13 smithi005 bash[111615]: audit 2023-12-27T22:16:12.528209+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-12-27T22:16:12.527851\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi115\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2023-12-27T22:16:13.167 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:13 smithi005 bash[111615]: audit 2023-12-27T22:16:12.532188+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-12-27T22:16:12.527851\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi115\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2023-12-27T22:16:13.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:13 smithi115 bash[108225]: audit 2023-12-27T22:16:11.069658+0000 mgr.y (mgr.14142) 127 : audit [DBG] from='client.34343 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi005=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:16:13.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:13 smithi115 bash[108225]: cephadm 2023-12-27T22:16:11.070209+0000 mgr.y (mgr.14142) 128 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi005=a 2023-12-27T22:16:13.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:13 smithi115 bash[108225]: audit 2023-12-27T22:16:12.528209+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-12-27T22:16:12.527851\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi115\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2023-12-27T22:16:13.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:13 smithi115 bash[108225]: audit 2023-12-27T22:16:12.532188+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-12-27T22:16:12.527851\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi115\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2023-12-27T22:16:14.048 INFO:teuthology.orchestra.run.smithi005.stdout:[client.0] 2023-12-27T22:16:14.049 INFO:teuthology.orchestra.run.smithi005.stdout: key = AQAuooxl4RPFAhAAZieyEdB3eRfvmfUGXaDCIw== 2023-12-27T22:16:14.305 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:14 smithi005 bash[108203]: audit 2023-12-27T22:16:12.527267+0000 mgr.y (mgr.14142) 129 : audit [DBG] from='client.34349 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi115=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:16:14.305 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:14 smithi005 bash[108203]: cephadm 2023-12-27T22:16:12.527836+0000 mgr.y (mgr.14142) 130 : cephadm [INF] Saving service grafana spec with placement count:1 smithi115=a 2023-12-27T22:16:14.305 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:14 smithi005 bash[108203]: cluster 2023-12-27T22:16:12.947731+0000 mgr.y (mgr.14142) 131 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:14.305 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:14 smithi005 bash[108203]: audit 2023-12-27T22:16:13.969581+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"ca0d1ebd-9a68-4019-8ce4-4717059499c0\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1703715365.0035841, \"finished_at\": 1703715372.000582}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-12-27T22:16:14.305 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:14 smithi005 bash[108203]: audit 2023-12-27T22:16:13.972132+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"ca0d1ebd-9a68-4019-8ce4-4717059499c0\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1703715365.0035841, \"finished_at\": 1703715372.000582}], \"version\": 2, \"compat_version\": 2}"}]': finished 2023-12-27T22:16:14.306 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:14 smithi005 bash[111615]: audit 2023-12-27T22:16:12.527267+0000 mgr.y (mgr.14142) 129 : audit [DBG] from='client.34349 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi115=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:16:14.306 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:14 smithi005 bash[111615]: cephadm 2023-12-27T22:16:12.527836+0000 mgr.y (mgr.14142) 130 : cephadm [INF] Saving service grafana spec with placement count:1 smithi115=a 2023-12-27T22:16:14.306 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:14 smithi005 bash[111615]: cluster 2023-12-27T22:16:12.947731+0000 mgr.y (mgr.14142) 131 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:14.306 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:14 smithi005 bash[111615]: audit 2023-12-27T22:16:13.969581+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"ca0d1ebd-9a68-4019-8ce4-4717059499c0\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1703715365.0035841, \"finished_at\": 1703715372.000582}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-12-27T22:16:14.306 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:14 smithi005 bash[111615]: audit 2023-12-27T22:16:13.972132+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"ca0d1ebd-9a68-4019-8ce4-4717059499c0\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1703715365.0035841, \"finished_at\": 1703715372.000582}], \"version\": 2, \"compat_version\": 2}"}]': finished 2023-12-27T22:16:14.399 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-12-27T22:16:14.399 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-27T22:16:14.399 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-27T22:16:14.441 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-27T22:16:14.471 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:14 smithi115 bash[108225]: audit 2023-12-27T22:16:12.527267+0000 mgr.y (mgr.14142) 129 : audit [DBG] from='client.34349 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi115=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:16:14.472 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:14 smithi115 bash[108225]: cephadm 2023-12-27T22:16:12.527836+0000 mgr.y (mgr.14142) 130 : cephadm [INF] Saving service grafana spec with placement count:1 smithi115=a 2023-12-27T22:16:14.472 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:14 smithi115 bash[108225]: cluster 2023-12-27T22:16:12.947731+0000 mgr.y (mgr.14142) 131 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:14.472 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:14 smithi115 bash[108225]: audit 2023-12-27T22:16:13.969581+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"ca0d1ebd-9a68-4019-8ce4-4717059499c0\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1703715365.0035841, \"finished_at\": 1703715372.000582}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-12-27T22:16:14.472 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:14 smithi115 bash[108225]: audit 2023-12-27T22:16:13.972132+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"ca0d1ebd-9a68-4019-8ce4-4717059499c0\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1703715365.0035841, \"finished_at\": 1703715372.000582}], \"version\": 2, \"compat_version\": 2}"}]': finished 2023-12-27T22:16:15.157 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:15 smithi115 bash[108225]: audit 2023-12-27T22:16:14.046344+0000 mon.a (mon.0) 696 : audit [INF] from='client.? 172.21.15.5:0/4015246890' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-27T22:16:15.157 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:15 smithi115 bash[108225]: audit 2023-12-27T22:16:14.049207+0000 mon.a (mon.0) 697 : audit [INF] from='client.? 172.21.15.5:0/4015246890' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-27T22:16:15.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:15 smithi005 bash[108203]: audit 2023-12-27T22:16:14.046344+0000 mon.a (mon.0) 696 : audit [INF] from='client.? 172.21.15.5:0/4015246890' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-27T22:16:15.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:15 smithi005 bash[108203]: audit 2023-12-27T22:16:14.049207+0000 mon.a (mon.0) 697 : audit [INF] from='client.? 172.21.15.5:0/4015246890' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-27T22:16:15.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:15 smithi005 bash[111615]: audit 2023-12-27T22:16:14.046344+0000 mon.a (mon.0) 696 : audit [INF] from='client.? 172.21.15.5:0/4015246890' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-27T22:16:15.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:15 smithi005 bash[111615]: audit 2023-12-27T22:16:14.049207+0000 mon.a (mon.0) 697 : audit [INF] from='client.? 172.21.15.5:0/4015246890' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-27T22:16:15.784 INFO:teuthology.orchestra.run.smithi115.stdout:[client.1] 2023-12-27T22:16:15.784 INFO:teuthology.orchestra.run.smithi115.stdout: key = AQAvooxlDZ+TLhAADkyTYlBnXXl9YuBmxbZvIA== 2023-12-27T22:16:16.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:16 smithi115 bash[108225]: cluster 2023-12-27T22:16:14.948236+0000 mgr.y (mgr.14142) 132 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:16.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:16 smithi115 bash[108225]: audit 2023-12-27T22:16:15.780679+0000 mon.b (mon.2) 27 : audit [INF] from='client.? 172.21.15.115:0/2328299357' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-27T22:16:16.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:16 smithi115 bash[108225]: audit 2023-12-27T22:16:15.781266+0000 mon.a (mon.0) 698 : 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-27T22:16:16.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:16 smithi115 bash[108225]: audit 2023-12-27T22:16:15.784737+0000 mon.a (mon.0) 699 : 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-27T22:16:16.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:16 smithi005 bash[108203]: cluster 2023-12-27T22:16:14.948236+0000 mgr.y (mgr.14142) 132 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:16.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:16 smithi005 bash[108203]: audit 2023-12-27T22:16:15.780679+0000 mon.b (mon.2) 27 : audit [INF] from='client.? 172.21.15.115:0/2328299357' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-27T22:16:16.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:16 smithi005 bash[108203]: audit 2023-12-27T22:16:15.781266+0000 mon.a (mon.0) 698 : 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-27T22:16:16.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:16 smithi005 bash[108203]: audit 2023-12-27T22:16:15.784737+0000 mon.a (mon.0) 699 : 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-27T22:16:16.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:16 smithi005 bash[111615]: cluster 2023-12-27T22:16:14.948236+0000 mgr.y (mgr.14142) 132 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:16.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:16 smithi005 bash[111615]: audit 2023-12-27T22:16:15.780679+0000 mon.b (mon.2) 27 : audit [INF] from='client.? 172.21.15.115:0/2328299357' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-27T22:16:16.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:16 smithi005 bash[111615]: audit 2023-12-27T22:16:15.781266+0000 mon.a (mon.0) 698 : 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-27T22:16:16.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:16 smithi005 bash[111615]: audit 2023-12-27T22:16:15.784737+0000 mon.a (mon.0) 699 : 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-27T22:16:17.484 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2023-12-27T22:16:17.484 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-27T22:16:17.484 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-27T22:16:17.564 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-27T22:16:18.296 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:18 smithi005 bash[108203]: cluster 2023-12-27T22:16:16.948610+0000 mgr.y (mgr.14142) 133 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:18.297 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:18 smithi005 bash[111615]: cluster 2023-12-27T22:16:16.948610+0000 mgr.y (mgr.14142) 133 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:18.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:18 smithi115 bash[108225]: cluster 2023-12-27T22:16:16.948610+0000 mgr.y (mgr.14142) 133 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:18.709 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-27T22:16:18.709 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":62,"fsid":"fe802a76-a504-11ee-95a5-87774f69a715","created":"2023-12-27T22:12:42.447095+0000","modified":"2023-12-27T22:16:06.010373+0000","last_up_change":"2023-12-27T22:16:04.999516+0000","last_in_change":"2023-12-27T22:16:04.999516+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-27T22:12:51.397366+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":"d6be5b06-20c9-49e4-954c-842278a7bbca","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.5:6802","nonce":766416314},{"type":"v1","addr":"172.21.15.5:6803","nonce":766416314}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6804","nonce":766416314},{"type":"v1","addr":"172.21.15.5:6805","nonce":766416314}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6808","nonce":766416314},{"type":"v1","addr":"172.21.15.5:6809","nonce":766416314}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6806","nonce":766416314},{"type":"v1","addr":"172.21.15.5:6807","nonce":766416314}]},"public_addr":"172.21.15.5:6803/766416314","cluster_addr":"172.21.15.5:6805/766416314","heartbeat_back_addr":"172.21.15.5:6809/766416314","heartbeat_front_addr":"172.21.15.5:6807/766416314","state":["exists","up"]},{"osd":1,"uuid":"503b5c13-1ad7-42a2-b7f8-115111d43309","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":17,"last_clean_end":20,"up_from":23,"up_thru":42,"down_at":21,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6810","nonce":3800816227},{"type":"v1","addr":"172.21.15.5:6811","nonce":3800816227}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6812","nonce":3800816227},{"type":"v1","addr":"172.21.15.5:6813","nonce":3800816227}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6816","nonce":3800816227},{"type":"v1","addr":"172.21.15.5:6817","nonce":3800816227}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6814","nonce":3800816227},{"type":"v1","addr":"172.21.15.5:6815","nonce":3800816227}]},"public_addr":"172.21.15.5:6811/3800816227","cluster_addr":"172.21.15.5:6813/3800816227","heartbeat_back_addr":"172.21.15.5:6817/3800816227","heartbeat_front_addr":"172.21.15.5:6815/3800816227","state":["exists","up"]},{"osd":2,"uuid":"2fa1e814-162a-4af5-86e8-cdee35f376e7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":27,"last_clean_end":28,"up_from":31,"up_thru":0,"down_at":29,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6818","nonce":260067506},{"type":"v1","addr":"172.21.15.5:6819","nonce":260067506}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6820","nonce":260067506},{"type":"v1","addr":"172.21.15.5:6821","nonce":260067506}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6824","nonce":260067506},{"type":"v1","addr":"172.21.15.5:6825","nonce":260067506}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6822","nonce":260067506},{"type":"v1","addr":"172.21.15.5:6823","nonce":260067506}]},"public_addr":"172.21.15.5:6819/260067506","cluster_addr":"172.21.15.5:6821/260067506","heartbeat_back_addr":"172.21.15.5:6825/260067506","heartbeat_front_addr":"172.21.15.5:6823/260067506","state":["exists","up"]},{"osd":3,"uuid":"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6826","nonce":2499213662},{"type":"v1","addr":"172.21.15.5:6827","nonce":2499213662}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6828","nonce":2499213662},{"type":"v1","addr":"172.21.15.5:6829","nonce":2499213662}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6832","nonce":2499213662},{"type":"v1","addr":"172.21.15.5:6833","nonce":2499213662}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6830","nonce":2499213662},{"type":"v1","addr":"172.21.15.5:6831","nonce":2499213662}]},"public_addr":"172.21.15.5:6827/2499213662","cluster_addr":"172.21.15.5:6829/2499213662","heartbeat_back_addr":"172.21.15.5:6833/2499213662","heartbeat_front_addr":"172.21.15.5:6831/2499213662","state":["exists","up"]},{"osd":4,"uuid":"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":38,"last_clean_end":39,"up_from":42,"up_thru":0,"down_at":40,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6800","nonce":74635511},{"type":"v1","addr":"172.21.15.115:6801","nonce":74635511}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6802","nonce":74635511},{"type":"v1","addr":"172.21.15.115:6803","nonce":74635511}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6806","nonce":74635511},{"type":"v1","addr":"172.21.15.115:6807","nonce":74635511}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6804","nonce":74635511},{"type":"v1","addr":"172.21.15.115:6805","nonce":74635511}]},"public_addr":"172.21.15.115:6801/74635511","cluster_addr":"172.21.15.115:6803/74635511","heartbeat_back_addr":"172.21.15.115:6807/74635511","heartbeat_front_addr":"172.21.15.115:6805/74635511","state":["exists","up"]},{"osd":5,"uuid":"b8db3057-7b98-4057-b672-434f1205ff40","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":46,"last_clean_end":47,"up_from":50,"up_thru":50,"down_at":48,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6808","nonce":3881874412},{"type":"v1","addr":"172.21.15.115:6809","nonce":3881874412}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6810","nonce":3881874412},{"type":"v1","addr":"172.21.15.115:6811","nonce":3881874412}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6814","nonce":3881874412},{"type":"v1","addr":"172.21.15.115:6815","nonce":3881874412}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6812","nonce":3881874412},{"type":"v1","addr":"172.21.15.115:6813","nonce":3881874412}]},"public_addr":"172.21.15.115:6809/3881874412","cluster_addr":"172.21.15.115:6811/3881874412","heartbeat_back_addr":"172.21.15.115:6815/3881874412","heartbeat_front_addr":"172.21.15.115:6813/3881874412","state":["exists","up"]},{"osd":6,"uuid":"aca97d96-4128-45c7-b96d-1d9b4510ada6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":53,"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.115:6816","nonce":2439077136},{"type":"v1","addr":"172.21.15.115:6817","nonce":2439077136}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6818","nonce":2439077136},{"type":"v1","addr":"172.21.15.115:6819","nonce":2439077136}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6822","nonce":2439077136},{"type":"v1","addr":"172.21.15.115:6823","nonce":2439077136}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6820","nonce":2439077136},{"type":"v1","addr":"172.21.15.115:6821","nonce":2439077136}]},"public_addr":"172.21.15.115:6817/2439077136","cluster_addr":"172.21.15.115:6819/2439077136","heartbeat_back_addr":"172.21.15.115:6823/2439077136","heartbeat_front_addr":"172.21.15.115:6821/2439077136","state":["exists","up"]},{"osd":7,"uuid":"78d3bdf7-a178-4d87-98e5-bb7535037bf5","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.115:6824","nonce":2903948037},{"type":"v1","addr":"172.21.15.115:6825","nonce":2903948037}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6826","nonce":2903948037},{"type":"v1","addr":"172.21.15.115:6827","nonce":2903948037}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6830","nonce":2903948037},{"type":"v1","addr":"172.21.15.115:6831","nonce":2903948037}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6828","nonce":2903948037},{"type":"v1","addr":"172.21.15.115:6829","nonce":2903948037}]},"public_addr":"172.21.15.115:6825/2903948037","cluster_addr":"172.21.15.115:6827/2903948037","heartbeat_back_addr":"172.21.15.115:6831/2903948037","heartbeat_front_addr":"172.21.15.115:6829/2903948037","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"2023-12-27T22:14:43.048774+0000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-27T22:14:31.117574+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-27T22:14:45.566563+0000","dead_epoch":21},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-27T22:14:59.356324+0000","dead_epoch":29},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-27T22:15:13.718183+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-27T22:15:23.609786+0000","dead_epoch":40},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-27T22:15:37.090179+0000","dead_epoch":48},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-27T22:15:50.484237+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-27T22:16:03.527633+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.5:6801/807995580":"2023-12-28T22:13:18.862331+0000","172.21.15.5:6800/807995580":"2023-12-28T22:13:18.862331+0000","172.21.15.5:0/3804718267":"2023-12-28T22:13:18.862331+0000","172.21.15.5:0/2825175927":"2023-12-28T22:13:18.862331+0000","172.21.15.5:0/2565192474":"2023-12-28T22:13:18.862331+0000","172.21.15.5:6800/1549485592":"2023-12-28T22:12:59.172284+0000","172.21.15.5:6801/1549485592":"2023-12-28T22:12:59.172284+0000","172.21.15.5:0/1930110532":"2023-12-28T22:12:59.172284+0000","172.21.15.5:0/3990322534":"2023-12-28T22:12:59.172284+0000","172.21.15.5:0/2910800043":"2023-12-28T22:12:59.172284+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-27T22:16:19.057 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-27T22:12:51.397366+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-27T22:16:19.057 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-27T22:16:19.319 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:19 smithi005 bash[108203]: audit 2023-12-27T22:16:18.708680+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.5:0/2660345251' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-27T22:16:19.319 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:19 smithi005 bash[111615]: audit 2023-12-27T22:16:18.708680+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.5:0/2660345251' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-27T22:16:19.371 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:19 smithi115 bash[108225]: audit 2023-12-27T22:16:18.708680+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.5:0/2660345251' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-27T22:16:20.217 INFO:teuthology.orchestra.run.smithi005.stdout:pg_num: 1 2023-12-27T22:16:20.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:20 smithi005 bash[108203]: cluster 2023-12-27T22:16:18.948920+0000 mgr.y (mgr.14142) 134 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:20.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:20 smithi005 bash[111615]: cluster 2023-12-27T22:16:18.948920+0000 mgr.y (mgr.14142) 134 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:20.373 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:20 smithi115 bash[108225]: cluster 2023-12-27T22:16:18.948920+0000 mgr.y (mgr.14142) 134 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:20.538 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-27T22:16:20.538 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-27T22:16:20.538 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph mgr dump --format=json 2023-12-27T22:16:20.720 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:16:20 smithi115 podman[118815]: Error: no container with ID or name "ceph-fe802a76-a504-11ee-95a5-87774f69a715-prometheus.a" found: no such container 2023-12-27T22:16:20.720 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:16:20 smithi115 systemd[1]: Started Ceph prometheus.a for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:16:21.004 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:16:20 smithi115 bash[118831]: ts=2023-12-27T22:16:20.928Z caller=main.go:539 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-27T22:16:21.005 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:16:20 smithi115 bash[118831]: ts=2023-12-27T22:16:20.928Z caller=main.go:583 level=info msg="Starting Prometheus Server" mode=server version="(version=2.48.1, branch=HEAD, revision=63894216648f0d6be310c9d16fb48293c45c9310)" 2023-12-27T22:16:21.005 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:16:20 smithi115 bash[118831]: ts=2023-12-27T22:16:20.928Z caller=main.go:588 level=info build_context="(go=go1.21.5, platform=linux/amd64, user=root@71f108ff5632, date=20231208-23:33:22, tags=netgo,builtinassets,stringlabels)" 2023-12-27T22:16:21.005 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:16:20 smithi115 bash[118831]: ts=2023-12-27T22:16:20.928Z caller=main.go:589 level=info host_details="(Linux 4.18.0-529.el8.x86_64 #1 SMP Wed Dec 6 01:03:46 UTC 2023 x86_64 smithi115 (none))" 2023-12-27T22:16:21.005 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:16:20 smithi115 bash[118831]: ts=2023-12-27T22:16:20.928Z caller=main.go:590 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-27T22:16:21.005 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:16:20 smithi115 bash[118831]: ts=2023-12-27T22:16:20.929Z caller=main.go:591 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-27T22:16:21.005 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:16:20 smithi115 bash[118831]: ts=2023-12-27T22:16:20.930Z caller=web.go:566 level=info component=web msg="Start listening for connections" address=:9095 2023-12-27T22:16:21.005 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:16:20 smithi115 bash[118831]: ts=2023-12-27T22:16:20.930Z caller=main.go:1024 level=info msg="Starting TSDB ..." 2023-12-27T22:16:21.005 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:16:20 smithi115 bash[118831]: ts=2023-12-27T22:16:20.931Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2023-12-27T22:16:21.005 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:16:20 smithi115 bash[118831]: ts=2023-12-27T22:16:20.931Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2023-12-27T22:16:21.005 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:16:20 smithi115 bash[118831]: ts=2023-12-27T22:16:20.933Z caller=head.go:601 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-27T22:16:21.005 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:16:20 smithi115 bash[118831]: ts=2023-12-27T22:16:20.933Z caller=head.go:682 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.632µs 2023-12-27T22:16:21.005 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:16:20 smithi115 bash[118831]: ts=2023-12-27T22:16:20.933Z caller=head.go:690 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-27T22:16:21.005 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:16:20 smithi115 bash[118831]: ts=2023-12-27T22:16:20.934Z caller=head.go:761 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2023-12-27T22:16:21.005 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:16:20 smithi115 bash[118831]: ts=2023-12-27T22:16:20.934Z caller=head.go:798 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=26.764µs wal_replay_duration=197.579µs wbl_replay_duration=130ns total_replay_duration=243.65µs 2023-12-27T22:16:21.006 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:16:20 smithi115 bash[118831]: ts=2023-12-27T22:16:20.935Z caller=main.go:1045 level=info fs_type=XFS_SUPER_MAGIC 2023-12-27T22:16:21.006 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:16:20 smithi115 bash[118831]: ts=2023-12-27T22:16:20.935Z caller=main.go:1048 level=info msg="TSDB started" 2023-12-27T22:16:21.006 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:16:20 smithi115 bash[118831]: ts=2023-12-27T22:16:20.935Z caller=main.go:1230 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-27T22:16:21.006 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:16:20 smithi115 bash[118831]: ts=2023-12-27T22:16:20.935Z caller=main.go:1267 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=538.114µs db_storage=901ns remote_storage=1.28µs web_handler=327ns query_engine=596ns scrape=338.683µs scrape_sd=17.308µs notify=683ns notify_sd=1.114µs rules=25.399µs tracing=4.925µs 2023-12-27T22:16:21.006 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:16:20 smithi115 bash[118831]: ts=2023-12-27T22:16:20.935Z caller=main.go:1009 level=info msg="Server is ready to receive web requests." 2023-12-27T22:16:21.006 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:16:20 smithi115 bash[118831]: ts=2023-12-27T22:16:20.935Z caller=manager.go:1012 level=info component="rule manager" msg="Starting rule manager..." 2023-12-27T22:16:21.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:21 smithi005 bash[108203]: audit 2023-12-27T22:16:20.217601+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.5:0/2824179322' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-27T22:16:21.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:21 smithi005 bash[111615]: audit 2023-12-27T22:16:20.217601+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.5:0/2824179322' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-27T22:16:21.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:21 smithi005 bash[108203]: audit 2023-12-27T22:16:20.541520+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281822\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281897\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281932\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281963\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281993\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.282022\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:16:21.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:21 smithi005 bash[108203]: audit 2023-12-27T22:16:20.545074+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281822\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281897\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281932\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281963\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281993\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.282022\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:16:21.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:21 smithi005 bash[108203]: audit 2023-12-27T22:16:20.545839+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:16:21.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:21 smithi005 bash[111615]: audit 2023-12-27T22:16:20.541520+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281822\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281897\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281932\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281963\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281993\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.282022\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:16:21.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:21 smithi005 bash[111615]: audit 2023-12-27T22:16:20.545074+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281822\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281897\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281932\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281963\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281993\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.282022\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:16:21.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:21 smithi005 bash[111615]: audit 2023-12-27T22:16:20.545839+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:16:21.371 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:21 smithi115 bash[108225]: audit 2023-12-27T22:16:20.217601+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.5:0/2824179322' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-27T22:16:21.372 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:21 smithi115 bash[108225]: audit 2023-12-27T22:16:20.541520+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281822\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281897\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281932\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281963\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281993\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.282022\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:16:21.372 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:21 smithi115 bash[108225]: audit 2023-12-27T22:16:20.545074+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281822\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281897\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281932\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281963\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.281993\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:03.282022\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:16:21.372 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:21 smithi115 bash[108225]: audit 2023-12-27T22:16:20.545839+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:16:21.744 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-27T22:16:22.156 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":14,"active_gid":14142,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6800","nonce":3756184243},{"type":"v1","addr":"172.21.15.5:6801","nonce":3756184243}]},"active_addr":"172.21.15.5:6801/3756184243","active_change":"2023-12-27T22:13:18.862652+0000","active_mgr_features":4540138292836696063,"available":true,"standbys":[{"gid":24109,"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://smithi005.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.5:0","nonce":3593653960}]},{"addrvec":[{"type":"v2","addr":"172.21.15.5:0","nonce":1438464542}]},{"addrvec":[{"type":"v2","addr":"172.21.15.5:0","nonce":2663332366}]}]}} 2023-12-27T22:16:22.158 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-27T22:16:22.158 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-27T22:16:22.159 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-27T22:16:22.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:22 smithi005 bash[108203]: cluster 2023-12-27T22:16:20.949387+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-27T22:16:22.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:22 smithi005 bash[108203]: audit 2023-12-27T22:16:21.741723+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.5:0/1934824424' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-27T22:16:22.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:22 smithi005 bash[111615]: cluster 2023-12-27T22:16:20.949387+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-27T22:16:22.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:22 smithi005 bash[111615]: audit 2023-12-27T22:16:21.741723+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.5:0/1934824424' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-27T22:16:22.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:22 smithi005 bash[108203]: audit 2023-12-27T22:16:21.986535+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985583\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985659\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985693\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985723\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985751\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985779\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"6dd0aee7b609\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:21.985809\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:16:20.629385\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}}, \"last_daemon_update\": \"2023-12-27T22:16:21.985883\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:16:22.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:22 smithi005 bash[108203]: audit 2023-12-27T22:16:21.989354+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985583\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985659\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985693\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985723\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985751\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985779\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"6dd0aee7b609\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:21.985809\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:16:20.629385\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}}, \"last_daemon_update\": \"2023-12-27T22:16:21.985883\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:16:22.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:22 smithi005 bash[108203]: audit 2023-12-27T22:16:21.990552+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-12-27T22:16:22.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:22 smithi005 bash[108203]: audit 2023-12-27T22:16:21.991061+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:16:22.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:22 smithi005 bash[111615]: audit 2023-12-27T22:16:21.986535+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985583\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985659\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985693\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985723\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985751\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985779\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"6dd0aee7b609\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:21.985809\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:16:20.629385\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}}, \"last_daemon_update\": \"2023-12-27T22:16:21.985883\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:16:22.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:22 smithi005 bash[111615]: audit 2023-12-27T22:16:21.989354+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985583\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985659\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985693\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985723\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985751\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985779\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"6dd0aee7b609\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:21.985809\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:16:20.629385\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}}, \"last_daemon_update\": \"2023-12-27T22:16:21.985883\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:16:22.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:22 smithi005 bash[111615]: audit 2023-12-27T22:16:21.990552+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-12-27T22:16:22.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:22 smithi005 bash[111615]: audit 2023-12-27T22:16:21.991061+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:16:22.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:22 smithi115 bash[108225]: cluster 2023-12-27T22:16:20.949387+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-27T22:16:22.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:22 smithi115 bash[108225]: audit 2023-12-27T22:16:21.741723+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.5:0/1934824424' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-27T22:16:22.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:22 smithi115 bash[108225]: audit 2023-12-27T22:16:21.986535+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985583\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985659\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985693\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985723\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985751\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985779\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"6dd0aee7b609\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:21.985809\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:16:20.629385\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}}, \"last_daemon_update\": \"2023-12-27T22:16:21.985883\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:16:22.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:22 smithi115 bash[108225]: audit 2023-12-27T22:16:21.989354+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985583\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985659\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985693\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985723\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985751\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985779\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"6dd0aee7b609\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:21.985809\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:16:20.629385\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}}, \"last_daemon_update\": \"2023-12-27T22:16:21.985883\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:16:22.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:22 smithi115 bash[108225]: audit 2023-12-27T22:16:21.990552+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-12-27T22:16:22.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:22 smithi115 bash[108225]: audit 2023-12-27T22:16:21.991061+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:16:22.650 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:22 smithi005 podman[122407]: Error: no container with ID or name "ceph-fe802a76-a504-11ee-95a5-87774f69a715-node-exporter.a" found: no such container 2023-12-27T22:16:22.650 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:22 smithi005 systemd[1]: Started Ceph node-exporter.a for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:16:22.942 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:22 smithi005 bash[122438]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-27T22:16:22.942 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:22 smithi005 bash[122438]: Trying to pull docker.io/prom/node-exporter:latest... 2023-12-27T22:16:23.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:23 smithi005 bash[108203]: cephadm 2023-12-27T22:16:21.991487+0000 mgr.y (mgr.14142) 136 : cephadm [INF] Deploying daemon node-exporter.a on smithi005 2023-12-27T22:16:23.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:23 smithi005 bash[108203]: audit 2023-12-27T22:16:22.569885+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839318\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839402\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839436\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839466\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839495\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839524\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:15:13.839553\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:16:23.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:23 smithi005 bash[108203]: audit 2023-12-27T22:16:22.572542+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839318\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839402\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839436\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839466\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839495\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839524\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:15:13.839553\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:16:23.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:23 smithi005 bash[108203]: audit 2023-12-27T22:16:22.573133+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-12-27T22:16:23.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:23 smithi005 bash[108203]: audit 2023-12-27T22:16:22.573681+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:16:23.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:23 smithi005 bash[111615]: cephadm 2023-12-27T22:16:21.991487+0000 mgr.y (mgr.14142) 136 : cephadm [INF] Deploying daemon node-exporter.a on smithi005 2023-12-27T22:16:23.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:23 smithi005 bash[111615]: audit 2023-12-27T22:16:22.569885+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839318\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839402\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839436\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839466\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839495\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839524\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:15:13.839553\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:16:23.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:23 smithi005 bash[111615]: audit 2023-12-27T22:16:22.572542+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839318\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839402\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839436\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839466\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839495\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839524\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:15:13.839553\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:16:23.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:23 smithi005 bash[111615]: audit 2023-12-27T22:16:22.573133+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-12-27T22:16:23.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:23 smithi005 bash[111615]: audit 2023-12-27T22:16:22.573681+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:16:23.449 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-27T22:16:23.449 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":62,"fsid":"fe802a76-a504-11ee-95a5-87774f69a715","created":"2023-12-27T22:12:42.447095+0000","modified":"2023-12-27T22:16:06.010373+0000","last_up_change":"2023-12-27T22:16:04.999516+0000","last_in_change":"2023-12-27T22:16:04.999516+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-27T22:12:51.397366+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":"d6be5b06-20c9-49e4-954c-842278a7bbca","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.5:6802","nonce":766416314},{"type":"v1","addr":"172.21.15.5:6803","nonce":766416314}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6804","nonce":766416314},{"type":"v1","addr":"172.21.15.5:6805","nonce":766416314}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6808","nonce":766416314},{"type":"v1","addr":"172.21.15.5:6809","nonce":766416314}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6806","nonce":766416314},{"type":"v1","addr":"172.21.15.5:6807","nonce":766416314}]},"public_addr":"172.21.15.5:6803/766416314","cluster_addr":"172.21.15.5:6805/766416314","heartbeat_back_addr":"172.21.15.5:6809/766416314","heartbeat_front_addr":"172.21.15.5:6807/766416314","state":["exists","up"]},{"osd":1,"uuid":"503b5c13-1ad7-42a2-b7f8-115111d43309","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":17,"last_clean_end":20,"up_from":23,"up_thru":42,"down_at":21,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6810","nonce":3800816227},{"type":"v1","addr":"172.21.15.5:6811","nonce":3800816227}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6812","nonce":3800816227},{"type":"v1","addr":"172.21.15.5:6813","nonce":3800816227}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6816","nonce":3800816227},{"type":"v1","addr":"172.21.15.5:6817","nonce":3800816227}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6814","nonce":3800816227},{"type":"v1","addr":"172.21.15.5:6815","nonce":3800816227}]},"public_addr":"172.21.15.5:6811/3800816227","cluster_addr":"172.21.15.5:6813/3800816227","heartbeat_back_addr":"172.21.15.5:6817/3800816227","heartbeat_front_addr":"172.21.15.5:6815/3800816227","state":["exists","up"]},{"osd":2,"uuid":"2fa1e814-162a-4af5-86e8-cdee35f376e7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":27,"last_clean_end":28,"up_from":31,"up_thru":0,"down_at":29,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6818","nonce":260067506},{"type":"v1","addr":"172.21.15.5:6819","nonce":260067506}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6820","nonce":260067506},{"type":"v1","addr":"172.21.15.5:6821","nonce":260067506}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6824","nonce":260067506},{"type":"v1","addr":"172.21.15.5:6825","nonce":260067506}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6822","nonce":260067506},{"type":"v1","addr":"172.21.15.5:6823","nonce":260067506}]},"public_addr":"172.21.15.5:6819/260067506","cluster_addr":"172.21.15.5:6821/260067506","heartbeat_back_addr":"172.21.15.5:6825/260067506","heartbeat_front_addr":"172.21.15.5:6823/260067506","state":["exists","up"]},{"osd":3,"uuid":"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6826","nonce":2499213662},{"type":"v1","addr":"172.21.15.5:6827","nonce":2499213662}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6828","nonce":2499213662},{"type":"v1","addr":"172.21.15.5:6829","nonce":2499213662}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6832","nonce":2499213662},{"type":"v1","addr":"172.21.15.5:6833","nonce":2499213662}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6830","nonce":2499213662},{"type":"v1","addr":"172.21.15.5:6831","nonce":2499213662}]},"public_addr":"172.21.15.5:6827/2499213662","cluster_addr":"172.21.15.5:6829/2499213662","heartbeat_back_addr":"172.21.15.5:6833/2499213662","heartbeat_front_addr":"172.21.15.5:6831/2499213662","state":["exists","up"]},{"osd":4,"uuid":"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":38,"last_clean_end":39,"up_from":42,"up_thru":0,"down_at":40,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6800","nonce":74635511},{"type":"v1","addr":"172.21.15.115:6801","nonce":74635511}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6802","nonce":74635511},{"type":"v1","addr":"172.21.15.115:6803","nonce":74635511}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6806","nonce":74635511},{"type":"v1","addr":"172.21.15.115:6807","nonce":74635511}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6804","nonce":74635511},{"type":"v1","addr":"172.21.15.115:6805","nonce":74635511}]},"public_addr":"172.21.15.115:6801/74635511","cluster_addr":"172.21.15.115:6803/74635511","heartbeat_back_addr":"172.21.15.115:6807/74635511","heartbeat_front_addr":"172.21.15.115:6805/74635511","state":["exists","up"]},{"osd":5,"uuid":"b8db3057-7b98-4057-b672-434f1205ff40","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":46,"last_clean_end":47,"up_from":50,"up_thru":50,"down_at":48,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6808","nonce":3881874412},{"type":"v1","addr":"172.21.15.115:6809","nonce":3881874412}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6810","nonce":3881874412},{"type":"v1","addr":"172.21.15.115:6811","nonce":3881874412}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6814","nonce":3881874412},{"type":"v1","addr":"172.21.15.115:6815","nonce":3881874412}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6812","nonce":3881874412},{"type":"v1","addr":"172.21.15.115:6813","nonce":3881874412}]},"public_addr":"172.21.15.115:6809/3881874412","cluster_addr":"172.21.15.115:6811/3881874412","heartbeat_back_addr":"172.21.15.115:6815/3881874412","heartbeat_front_addr":"172.21.15.115:6813/3881874412","state":["exists","up"]},{"osd":6,"uuid":"aca97d96-4128-45c7-b96d-1d9b4510ada6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":53,"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.115:6816","nonce":2439077136},{"type":"v1","addr":"172.21.15.115:6817","nonce":2439077136}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6818","nonce":2439077136},{"type":"v1","addr":"172.21.15.115:6819","nonce":2439077136}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6822","nonce":2439077136},{"type":"v1","addr":"172.21.15.115:6823","nonce":2439077136}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6820","nonce":2439077136},{"type":"v1","addr":"172.21.15.115:6821","nonce":2439077136}]},"public_addr":"172.21.15.115:6817/2439077136","cluster_addr":"172.21.15.115:6819/2439077136","heartbeat_back_addr":"172.21.15.115:6823/2439077136","heartbeat_front_addr":"172.21.15.115:6821/2439077136","state":["exists","up"]},{"osd":7,"uuid":"78d3bdf7-a178-4d87-98e5-bb7535037bf5","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.115:6824","nonce":2903948037},{"type":"v1","addr":"172.21.15.115:6825","nonce":2903948037}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6826","nonce":2903948037},{"type":"v1","addr":"172.21.15.115:6827","nonce":2903948037}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6830","nonce":2903948037},{"type":"v1","addr":"172.21.15.115:6831","nonce":2903948037}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6828","nonce":2903948037},{"type":"v1","addr":"172.21.15.115:6829","nonce":2903948037}]},"public_addr":"172.21.15.115:6825/2903948037","cluster_addr":"172.21.15.115:6827/2903948037","heartbeat_back_addr":"172.21.15.115:6831/2903948037","heartbeat_front_addr":"172.21.15.115:6829/2903948037","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"2023-12-27T22:14:43.048774+0000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-27T22:14:31.117574+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-27T22:14:45.566563+0000","dead_epoch":21},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-27T22:14:59.356324+0000","dead_epoch":29},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-27T22:15:13.718183+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-27T22:15:23.609786+0000","dead_epoch":40},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-27T22:15:37.090179+0000","dead_epoch":48},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-27T22:15:50.484237+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-27T22:16:03.527633+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.5:6801/807995580":"2023-12-28T22:13:18.862331+0000","172.21.15.5:6800/807995580":"2023-12-28T22:13:18.862331+0000","172.21.15.5:0/3804718267":"2023-12-28T22:13:18.862331+0000","172.21.15.5:0/2825175927":"2023-12-28T22:13:18.862331+0000","172.21.15.5:0/2565192474":"2023-12-28T22:13:18.862331+0000","172.21.15.5:6800/1549485592":"2023-12-28T22:12:59.172284+0000","172.21.15.5:6801/1549485592":"2023-12-28T22:12:59.172284+0000","172.21.15.5:0/1930110532":"2023-12-28T22:12:59.172284+0000","172.21.15.5:0/3990322534":"2023-12-28T22:12:59.172284+0000","172.21.15.5:0/2910800043":"2023-12-28T22:12:59.172284+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-27T22:16:23.504 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:23 smithi115 systemd[1]: Started Ceph node-exporter.b for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:16:23.504 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:23 smithi115 bash[119248]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-27T22:16:23.504 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:23 smithi115 bash[119248]: Trying to pull docker.io/prom/node-exporter:latest... 2023-12-27T22:16:23.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:23 smithi115 bash[108225]: cephadm 2023-12-27T22:16:21.991487+0000 mgr.y (mgr.14142) 136 : cephadm [INF] Deploying daemon node-exporter.a on smithi005 2023-12-27T22:16:23.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:23 smithi115 bash[108225]: audit 2023-12-27T22:16:22.569885+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839318\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839402\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839436\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839466\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839495\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839524\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:15:13.839553\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:16:23.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:23 smithi115 bash[108225]: audit 2023-12-27T22:16:22.572542+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839318\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839402\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839436\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839466\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839495\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839524\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:15:13.839553\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:16:23.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:23 smithi115 bash[108225]: audit 2023-12-27T22:16:22.573133+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-12-27T22:16:23.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:23 smithi115 bash[108225]: audit 2023-12-27T22:16:22.573681+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:16:23.806 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-27T22:16:23.806 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-27T22:16:24.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:24 smithi005 bash[108203]: cephadm 2023-12-27T22:16:22.574114+0000 mgr.y (mgr.14142) 137 : cephadm [INF] Deploying daemon node-exporter.b on smithi115 2023-12-27T22:16:24.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:24 smithi005 bash[108203]: cluster 2023-12-27T22:16:22.949777+0000 mgr.y (mgr.14142) 138 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:24.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:24 smithi005 bash[111615]: cephadm 2023-12-27T22:16:22.574114+0000 mgr.y (mgr.14142) 137 : cephadm [INF] Deploying daemon node-exporter.b on smithi115 2023-12-27T22:16:24.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:24 smithi005 bash[111615]: cluster 2023-12-27T22:16:22.949777+0000 mgr.y (mgr.14142) 138 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:24.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:24 smithi005 bash[108203]: audit 2023-12-27T22:16:23.071789+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985583\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985659\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985693\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985723\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985751\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985779\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"6dd0aee7b609\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:21.985809\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:16:20.629385\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:16:24.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:24 smithi005 bash[108203]: audit 2023-12-27T22:16:23.074435+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985583\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985659\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985693\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985723\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985751\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985779\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"6dd0aee7b609\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:21.985809\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:16:20.629385\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:16:24.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:24 smithi005 bash[108203]: audit 2023-12-27T22:16:23.449134+0000 mon.a (mon.0) 713 : audit [DBG] from='client.? 172.21.15.5:0/810288213' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-27T22:16:24.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:24 smithi005 bash[111615]: audit 2023-12-27T22:16:23.071789+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985583\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985659\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985693\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985723\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985751\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985779\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"6dd0aee7b609\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:21.985809\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:16:20.629385\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:16:24.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:24 smithi005 bash[111615]: audit 2023-12-27T22:16:23.074435+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985583\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985659\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985693\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985723\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985751\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985779\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"6dd0aee7b609\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:21.985809\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:16:20.629385\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:16:24.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:24 smithi005 bash[111615]: audit 2023-12-27T22:16:23.449134+0000 mon.a (mon.0) 713 : audit [DBG] from='client.? 172.21.15.5:0/810288213' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-27T22:16:24.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:24 smithi115 bash[108225]: cephadm 2023-12-27T22:16:22.574114+0000 mgr.y (mgr.14142) 137 : cephadm [INF] Deploying daemon node-exporter.b on smithi115 2023-12-27T22:16:24.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:24 smithi115 bash[108225]: cluster 2023-12-27T22:16:22.949777+0000 mgr.y (mgr.14142) 138 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:24.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:24 smithi115 bash[108225]: audit 2023-12-27T22:16:23.071789+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985583\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985659\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985693\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985723\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985751\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985779\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"6dd0aee7b609\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:21.985809\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:16:20.629385\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:16:24.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:24 smithi115 bash[108225]: audit 2023-12-27T22:16:23.074435+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985583\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985659\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985693\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985723\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985751\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985779\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"6dd0aee7b609\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:21.985809\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:16:20.629385\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:16:24.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:24 smithi115 bash[108225]: audit 2023-12-27T22:16:23.449134+0000 mon.a (mon.0) 713 : audit [DBG] from='client.? 172.21.15.5:0/810288213' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-27T22:16:24.950 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-27T22:16:24.950 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":62,"fsid":"fe802a76-a504-11ee-95a5-87774f69a715","created":"2023-12-27T22:12:42.447095+0000","modified":"2023-12-27T22:16:06.010373+0000","last_up_change":"2023-12-27T22:16:04.999516+0000","last_in_change":"2023-12-27T22:16:04.999516+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-27T22:12:51.397366+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":"d6be5b06-20c9-49e4-954c-842278a7bbca","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.5:6802","nonce":766416314},{"type":"v1","addr":"172.21.15.5:6803","nonce":766416314}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6804","nonce":766416314},{"type":"v1","addr":"172.21.15.5:6805","nonce":766416314}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6808","nonce":766416314},{"type":"v1","addr":"172.21.15.5:6809","nonce":766416314}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6806","nonce":766416314},{"type":"v1","addr":"172.21.15.5:6807","nonce":766416314}]},"public_addr":"172.21.15.5:6803/766416314","cluster_addr":"172.21.15.5:6805/766416314","heartbeat_back_addr":"172.21.15.5:6809/766416314","heartbeat_front_addr":"172.21.15.5:6807/766416314","state":["exists","up"]},{"osd":1,"uuid":"503b5c13-1ad7-42a2-b7f8-115111d43309","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":17,"last_clean_end":20,"up_from":23,"up_thru":42,"down_at":21,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6810","nonce":3800816227},{"type":"v1","addr":"172.21.15.5:6811","nonce":3800816227}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6812","nonce":3800816227},{"type":"v1","addr":"172.21.15.5:6813","nonce":3800816227}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6816","nonce":3800816227},{"type":"v1","addr":"172.21.15.5:6817","nonce":3800816227}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6814","nonce":3800816227},{"type":"v1","addr":"172.21.15.5:6815","nonce":3800816227}]},"public_addr":"172.21.15.5:6811/3800816227","cluster_addr":"172.21.15.5:6813/3800816227","heartbeat_back_addr":"172.21.15.5:6817/3800816227","heartbeat_front_addr":"172.21.15.5:6815/3800816227","state":["exists","up"]},{"osd":2,"uuid":"2fa1e814-162a-4af5-86e8-cdee35f376e7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":27,"last_clean_end":28,"up_from":31,"up_thru":0,"down_at":29,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6818","nonce":260067506},{"type":"v1","addr":"172.21.15.5:6819","nonce":260067506}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6820","nonce":260067506},{"type":"v1","addr":"172.21.15.5:6821","nonce":260067506}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6824","nonce":260067506},{"type":"v1","addr":"172.21.15.5:6825","nonce":260067506}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6822","nonce":260067506},{"type":"v1","addr":"172.21.15.5:6823","nonce":260067506}]},"public_addr":"172.21.15.5:6819/260067506","cluster_addr":"172.21.15.5:6821/260067506","heartbeat_back_addr":"172.21.15.5:6825/260067506","heartbeat_front_addr":"172.21.15.5:6823/260067506","state":["exists","up"]},{"osd":3,"uuid":"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6826","nonce":2499213662},{"type":"v1","addr":"172.21.15.5:6827","nonce":2499213662}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6828","nonce":2499213662},{"type":"v1","addr":"172.21.15.5:6829","nonce":2499213662}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6832","nonce":2499213662},{"type":"v1","addr":"172.21.15.5:6833","nonce":2499213662}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6830","nonce":2499213662},{"type":"v1","addr":"172.21.15.5:6831","nonce":2499213662}]},"public_addr":"172.21.15.5:6827/2499213662","cluster_addr":"172.21.15.5:6829/2499213662","heartbeat_back_addr":"172.21.15.5:6833/2499213662","heartbeat_front_addr":"172.21.15.5:6831/2499213662","state":["exists","up"]},{"osd":4,"uuid":"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":38,"last_clean_end":39,"up_from":42,"up_thru":0,"down_at":40,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6800","nonce":74635511},{"type":"v1","addr":"172.21.15.115:6801","nonce":74635511}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6802","nonce":74635511},{"type":"v1","addr":"172.21.15.115:6803","nonce":74635511}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6806","nonce":74635511},{"type":"v1","addr":"172.21.15.115:6807","nonce":74635511}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6804","nonce":74635511},{"type":"v1","addr":"172.21.15.115:6805","nonce":74635511}]},"public_addr":"172.21.15.115:6801/74635511","cluster_addr":"172.21.15.115:6803/74635511","heartbeat_back_addr":"172.21.15.115:6807/74635511","heartbeat_front_addr":"172.21.15.115:6805/74635511","state":["exists","up"]},{"osd":5,"uuid":"b8db3057-7b98-4057-b672-434f1205ff40","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":46,"last_clean_end":47,"up_from":50,"up_thru":50,"down_at":48,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6808","nonce":3881874412},{"type":"v1","addr":"172.21.15.115:6809","nonce":3881874412}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6810","nonce":3881874412},{"type":"v1","addr":"172.21.15.115:6811","nonce":3881874412}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6814","nonce":3881874412},{"type":"v1","addr":"172.21.15.115:6815","nonce":3881874412}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6812","nonce":3881874412},{"type":"v1","addr":"172.21.15.115:6813","nonce":3881874412}]},"public_addr":"172.21.15.115:6809/3881874412","cluster_addr":"172.21.15.115:6811/3881874412","heartbeat_back_addr":"172.21.15.115:6815/3881874412","heartbeat_front_addr":"172.21.15.115:6813/3881874412","state":["exists","up"]},{"osd":6,"uuid":"aca97d96-4128-45c7-b96d-1d9b4510ada6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":53,"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.115:6816","nonce":2439077136},{"type":"v1","addr":"172.21.15.115:6817","nonce":2439077136}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6818","nonce":2439077136},{"type":"v1","addr":"172.21.15.115:6819","nonce":2439077136}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6822","nonce":2439077136},{"type":"v1","addr":"172.21.15.115:6823","nonce":2439077136}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6820","nonce":2439077136},{"type":"v1","addr":"172.21.15.115:6821","nonce":2439077136}]},"public_addr":"172.21.15.115:6817/2439077136","cluster_addr":"172.21.15.115:6819/2439077136","heartbeat_back_addr":"172.21.15.115:6823/2439077136","heartbeat_front_addr":"172.21.15.115:6821/2439077136","state":["exists","up"]},{"osd":7,"uuid":"78d3bdf7-a178-4d87-98e5-bb7535037bf5","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.115:6824","nonce":2903948037},{"type":"v1","addr":"172.21.15.115:6825","nonce":2903948037}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6826","nonce":2903948037},{"type":"v1","addr":"172.21.15.115:6827","nonce":2903948037}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6830","nonce":2903948037},{"type":"v1","addr":"172.21.15.115:6831","nonce":2903948037}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6828","nonce":2903948037},{"type":"v1","addr":"172.21.15.115:6829","nonce":2903948037}]},"public_addr":"172.21.15.115:6825/2903948037","cluster_addr":"172.21.15.115:6827/2903948037","heartbeat_back_addr":"172.21.15.115:6831/2903948037","heartbeat_front_addr":"172.21.15.115:6829/2903948037","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"2023-12-27T22:14:43.048774+0000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-27T22:14:31.117574+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-27T22:14:45.566563+0000","dead_epoch":21},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-27T22:14:59.356324+0000","dead_epoch":29},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-27T22:15:13.718183+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-27T22:15:23.609786+0000","dead_epoch":40},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-27T22:15:37.090179+0000","dead_epoch":48},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-27T22:15:50.484237+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-27T22:16:03.527633+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.5:6801/807995580":"2023-12-28T22:13:18.862331+0000","172.21.15.5:6800/807995580":"2023-12-28T22:13:18.862331+0000","172.21.15.5:0/3804718267":"2023-12-28T22:13:18.862331+0000","172.21.15.5:0/2825175927":"2023-12-28T22:13:18.862331+0000","172.21.15.5:0/2565192474":"2023-12-28T22:13:18.862331+0000","172.21.15.5:6800/1549485592":"2023-12-28T22:12:59.172284+0000","172.21.15.5:6801/1549485592":"2023-12-28T22:12:59.172284+0000","172.21.15.5:0/1930110532":"2023-12-28T22:12:59.172284+0000","172.21.15.5:0/3990322534":"2023-12-28T22:12:59.172284+0000","172.21.15.5:0/2910800043":"2023-12-28T22:12:59.172284+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-27T22:16:25.314 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-27T22:16:25.342 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:25 smithi005 bash[108203]: cephadm 2023-12-27T22:16:23.076558+0000 mgr.y (mgr.14142) 139 : cephadm [INF] Deploying daemon alertmanager.a on smithi005 2023-12-27T22:16:25.342 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:25 smithi005 bash[108203]: audit 2023-12-27T22:16:24.950056+0000 mon.a (mon.0) 714 : audit [DBG] from='client.? 172.21.15.5:0/3748181252' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-27T22:16:25.342 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:25 smithi005 bash[111615]: cephadm 2023-12-27T22:16:23.076558+0000 mgr.y (mgr.14142) 139 : cephadm [INF] Deploying daemon alertmanager.a on smithi005 2023-12-27T22:16:25.342 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:25 smithi005 bash[111615]: audit 2023-12-27T22:16:24.950056+0000 mon.a (mon.0) 714 : audit [DBG] from='client.? 172.21.15.5:0/3748181252' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-27T22:16:25.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:25 smithi115 bash[108225]: cephadm 2023-12-27T22:16:23.076558+0000 mgr.y (mgr.14142) 139 : cephadm [INF] Deploying daemon alertmanager.a on smithi005 2023-12-27T22:16:25.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:25 smithi115 bash[108225]: audit 2023-12-27T22:16:24.950056+0000 mon.a (mon.0) 714 : audit [DBG] from='client.? 172.21.15.5:0/3748181252' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-27T22:16:26.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:26 smithi005 bash[108203]: cluster 2023-12-27T22:16:24.950051+0000 mgr.y (mgr.14142) 140 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:26.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:26 smithi005 bash[111615]: cluster 2023-12-27T22:16:24.950051+0000 mgr.y (mgr.14142) 140 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:26.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:26 smithi115 bash[108225]: cluster 2023-12-27T22:16:24.950051+0000 mgr.y (mgr.14142) 140 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:26.688 INFO:teuthology.orchestra.run.smithi005.stdout:60129542166 2023-12-27T22:16:26.688 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-27T22:16:27.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:27 smithi005 bash[108203]: cluster 2023-12-27T22:16:26.950340+0000 mgr.y (mgr.14142) 141 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:27.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:27 smithi005 bash[111615]: cluster 2023-12-27T22:16:26.950340+0000 mgr.y (mgr.14142) 141 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:27.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:27 smithi115 bash[108225]: cluster 2023-12-27T22:16:26.950340+0000 mgr.y (mgr.14142) 141 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:28.179 INFO:teuthology.orchestra.run.smithi005.stdout:98784247828 2023-12-27T22:16:28.180 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-27T22:16:29.614 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:29 smithi005 bash[122438]: Getting image source signatures 2023-12-27T22:16:29.614 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:29 smithi005 bash[122438]: Copying blob sha256:324153f2810a9927fcce320af9e4e291e0b6e805cbdd1f338386c756b9defa24 2023-12-27T22:16:29.614 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:29 smithi005 bash[122438]: Copying blob sha256:2abcce694348cd2c949c0e98a7400ebdfd8341021bcf6b541bc72033ce982510 2023-12-27T22:16:29.614 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:29 smithi005 bash[122438]: Copying blob sha256:455fd88e5221bc1e278ef2d059cd70e4df99a24e5af050ede621534276f6cf9a 2023-12-27T22:16:30.003 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:29 smithi115 bash[119248]: Getting image source signatures 2023-12-27T22:16:30.004 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:29 smithi115 bash[119248]: Copying blob sha256:324153f2810a9927fcce320af9e4e291e0b6e805cbdd1f338386c756b9defa24 2023-12-27T22:16:30.004 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:29 smithi115 bash[119248]: Copying blob sha256:455fd88e5221bc1e278ef2d059cd70e4df99a24e5af050ede621534276f6cf9a 2023-12-27T22:16:30.004 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:29 smithi115 bash[119248]: Copying blob sha256:2abcce694348cd2c949c0e98a7400ebdfd8341021bcf6b541bc72033ce982510 2023-12-27T22:16:30.090 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:30 smithi005 bash[111615]: cluster 2023-12-27T22:16:28.950747+0000 mgr.y (mgr.14142) 142 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:30.090 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:30 smithi005 bash[108203]: cluster 2023-12-27T22:16:28.950747+0000 mgr.y (mgr.14142) 142 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:30.104 INFO:teuthology.orchestra.run.smithi005.stdout:133143986193 2023-12-27T22:16:30.105 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-27T22:16:30.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:30 smithi115 bash[108225]: cluster 2023-12-27T22:16:28.950747+0000 mgr.y (mgr.14142) 142 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:30.363 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:30 smithi005 bash[122438]: Copying config sha256:72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e 2023-12-27T22:16:30.363 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:30 smithi005 bash[122438]: Writing manifest to image destination 2023-12-27T22:16:31.004 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:30 smithi115 bash[119248]: Copying config sha256:72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e 2023-12-27T22:16:31.004 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:30 smithi115 bash[119248]: Writing manifest to image destination 2023-12-27T22:16:31.364 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.220Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2023-12-27T22:16:31.364 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.220Z 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-27T22:16:31.364 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.220Z 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-27T22:16:31.364 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.220Z 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-27T22:16:31.364 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z 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-27T22:16:31.365 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2023-12-27T22:16:31.365 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2023-12-27T22:16:31.365 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=arp 2023-12-27T22:16:31.365 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=bcache 2023-12-27T22:16:31.365 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=bonding 2023-12-27T22:16:31.365 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=btrfs 2023-12-27T22:16:31.365 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=conntrack 2023-12-27T22:16:31.365 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=cpu 2023-12-27T22:16:31.365 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=cpufreq 2023-12-27T22:16:31.365 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=diskstats 2023-12-27T22:16:31.365 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=dmi 2023-12-27T22:16:31.365 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=edac 2023-12-27T22:16:31.365 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=entropy 2023-12-27T22:16:31.365 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=fibrechannel 2023-12-27T22:16:31.366 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=filefd 2023-12-27T22:16:31.366 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=filesystem 2023-12-27T22:16:31.366 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=hwmon 2023-12-27T22:16:31.366 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=infiniband 2023-12-27T22:16:31.366 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=ipvs 2023-12-27T22:16:31.366 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=loadavg 2023-12-27T22:16:31.366 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=mdadm 2023-12-27T22:16:31.366 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=meminfo 2023-12-27T22:16:31.366 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=netclass 2023-12-27T22:16:31.366 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=netdev 2023-12-27T22:16:31.366 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=netstat 2023-12-27T22:16:31.366 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=nfs 2023-12-27T22:16:31.366 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=nfsd 2023-12-27T22:16:31.366 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=nvme 2023-12-27T22:16:31.366 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=os 2023-12-27T22:16:31.367 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2023-12-27T22:16:31.367 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=pressure 2023-12-27T22:16:31.367 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=rapl 2023-12-27T22:16:31.367 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=schedstat 2023-12-27T22:16:31.367 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=selinux 2023-12-27T22:16:31.367 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=sockstat 2023-12-27T22:16:31.367 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=softnet 2023-12-27T22:16:31.367 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=stat 2023-12-27T22:16:31.367 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=tapestats 2023-12-27T22:16:31.367 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=textfile 2023-12-27T22:16:31.367 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=thermal_zone 2023-12-27T22:16:31.367 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=time 2023-12-27T22:16:31.367 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=udp_queues 2023-12-27T22:16:31.367 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=uname 2023-12-27T22:16:31.367 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=vmstat 2023-12-27T22:16:31.367 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=xfs 2023-12-27T22:16:31.368 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.221Z caller=node_exporter.go:117 level=info collector=zfs 2023-12-27T22:16:31.368 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.222Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2023-12-27T22:16:31.368 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:16:31 smithi005 bash[122438]: ts=2023-12-27T22:16:31.222Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2023-12-27T22:16:31.504 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.144Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2023-12-27T22:16:31.504 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.144Z 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-27T22:16:31.505 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z 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-27T22:16:31.505 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z 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-27T22:16:31.505 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z 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-27T22:16:31.505 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2023-12-27T22:16:31.505 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2023-12-27T22:16:31.505 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z caller=node_exporter.go:117 level=info collector=arp 2023-12-27T22:16:31.505 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z caller=node_exporter.go:117 level=info collector=bcache 2023-12-27T22:16:31.505 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z caller=node_exporter.go:117 level=info collector=bonding 2023-12-27T22:16:31.505 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z caller=node_exporter.go:117 level=info collector=btrfs 2023-12-27T22:16:31.505 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z caller=node_exporter.go:117 level=info collector=conntrack 2023-12-27T22:16:31.505 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z caller=node_exporter.go:117 level=info collector=cpu 2023-12-27T22:16:31.505 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z caller=node_exporter.go:117 level=info collector=cpufreq 2023-12-27T22:16:31.505 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z caller=node_exporter.go:117 level=info collector=diskstats 2023-12-27T22:16:31.505 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z caller=node_exporter.go:117 level=info collector=dmi 2023-12-27T22:16:31.506 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z caller=node_exporter.go:117 level=info collector=edac 2023-12-27T22:16:31.506 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z caller=node_exporter.go:117 level=info collector=entropy 2023-12-27T22:16:31.506 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z caller=node_exporter.go:117 level=info collector=fibrechannel 2023-12-27T22:16:31.506 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z caller=node_exporter.go:117 level=info collector=filefd 2023-12-27T22:16:31.506 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z caller=node_exporter.go:117 level=info collector=filesystem 2023-12-27T22:16:31.506 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z caller=node_exporter.go:117 level=info collector=hwmon 2023-12-27T22:16:31.506 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z caller=node_exporter.go:117 level=info collector=infiniband 2023-12-27T22:16:31.506 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z caller=node_exporter.go:117 level=info collector=ipvs 2023-12-27T22:16:31.506 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z caller=node_exporter.go:117 level=info collector=loadavg 2023-12-27T22:16:31.506 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z caller=node_exporter.go:117 level=info collector=mdadm 2023-12-27T22:16:31.506 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z caller=node_exporter.go:117 level=info collector=meminfo 2023-12-27T22:16:31.506 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z caller=node_exporter.go:117 level=info collector=netclass 2023-12-27T22:16:31.506 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z caller=node_exporter.go:117 level=info collector=netdev 2023-12-27T22:16:31.506 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.145Z caller=node_exporter.go:117 level=info collector=netstat 2023-12-27T22:16:31.506 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.146Z caller=node_exporter.go:117 level=info collector=nfs 2023-12-27T22:16:31.507 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.146Z caller=node_exporter.go:117 level=info collector=nfsd 2023-12-27T22:16:31.507 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.146Z caller=node_exporter.go:117 level=info collector=nvme 2023-12-27T22:16:31.507 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.146Z caller=node_exporter.go:117 level=info collector=os 2023-12-27T22:16:31.507 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.146Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2023-12-27T22:16:31.507 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.146Z caller=node_exporter.go:117 level=info collector=pressure 2023-12-27T22:16:31.507 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.146Z caller=node_exporter.go:117 level=info collector=rapl 2023-12-27T22:16:31.507 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.146Z caller=node_exporter.go:117 level=info collector=schedstat 2023-12-27T22:16:31.507 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.146Z caller=node_exporter.go:117 level=info collector=selinux 2023-12-27T22:16:31.507 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.146Z caller=node_exporter.go:117 level=info collector=sockstat 2023-12-27T22:16:31.507 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.146Z caller=node_exporter.go:117 level=info collector=softnet 2023-12-27T22:16:31.507 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.146Z caller=node_exporter.go:117 level=info collector=stat 2023-12-27T22:16:31.507 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.146Z caller=node_exporter.go:117 level=info collector=tapestats 2023-12-27T22:16:31.507 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.146Z caller=node_exporter.go:117 level=info collector=textfile 2023-12-27T22:16:31.507 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.146Z caller=node_exporter.go:117 level=info collector=thermal_zone 2023-12-27T22:16:31.507 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.146Z caller=node_exporter.go:117 level=info collector=time 2023-12-27T22:16:31.507 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.146Z caller=node_exporter.go:117 level=info collector=udp_queues 2023-12-27T22:16:31.508 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.146Z caller=node_exporter.go:117 level=info collector=uname 2023-12-27T22:16:31.508 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.146Z caller=node_exporter.go:117 level=info collector=vmstat 2023-12-27T22:16:31.508 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.146Z caller=node_exporter.go:117 level=info collector=xfs 2023-12-27T22:16:31.508 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.146Z caller=node_exporter.go:117 level=info collector=zfs 2023-12-27T22:16:31.508 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.146Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2023-12-27T22:16:31.508 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:16:31 smithi115 bash[119248]: ts=2023-12-27T22:16:31.146Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2023-12-27T22:16:32.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:32 smithi005 bash[108203]: cluster 2023-12-27T22:16:30.951140+0000 mgr.y (mgr.14142) 143 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:32.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:32 smithi005 bash[111615]: cluster 2023-12-27T22:16:30.951140+0000 mgr.y (mgr.14142) 143 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:32.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:32 smithi115 bash[108225]: cluster 2023-12-27T22:16:30.951140+0000 mgr.y (mgr.14142) 143 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:33.430 INFO:teuthology.orchestra.run.smithi005.stdout:146028888082 2023-12-27T22:16:33.430 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-27T22:16:34.277 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:34 smithi005 bash[108203]: cluster 2023-12-27T22:16:32.951451+0000 mgr.y (mgr.14142) 144 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:34.278 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:34 smithi005 bash[111615]: cluster 2023-12-27T22:16:32.951451+0000 mgr.y (mgr.14142) 144 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:34.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:34 smithi115 bash[108225]: cluster 2023-12-27T22:16:32.951451+0000 mgr.y (mgr.14142) 144 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:35.174 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:16:34 smithi005 podman[123829]: Error: no container with ID or name "ceph-fe802a76-a504-11ee-95a5-87774f69a715-alertmanager.a" found: no such container 2023-12-27T22:16:35.174 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:16:34 smithi005 systemd[1]: Started Ceph alertmanager.a for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:16:35.175 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:35 smithi005 bash[111615]: audit 2023-12-27T22:16:34.976205+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839318\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839402\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839436\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839466\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839495\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839524\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:15:13.839553\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:23.074945\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:16:35.175 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:35 smithi005 bash[111615]: audit 2023-12-27T22:16:34.979118+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839318\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839402\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839436\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839466\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839495\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839524\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:15:13.839553\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:23.074945\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:16:35.175 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:35 smithi005 bash[108203]: audit 2023-12-27T22:16:34.976205+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839318\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839402\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839436\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839466\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839495\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839524\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:15:13.839553\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:23.074945\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:16:35.176 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:35 smithi005 bash[108203]: audit 2023-12-27T22:16:34.979118+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839318\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839402\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839436\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839466\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839495\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839524\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:15:13.839553\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:23.074945\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:16:35.348 INFO:teuthology.orchestra.run.smithi005.stdout:180388626446 2023-12-27T22:16:35.349 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-27T22:16:35.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:35 smithi115 bash[108225]: audit 2023-12-27T22:16:34.976205+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839318\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839402\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839436\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839466\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839495\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839524\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:15:13.839553\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:23.074945\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:16:35.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:35 smithi115 bash[108225]: audit 2023-12-27T22:16:34.979118+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839318\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839402\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839436\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839466\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839495\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:15:13.839524\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:15:13.839553\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:23.074945\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:16:35.739 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:16:35 smithi005 bash[123859]: ts=2023-12-27T22:16:35.414Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2023-12-27T22:16:35.739 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:16:35 smithi005 bash[123859]: ts=2023-12-27T22:16:35.414Z caller=main.go:246 level=info build_context="(go=go1.20.7, platform=linux/amd64, user=root@df8d7debeef4, date=20230824-11:11:58, tags=netgo)" 2023-12-27T22:16:35.739 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:16:35 smithi005 bash[123859]: ts=2023-12-27T22:16:35.415Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.5 port=9094 2023-12-27T22:16:35.739 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:16:35 smithi005 bash[123859]: ts=2023-12-27T22:16:35.417Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-27T22:16:35.739 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:16:35 smithi005 bash[123859]: ts=2023-12-27T22:16:35.440Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-27T22:16:35.739 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:16:35 smithi005 bash[123859]: ts=2023-12-27T22:16:35.440Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-27T22:16:35.739 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:16:35 smithi005 bash[123859]: ts=2023-12-27T22:16:35.443Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2023-12-27T22:16:35.739 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:16:35 smithi005 bash[123859]: ts=2023-12-27T22:16:35.443Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2023-12-27T22:16:36.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:36 smithi005 bash[108203]: cluster 2023-12-27T22:16:34.951740+0000 mgr.y (mgr.14142) 145 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:36.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:36 smithi005 bash[108203]: audit 2023-12-27T22:16:35.095718+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEGYmbncPDkGwmUzm8CV0SzwwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yMzEyMjcyMjE2MzVaFw0z\nMzEyMjQyMjE2MzVaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC8yWi3+8SkG99C2P/GiO1N\nB/fnVrZTiQHTrwDlnU9k9NvqxAK7nB2WW44gkHcX5KoOQmMh1oaEix0fMmgxtegq\n0GAyIjem20HuchlZRhICO4+XKNyWO5PyanZY1DV1hfAFIH5OP709rIH8ZzRxP/og\nTNDEo+afbtYtubt8kVHKm1LBO7kj7/POS5p+6+Q3vqTzipqpVvbULRxw41u8V5Xy\nHmymSAMznlJzR4AR8VYLHt7bhVX5cofDPaemVUvaP+qi1VBXu8Xe/w1ZJkBjsPbJ\nfwoX7+P8Pz89EY9UKVuSniw4/hH1Oku8RPe3rwfD8sulPYkNbqcc0FgVSDmiFPFL\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBADDqThMw6VDCG5vYo7aRd8FS60MacZBq\nA2BP3vFuB399VTbedAbr3ySwBQHjxVQKZBhHv2hk1L1bJC8Jq682mZgXUMMd2EYF\nKPvJjxfsK7yUuPDJvbQEA1v05z72ok4ioxF76prtBu6MSL+87HBA9qWW9Q7eLsIA\n6ge1mXnxj0G5xD3t9qs83ocSgKFkYegEfBnZzlSO5PPJgxtn36CJxovvZyafHrEl\n9AlQ+JjzM/zqWof3cu/tqkZYML1JO7DpbeMXK3VbaE6jQzomdPyZs447dzh2vOLK\nGwER2zQ7BbccMP7f+4s81Tn6FnHleRFzPHgBBvFv/O9+i48OKtuhEfQ=\n-----END CERTIFICATE-----\n"}]: dispatch 2023-12-27T22:16:36.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:36 smithi005 bash[108203]: audit 2023-12-27T22:16:35.099132+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEGYmbncPDkGwmUzm8CV0SzwwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yMzEyMjcyMjE2MzVaFw0z\nMzEyMjQyMjE2MzVaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC8yWi3+8SkG99C2P/GiO1N\nB/fnVrZTiQHTrwDlnU9k9NvqxAK7nB2WW44gkHcX5KoOQmMh1oaEix0fMmgxtegq\n0GAyIjem20HuchlZRhICO4+XKNyWO5PyanZY1DV1hfAFIH5OP709rIH8ZzRxP/og\nTNDEo+afbtYtubt8kVHKm1LBO7kj7/POS5p+6+Q3vqTzipqpVvbULRxw41u8V5Xy\nHmymSAMznlJzR4AR8VYLHt7bhVX5cofDPaemVUvaP+qi1VBXu8Xe/w1ZJkBjsPbJ\nfwoX7+P8Pz89EY9UKVuSniw4/hH1Oku8RPe3rwfD8sulPYkNbqcc0FgVSDmiFPFL\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBADDqThMw6VDCG5vYo7aRd8FS60MacZBq\nA2BP3vFuB399VTbedAbr3ySwBQHjxVQKZBhHv2hk1L1bJC8Jq682mZgXUMMd2EYF\nKPvJjxfsK7yUuPDJvbQEA1v05z72ok4ioxF76prtBu6MSL+87HBA9qWW9Q7eLsIA\n6ge1mXnxj0G5xD3t9qs83ocSgKFkYegEfBnZzlSO5PPJgxtn36CJxovvZyafHrEl\n9AlQ+JjzM/zqWof3cu/tqkZYML1JO7DpbeMXK3VbaE6jQzomdPyZs447dzh2vOLK\nGwER2zQ7BbccMP7f+4s81Tn6FnHleRFzPHgBBvFv/O9+i48OKtuhEfQ=\n-----END CERTIFICATE-----\n"}]': finished 2023-12-27T22:16:36.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:36 smithi005 bash[108203]: audit 2023-12-27T22:16:35.099533+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQC8yWi3+8SkG99C\n2P/GiO1NB/fnVrZTiQHTrwDlnU9k9NvqxAK7nB2WW44gkHcX5KoOQmMh1oaEix0f\nMmgxtegq0GAyIjem20HuchlZRhICO4+XKNyWO5PyanZY1DV1hfAFIH5OP709rIH8\nZzRxP/ogTNDEo+afbtYtubt8kVHKm1LBO7kj7/POS5p+6+Q3vqTzipqpVvbULRxw\n41u8V5XyHmymSAMznlJzR4AR8VYLHt7bhVX5cofDPaemVUvaP+qi1VBXu8Xe/w1Z\nJkBjsPbJfwoX7+P8Pz89EY9UKVuSniw4/hH1Oku8RPe3rwfD8sulPYkNbqcc0FgV\nSDmiFPFLAgMBAAECggEAM/jWpV/gYLVznzmSIJvtiDlbXAqZIyIiqJ4TByNpigeG\ny3iur+tokc4esIRU5PUEg+xu0g/29GI/4CjGWnkTs0WuVd7ppzvRSM2MgPEzX/35\np8mOAKXiMuhwMEArf3EiBKdPXkdZ17K4Dj5zR4IvX9kF2Dyu7tFakTgCj2aKN9ZV\njCfgkKan144FzVKrJ+V+aS1UYL0OhdT1y2zQyqo+AwK7Jdar8JnOYXWH30hXLDnG\nSouBRWfM+T5G5+4JW0tyq2U6R6B7LHnTUbF8YNpx4CZm4NMqHAJsMvMbcS2VyrIJ\n3Jq7+SXe/jmV5CMIL4Ukuehwq3JFqgplvEs8xQuuQQKBgQDpjKQfKz93bv3OWpOy\ncvMM/nKZSx2zrQOk9pfImgjGDtORrnwqFfLPz0F3bs/Iq80pch5sIh5VTOXzmPp3\nUcVnIoFGR3/0DFY0y0aYuMm/idrDPOc0Cpgsj6fy9d/Pq+qZcY70DWI/Rn46F8Os\n8+YFH0Uwy2b9uRhMSxs5L+/NmwKBgQDO7zcwvMtEk+QDNHwr1GTjbxhv9QFW3P0W\npU7VzUWi4/3HH50OOM2bZZ8AeyvnYUrOLm9YKarUmcTt08pWoN9Xj1A9waTAPkFw\nRWJdMsQ3EeReXR5/M65kPs3WUAbfTQHjrR51K50FG9ZnYx6+Pf8mgw8YjOgeIhRH\nSgGC3kJ+EQKBgEuGIHi32pE7wjWd0s9NHs3f5p0tzlARLfGFkLXdIeMyXjZpD1vo\ntxl+czQ1EFpbPEAf2Ditm9OHx4DLwosdVVGxtc5NRtJbvvDZn125u/wFj0m9gyKw\nHl+ioPQPkK2ucXHnaAwB2/iMSjts/ekLAiI753sM+6Qm2/WoAAixOMHrAoGANjLn\nZKd+IccOaFx9zUkC56K4ZtJn+GVHEIBZhpwOChzm4hmAnDH6gCH8pDaeiCquWhRF\na3T2Xlqr/pKDI29dL+TEYnhuez+TCiHSIpDiXX4dLy36h9x0Z6MfbGtncWMNBKHa\nIVw78xOYc1m9upwoUODwukBlp0bLwuQ6QxmNltECgYAnl+t0LtZbt0vVI1PkOkbv\nCube4aAqFjN06Aj+P20u74auh/3hYwvN1CJ+bKM/TFoIVs1cAC0e8XwnCgYfRMe3\niSD5OoQwJHCoIYrnyC7Ly8KVS0JSH3LwnzuW3JfFo9poVaKYJNbUr8xFQvwxQow8\nMB6+PwuyeXYxECX9BXri+A==\n-----END PRIVATE KEY-----\n"}]: dispatch 2023-12-27T22:16:36.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:36 smithi005 bash[108203]: audit 2023-12-27T22:16:35.103579+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQC8yWi3+8SkG99C\n2P/GiO1NB/fnVrZTiQHTrwDlnU9k9NvqxAK7nB2WW44gkHcX5KoOQmMh1oaEix0f\nMmgxtegq0GAyIjem20HuchlZRhICO4+XKNyWO5PyanZY1DV1hfAFIH5OP709rIH8\nZzRxP/ogTNDEo+afbtYtubt8kVHKm1LBO7kj7/POS5p+6+Q3vqTzipqpVvbULRxw\n41u8V5XyHmymSAMznlJzR4AR8VYLHt7bhVX5cofDPaemVUvaP+qi1VBXu8Xe/w1Z\nJkBjsPbJfwoX7+P8Pz89EY9UKVuSniw4/hH1Oku8RPe3rwfD8sulPYkNbqcc0FgV\nSDmiFPFLAgMBAAECggEAM/jWpV/gYLVznzmSIJvtiDlbXAqZIyIiqJ4TByNpigeG\ny3iur+tokc4esIRU5PUEg+xu0g/29GI/4CjGWnkTs0WuVd7ppzvRSM2MgPEzX/35\np8mOAKXiMuhwMEArf3EiBKdPXkdZ17K4Dj5zR4IvX9kF2Dyu7tFakTgCj2aKN9ZV\njCfgkKan144FzVKrJ+V+aS1UYL0OhdT1y2zQyqo+AwK7Jdar8JnOYXWH30hXLDnG\nSouBRWfM+T5G5+4JW0tyq2U6R6B7LHnTUbF8YNpx4CZm4NMqHAJsMvMbcS2VyrIJ\n3Jq7+SXe/jmV5CMIL4Ukuehwq3JFqgplvEs8xQuuQQKBgQDpjKQfKz93bv3OWpOy\ncvMM/nKZSx2zrQOk9pfImgjGDtORrnwqFfLPz0F3bs/Iq80pch5sIh5VTOXzmPp3\nUcVnIoFGR3/0DFY0y0aYuMm/idrDPOc0Cpgsj6fy9d/Pq+qZcY70DWI/Rn46F8Os\n8+YFH0Uwy2b9uRhMSxs5L+/NmwKBgQDO7zcwvMtEk+QDNHwr1GTjbxhv9QFW3P0W\npU7VzUWi4/3HH50OOM2bZZ8AeyvnYUrOLm9YKarUmcTt08pWoN9Xj1A9waTAPkFw\nRWJdMsQ3EeReXR5/M65kPs3WUAbfTQHjrR51K50FG9ZnYx6+Pf8mgw8YjOgeIhRH\nSgGC3kJ+EQKBgEuGIHi32pE7wjWd0s9NHs3f5p0tzlARLfGFkLXdIeMyXjZpD1vo\ntxl+czQ1EFpbPEAf2Ditm9OHx4DLwosdVVGxtc5NRtJbvvDZn125u/wFj0m9gyKw\nHl+ioPQPkK2ucXHnaAwB2/iMSjts/ekLAiI753sM+6Qm2/WoAAixOMHrAoGANjLn\nZKd+IccOaFx9zUkC56K4ZtJn+GVHEIBZhpwOChzm4hmAnDH6gCH8pDaeiCquWhRF\na3T2Xlqr/pKDI29dL+TEYnhuez+TCiHSIpDiXX4dLy36h9x0Z6MfbGtncWMNBKHa\nIVw78xOYc1m9upwoUODwukBlp0bLwuQ6QxmNltECgYAnl+t0LtZbt0vVI1PkOkbv\nCube4aAqFjN06Aj+P20u74auh/3hYwvN1CJ+bKM/TFoIVs1cAC0e8XwnCgYfRMe3\niSD5OoQwJHCoIYrnyC7Ly8KVS0JSH3LwnzuW3JfFo9poVaKYJNbUr8xFQvwxQow8\nMB6+PwuyeXYxECX9BXri+A==\n-----END PRIVATE KEY-----\n"}]': finished 2023-12-27T22:16:36.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:36 smithi005 bash[111615]: cluster 2023-12-27T22:16:34.951740+0000 mgr.y (mgr.14142) 145 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:36.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:36 smithi005 bash[111615]: audit 2023-12-27T22:16:35.095718+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEGYmbncPDkGwmUzm8CV0SzwwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yMzEyMjcyMjE2MzVaFw0z\nMzEyMjQyMjE2MzVaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC8yWi3+8SkG99C2P/GiO1N\nB/fnVrZTiQHTrwDlnU9k9NvqxAK7nB2WW44gkHcX5KoOQmMh1oaEix0fMmgxtegq\n0GAyIjem20HuchlZRhICO4+XKNyWO5PyanZY1DV1hfAFIH5OP709rIH8ZzRxP/og\nTNDEo+afbtYtubt8kVHKm1LBO7kj7/POS5p+6+Q3vqTzipqpVvbULRxw41u8V5Xy\nHmymSAMznlJzR4AR8VYLHt7bhVX5cofDPaemVUvaP+qi1VBXu8Xe/w1ZJkBjsPbJ\nfwoX7+P8Pz89EY9UKVuSniw4/hH1Oku8RPe3rwfD8sulPYkNbqcc0FgVSDmiFPFL\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBADDqThMw6VDCG5vYo7aRd8FS60MacZBq\nA2BP3vFuB399VTbedAbr3ySwBQHjxVQKZBhHv2hk1L1bJC8Jq682mZgXUMMd2EYF\nKPvJjxfsK7yUuPDJvbQEA1v05z72ok4ioxF76prtBu6MSL+87HBA9qWW9Q7eLsIA\n6ge1mXnxj0G5xD3t9qs83ocSgKFkYegEfBnZzlSO5PPJgxtn36CJxovvZyafHrEl\n9AlQ+JjzM/zqWof3cu/tqkZYML1JO7DpbeMXK3VbaE6jQzomdPyZs447dzh2vOLK\nGwER2zQ7BbccMP7f+4s81Tn6FnHleRFzPHgBBvFv/O9+i48OKtuhEfQ=\n-----END CERTIFICATE-----\n"}]: dispatch 2023-12-27T22:16:36.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:36 smithi005 bash[111615]: audit 2023-12-27T22:16:35.099132+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEGYmbncPDkGwmUzm8CV0SzwwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yMzEyMjcyMjE2MzVaFw0z\nMzEyMjQyMjE2MzVaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC8yWi3+8SkG99C2P/GiO1N\nB/fnVrZTiQHTrwDlnU9k9NvqxAK7nB2WW44gkHcX5KoOQmMh1oaEix0fMmgxtegq\n0GAyIjem20HuchlZRhICO4+XKNyWO5PyanZY1DV1hfAFIH5OP709rIH8ZzRxP/og\nTNDEo+afbtYtubt8kVHKm1LBO7kj7/POS5p+6+Q3vqTzipqpVvbULRxw41u8V5Xy\nHmymSAMznlJzR4AR8VYLHt7bhVX5cofDPaemVUvaP+qi1VBXu8Xe/w1ZJkBjsPbJ\nfwoX7+P8Pz89EY9UKVuSniw4/hH1Oku8RPe3rwfD8sulPYkNbqcc0FgVSDmiFPFL\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBADDqThMw6VDCG5vYo7aRd8FS60MacZBq\nA2BP3vFuB399VTbedAbr3ySwBQHjxVQKZBhHv2hk1L1bJC8Jq682mZgXUMMd2EYF\nKPvJjxfsK7yUuPDJvbQEA1v05z72ok4ioxF76prtBu6MSL+87HBA9qWW9Q7eLsIA\n6ge1mXnxj0G5xD3t9qs83ocSgKFkYegEfBnZzlSO5PPJgxtn36CJxovvZyafHrEl\n9AlQ+JjzM/zqWof3cu/tqkZYML1JO7DpbeMXK3VbaE6jQzomdPyZs447dzh2vOLK\nGwER2zQ7BbccMP7f+4s81Tn6FnHleRFzPHgBBvFv/O9+i48OKtuhEfQ=\n-----END CERTIFICATE-----\n"}]': finished 2023-12-27T22:16:36.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:36 smithi005 bash[111615]: audit 2023-12-27T22:16:35.099533+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQC8yWi3+8SkG99C\n2P/GiO1NB/fnVrZTiQHTrwDlnU9k9NvqxAK7nB2WW44gkHcX5KoOQmMh1oaEix0f\nMmgxtegq0GAyIjem20HuchlZRhICO4+XKNyWO5PyanZY1DV1hfAFIH5OP709rIH8\nZzRxP/ogTNDEo+afbtYtubt8kVHKm1LBO7kj7/POS5p+6+Q3vqTzipqpVvbULRxw\n41u8V5XyHmymSAMznlJzR4AR8VYLHt7bhVX5cofDPaemVUvaP+qi1VBXu8Xe/w1Z\nJkBjsPbJfwoX7+P8Pz89EY9UKVuSniw4/hH1Oku8RPe3rwfD8sulPYkNbqcc0FgV\nSDmiFPFLAgMBAAECggEAM/jWpV/gYLVznzmSIJvtiDlbXAqZIyIiqJ4TByNpigeG\ny3iur+tokc4esIRU5PUEg+xu0g/29GI/4CjGWnkTs0WuVd7ppzvRSM2MgPEzX/35\np8mOAKXiMuhwMEArf3EiBKdPXkdZ17K4Dj5zR4IvX9kF2Dyu7tFakTgCj2aKN9ZV\njCfgkKan144FzVKrJ+V+aS1UYL0OhdT1y2zQyqo+AwK7Jdar8JnOYXWH30hXLDnG\nSouBRWfM+T5G5+4JW0tyq2U6R6B7LHnTUbF8YNpx4CZm4NMqHAJsMvMbcS2VyrIJ\n3Jq7+SXe/jmV5CMIL4Ukuehwq3JFqgplvEs8xQuuQQKBgQDpjKQfKz93bv3OWpOy\ncvMM/nKZSx2zrQOk9pfImgjGDtORrnwqFfLPz0F3bs/Iq80pch5sIh5VTOXzmPp3\nUcVnIoFGR3/0DFY0y0aYuMm/idrDPOc0Cpgsj6fy9d/Pq+qZcY70DWI/Rn46F8Os\n8+YFH0Uwy2b9uRhMSxs5L+/NmwKBgQDO7zcwvMtEk+QDNHwr1GTjbxhv9QFW3P0W\npU7VzUWi4/3HH50OOM2bZZ8AeyvnYUrOLm9YKarUmcTt08pWoN9Xj1A9waTAPkFw\nRWJdMsQ3EeReXR5/M65kPs3WUAbfTQHjrR51K50FG9ZnYx6+Pf8mgw8YjOgeIhRH\nSgGC3kJ+EQKBgEuGIHi32pE7wjWd0s9NHs3f5p0tzlARLfGFkLXdIeMyXjZpD1vo\ntxl+czQ1EFpbPEAf2Ditm9OHx4DLwosdVVGxtc5NRtJbvvDZn125u/wFj0m9gyKw\nHl+ioPQPkK2ucXHnaAwB2/iMSjts/ekLAiI753sM+6Qm2/WoAAixOMHrAoGANjLn\nZKd+IccOaFx9zUkC56K4ZtJn+GVHEIBZhpwOChzm4hmAnDH6gCH8pDaeiCquWhRF\na3T2Xlqr/pKDI29dL+TEYnhuez+TCiHSIpDiXX4dLy36h9x0Z6MfbGtncWMNBKHa\nIVw78xOYc1m9upwoUODwukBlp0bLwuQ6QxmNltECgYAnl+t0LtZbt0vVI1PkOkbv\nCube4aAqFjN06Aj+P20u74auh/3hYwvN1CJ+bKM/TFoIVs1cAC0e8XwnCgYfRMe3\niSD5OoQwJHCoIYrnyC7Ly8KVS0JSH3LwnzuW3JfFo9poVaKYJNbUr8xFQvwxQow8\nMB6+PwuyeXYxECX9BXri+A==\n-----END PRIVATE KEY-----\n"}]: dispatch 2023-12-27T22:16:36.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:36 smithi005 bash[111615]: audit 2023-12-27T22:16:35.103579+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQC8yWi3+8SkG99C\n2P/GiO1NB/fnVrZTiQHTrwDlnU9k9NvqxAK7nB2WW44gkHcX5KoOQmMh1oaEix0f\nMmgxtegq0GAyIjem20HuchlZRhICO4+XKNyWO5PyanZY1DV1hfAFIH5OP709rIH8\nZzRxP/ogTNDEo+afbtYtubt8kVHKm1LBO7kj7/POS5p+6+Q3vqTzipqpVvbULRxw\n41u8V5XyHmymSAMznlJzR4AR8VYLHt7bhVX5cofDPaemVUvaP+qi1VBXu8Xe/w1Z\nJkBjsPbJfwoX7+P8Pz89EY9UKVuSniw4/hH1Oku8RPe3rwfD8sulPYkNbqcc0FgV\nSDmiFPFLAgMBAAECggEAM/jWpV/gYLVznzmSIJvtiDlbXAqZIyIiqJ4TByNpigeG\ny3iur+tokc4esIRU5PUEg+xu0g/29GI/4CjGWnkTs0WuVd7ppzvRSM2MgPEzX/35\np8mOAKXiMuhwMEArf3EiBKdPXkdZ17K4Dj5zR4IvX9kF2Dyu7tFakTgCj2aKN9ZV\njCfgkKan144FzVKrJ+V+aS1UYL0OhdT1y2zQyqo+AwK7Jdar8JnOYXWH30hXLDnG\nSouBRWfM+T5G5+4JW0tyq2U6R6B7LHnTUbF8YNpx4CZm4NMqHAJsMvMbcS2VyrIJ\n3Jq7+SXe/jmV5CMIL4Ukuehwq3JFqgplvEs8xQuuQQKBgQDpjKQfKz93bv3OWpOy\ncvMM/nKZSx2zrQOk9pfImgjGDtORrnwqFfLPz0F3bs/Iq80pch5sIh5VTOXzmPp3\nUcVnIoFGR3/0DFY0y0aYuMm/idrDPOc0Cpgsj6fy9d/Pq+qZcY70DWI/Rn46F8Os\n8+YFH0Uwy2b9uRhMSxs5L+/NmwKBgQDO7zcwvMtEk+QDNHwr1GTjbxhv9QFW3P0W\npU7VzUWi4/3HH50OOM2bZZ8AeyvnYUrOLm9YKarUmcTt08pWoN9Xj1A9waTAPkFw\nRWJdMsQ3EeReXR5/M65kPs3WUAbfTQHjrR51K50FG9ZnYx6+Pf8mgw8YjOgeIhRH\nSgGC3kJ+EQKBgEuGIHi32pE7wjWd0s9NHs3f5p0tzlARLfGFkLXdIeMyXjZpD1vo\ntxl+czQ1EFpbPEAf2Ditm9OHx4DLwosdVVGxtc5NRtJbvvDZn125u/wFj0m9gyKw\nHl+ioPQPkK2ucXHnaAwB2/iMSjts/ekLAiI753sM+6Qm2/WoAAixOMHrAoGANjLn\nZKd+IccOaFx9zUkC56K4ZtJn+GVHEIBZhpwOChzm4hmAnDH6gCH8pDaeiCquWhRF\na3T2Xlqr/pKDI29dL+TEYnhuez+TCiHSIpDiXX4dLy36h9x0Z6MfbGtncWMNBKHa\nIVw78xOYc1m9upwoUODwukBlp0bLwuQ6QxmNltECgYAnl+t0LtZbt0vVI1PkOkbv\nCube4aAqFjN06Aj+P20u74auh/3hYwvN1CJ+bKM/TFoIVs1cAC0e8XwnCgYfRMe3\niSD5OoQwJHCoIYrnyC7Ly8KVS0JSH3LwnzuW3JfFo9poVaKYJNbUr8xFQvwxQow8\nMB6+PwuyeXYxECX9BXri+A==\n-----END PRIVATE KEY-----\n"}]': finished 2023-12-27T22:16:36.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:36 smithi115 bash[108225]: cluster 2023-12-27T22:16:34.951740+0000 mgr.y (mgr.14142) 145 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:36.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:36 smithi115 bash[108225]: audit 2023-12-27T22:16:35.095718+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEGYmbncPDkGwmUzm8CV0SzwwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yMzEyMjcyMjE2MzVaFw0z\nMzEyMjQyMjE2MzVaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC8yWi3+8SkG99C2P/GiO1N\nB/fnVrZTiQHTrwDlnU9k9NvqxAK7nB2WW44gkHcX5KoOQmMh1oaEix0fMmgxtegq\n0GAyIjem20HuchlZRhICO4+XKNyWO5PyanZY1DV1hfAFIH5OP709rIH8ZzRxP/og\nTNDEo+afbtYtubt8kVHKm1LBO7kj7/POS5p+6+Q3vqTzipqpVvbULRxw41u8V5Xy\nHmymSAMznlJzR4AR8VYLHt7bhVX5cofDPaemVUvaP+qi1VBXu8Xe/w1ZJkBjsPbJ\nfwoX7+P8Pz89EY9UKVuSniw4/hH1Oku8RPe3rwfD8sulPYkNbqcc0FgVSDmiFPFL\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBADDqThMw6VDCG5vYo7aRd8FS60MacZBq\nA2BP3vFuB399VTbedAbr3ySwBQHjxVQKZBhHv2hk1L1bJC8Jq682mZgXUMMd2EYF\nKPvJjxfsK7yUuPDJvbQEA1v05z72ok4ioxF76prtBu6MSL+87HBA9qWW9Q7eLsIA\n6ge1mXnxj0G5xD3t9qs83ocSgKFkYegEfBnZzlSO5PPJgxtn36CJxovvZyafHrEl\n9AlQ+JjzM/zqWof3cu/tqkZYML1JO7DpbeMXK3VbaE6jQzomdPyZs447dzh2vOLK\nGwER2zQ7BbccMP7f+4s81Tn6FnHleRFzPHgBBvFv/O9+i48OKtuhEfQ=\n-----END CERTIFICATE-----\n"}]: dispatch 2023-12-27T22:16:36.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:36 smithi115 bash[108225]: audit 2023-12-27T22:16:35.099132+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEGYmbncPDkGwmUzm8CV0SzwwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yMzEyMjcyMjE2MzVaFw0z\nMzEyMjQyMjE2MzVaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC8yWi3+8SkG99C2P/GiO1N\nB/fnVrZTiQHTrwDlnU9k9NvqxAK7nB2WW44gkHcX5KoOQmMh1oaEix0fMmgxtegq\n0GAyIjem20HuchlZRhICO4+XKNyWO5PyanZY1DV1hfAFIH5OP709rIH8ZzRxP/og\nTNDEo+afbtYtubt8kVHKm1LBO7kj7/POS5p+6+Q3vqTzipqpVvbULRxw41u8V5Xy\nHmymSAMznlJzR4AR8VYLHt7bhVX5cofDPaemVUvaP+qi1VBXu8Xe/w1ZJkBjsPbJ\nfwoX7+P8Pz89EY9UKVuSniw4/hH1Oku8RPe3rwfD8sulPYkNbqcc0FgVSDmiFPFL\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBADDqThMw6VDCG5vYo7aRd8FS60MacZBq\nA2BP3vFuB399VTbedAbr3ySwBQHjxVQKZBhHv2hk1L1bJC8Jq682mZgXUMMd2EYF\nKPvJjxfsK7yUuPDJvbQEA1v05z72ok4ioxF76prtBu6MSL+87HBA9qWW9Q7eLsIA\n6ge1mXnxj0G5xD3t9qs83ocSgKFkYegEfBnZzlSO5PPJgxtn36CJxovvZyafHrEl\n9AlQ+JjzM/zqWof3cu/tqkZYML1JO7DpbeMXK3VbaE6jQzomdPyZs447dzh2vOLK\nGwER2zQ7BbccMP7f+4s81Tn6FnHleRFzPHgBBvFv/O9+i48OKtuhEfQ=\n-----END CERTIFICATE-----\n"}]': finished 2023-12-27T22:16:36.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:36 smithi115 bash[108225]: audit 2023-12-27T22:16:35.099533+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQC8yWi3+8SkG99C\n2P/GiO1NB/fnVrZTiQHTrwDlnU9k9NvqxAK7nB2WW44gkHcX5KoOQmMh1oaEix0f\nMmgxtegq0GAyIjem20HuchlZRhICO4+XKNyWO5PyanZY1DV1hfAFIH5OP709rIH8\nZzRxP/ogTNDEo+afbtYtubt8kVHKm1LBO7kj7/POS5p+6+Q3vqTzipqpVvbULRxw\n41u8V5XyHmymSAMznlJzR4AR8VYLHt7bhVX5cofDPaemVUvaP+qi1VBXu8Xe/w1Z\nJkBjsPbJfwoX7+P8Pz89EY9UKVuSniw4/hH1Oku8RPe3rwfD8sulPYkNbqcc0FgV\nSDmiFPFLAgMBAAECggEAM/jWpV/gYLVznzmSIJvtiDlbXAqZIyIiqJ4TByNpigeG\ny3iur+tokc4esIRU5PUEg+xu0g/29GI/4CjGWnkTs0WuVd7ppzvRSM2MgPEzX/35\np8mOAKXiMuhwMEArf3EiBKdPXkdZ17K4Dj5zR4IvX9kF2Dyu7tFakTgCj2aKN9ZV\njCfgkKan144FzVKrJ+V+aS1UYL0OhdT1y2zQyqo+AwK7Jdar8JnOYXWH30hXLDnG\nSouBRWfM+T5G5+4JW0tyq2U6R6B7LHnTUbF8YNpx4CZm4NMqHAJsMvMbcS2VyrIJ\n3Jq7+SXe/jmV5CMIL4Ukuehwq3JFqgplvEs8xQuuQQKBgQDpjKQfKz93bv3OWpOy\ncvMM/nKZSx2zrQOk9pfImgjGDtORrnwqFfLPz0F3bs/Iq80pch5sIh5VTOXzmPp3\nUcVnIoFGR3/0DFY0y0aYuMm/idrDPOc0Cpgsj6fy9d/Pq+qZcY70DWI/Rn46F8Os\n8+YFH0Uwy2b9uRhMSxs5L+/NmwKBgQDO7zcwvMtEk+QDNHwr1GTjbxhv9QFW3P0W\npU7VzUWi4/3HH50OOM2bZZ8AeyvnYUrOLm9YKarUmcTt08pWoN9Xj1A9waTAPkFw\nRWJdMsQ3EeReXR5/M65kPs3WUAbfTQHjrR51K50FG9ZnYx6+Pf8mgw8YjOgeIhRH\nSgGC3kJ+EQKBgEuGIHi32pE7wjWd0s9NHs3f5p0tzlARLfGFkLXdIeMyXjZpD1vo\ntxl+czQ1EFpbPEAf2Ditm9OHx4DLwosdVVGxtc5NRtJbvvDZn125u/wFj0m9gyKw\nHl+ioPQPkK2ucXHnaAwB2/iMSjts/ekLAiI753sM+6Qm2/WoAAixOMHrAoGANjLn\nZKd+IccOaFx9zUkC56K4ZtJn+GVHEIBZhpwOChzm4hmAnDH6gCH8pDaeiCquWhRF\na3T2Xlqr/pKDI29dL+TEYnhuez+TCiHSIpDiXX4dLy36h9x0Z6MfbGtncWMNBKHa\nIVw78xOYc1m9upwoUODwukBlp0bLwuQ6QxmNltECgYAnl+t0LtZbt0vVI1PkOkbv\nCube4aAqFjN06Aj+P20u74auh/3hYwvN1CJ+bKM/TFoIVs1cAC0e8XwnCgYfRMe3\niSD5OoQwJHCoIYrnyC7Ly8KVS0JSH3LwnzuW3JfFo9poVaKYJNbUr8xFQvwxQow8\nMB6+PwuyeXYxECX9BXri+A==\n-----END PRIVATE KEY-----\n"}]: dispatch 2023-12-27T22:16:36.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:36 smithi115 bash[108225]: audit 2023-12-27T22:16:35.103579+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQC8yWi3+8SkG99C\n2P/GiO1NB/fnVrZTiQHTrwDlnU9k9NvqxAK7nB2WW44gkHcX5KoOQmMh1oaEix0f\nMmgxtegq0GAyIjem20HuchlZRhICO4+XKNyWO5PyanZY1DV1hfAFIH5OP709rIH8\nZzRxP/ogTNDEo+afbtYtubt8kVHKm1LBO7kj7/POS5p+6+Q3vqTzipqpVvbULRxw\n41u8V5XyHmymSAMznlJzR4AR8VYLHt7bhVX5cofDPaemVUvaP+qi1VBXu8Xe/w1Z\nJkBjsPbJfwoX7+P8Pz89EY9UKVuSniw4/hH1Oku8RPe3rwfD8sulPYkNbqcc0FgV\nSDmiFPFLAgMBAAECggEAM/jWpV/gYLVznzmSIJvtiDlbXAqZIyIiqJ4TByNpigeG\ny3iur+tokc4esIRU5PUEg+xu0g/29GI/4CjGWnkTs0WuVd7ppzvRSM2MgPEzX/35\np8mOAKXiMuhwMEArf3EiBKdPXkdZ17K4Dj5zR4IvX9kF2Dyu7tFakTgCj2aKN9ZV\njCfgkKan144FzVKrJ+V+aS1UYL0OhdT1y2zQyqo+AwK7Jdar8JnOYXWH30hXLDnG\nSouBRWfM+T5G5+4JW0tyq2U6R6B7LHnTUbF8YNpx4CZm4NMqHAJsMvMbcS2VyrIJ\n3Jq7+SXe/jmV5CMIL4Ukuehwq3JFqgplvEs8xQuuQQKBgQDpjKQfKz93bv3OWpOy\ncvMM/nKZSx2zrQOk9pfImgjGDtORrnwqFfLPz0F3bs/Iq80pch5sIh5VTOXzmPp3\nUcVnIoFGR3/0DFY0y0aYuMm/idrDPOc0Cpgsj6fy9d/Pq+qZcY70DWI/Rn46F8Os\n8+YFH0Uwy2b9uRhMSxs5L+/NmwKBgQDO7zcwvMtEk+QDNHwr1GTjbxhv9QFW3P0W\npU7VzUWi4/3HH50OOM2bZZ8AeyvnYUrOLm9YKarUmcTt08pWoN9Xj1A9waTAPkFw\nRWJdMsQ3EeReXR5/M65kPs3WUAbfTQHjrR51K50FG9ZnYx6+Pf8mgw8YjOgeIhRH\nSgGC3kJ+EQKBgEuGIHi32pE7wjWd0s9NHs3f5p0tzlARLfGFkLXdIeMyXjZpD1vo\ntxl+czQ1EFpbPEAf2Ditm9OHx4DLwosdVVGxtc5NRtJbvvDZn125u/wFj0m9gyKw\nHl+ioPQPkK2ucXHnaAwB2/iMSjts/ekLAiI753sM+6Qm2/WoAAixOMHrAoGANjLn\nZKd+IccOaFx9zUkC56K4ZtJn+GVHEIBZhpwOChzm4hmAnDH6gCH8pDaeiCquWhRF\na3T2Xlqr/pKDI29dL+TEYnhuez+TCiHSIpDiXX4dLy36h9x0Z6MfbGtncWMNBKHa\nIVw78xOYc1m9upwoUODwukBlp0bLwuQ6QxmNltECgYAnl+t0LtZbt0vVI1PkOkbv\nCube4aAqFjN06Aj+P20u74auh/3hYwvN1CJ+bKM/TFoIVs1cAC0e8XwnCgYfRMe3\niSD5OoQwJHCoIYrnyC7Ly8KVS0JSH3LwnzuW3JfFo9poVaKYJNbUr8xFQvwxQow8\nMB6+PwuyeXYxECX9BXri+A==\n-----END PRIVATE KEY-----\n"}]': finished 2023-12-27T22:16:36.670 INFO:teuthology.orchestra.run.smithi005.stdout:214748364811 2023-12-27T22:16:36.670 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-27T22:16:37.306 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:37 smithi005 bash[108203]: cephadm 2023-12-27T22:16:35.104064+0000 mgr.y (mgr.14142) 146 : cephadm [INF] Deploying daemon grafana.a on smithi115 2023-12-27T22:16:37.307 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:37 smithi005 bash[111615]: cephadm 2023-12-27T22:16:35.104064+0000 mgr.y (mgr.14142) 146 : cephadm [INF] Deploying daemon grafana.a on smithi115 2023-12-27T22:16:37.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:37 smithi115 bash[108225]: cephadm 2023-12-27T22:16:35.104064+0000 mgr.y (mgr.14142) 146 : cephadm [INF] Deploying daemon grafana.a on smithi115 2023-12-27T22:16:37.582 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:16:37 smithi005 bash[123859]: ts=2023-12-27T22:16:37.418Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000821599s 2023-12-27T22:16:38.162 INFO:teuthology.orchestra.run.smithi005.stdout:249108103177 2023-12-27T22:16:38.162 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-27T22:16:38.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:38 smithi005 bash[108203]: cluster 2023-12-27T22:16:36.952077+0000 mgr.y (mgr.14142) 147 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:38.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:38 smithi005 bash[111615]: cluster 2023-12-27T22:16:36.952077+0000 mgr.y (mgr.14142) 147 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:38.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:38 smithi115 bash[108225]: cluster 2023-12-27T22:16:36.952077+0000 mgr.y (mgr.14142) 147 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:39.529 INFO:teuthology.orchestra.run.smithi005.stdout:261993005065 2023-12-27T22:16:39.529 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-27T22:16:40.251 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:40 smithi005 bash[108203]: cluster 2023-12-27T22:16:38.952551+0000 mgr.y (mgr.14142) 148 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:40.252 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:40 smithi005 bash[111615]: cluster 2023-12-27T22:16:38.952551+0000 mgr.y (mgr.14142) 148 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:40.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:40 smithi115 bash[108225]: cluster 2023-12-27T22:16:38.952551+0000 mgr.y (mgr.14142) 148 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:40.713 INFO:teuthology.orchestra.run.smithi005.stdout:60129542169 2023-12-27T22:16:41.092 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542166 got 60129542169 for osd.0 2023-12-27T22:16:41.092 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-27T22:16:41.329 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:41 smithi005 bash[108203]: audit 2023-12-27T22:16:40.714152+0000 mon.a (mon.0) 721 : audit [DBG] from='client.? 172.21.15.5:0/1533671668' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-27T22:16:41.330 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:41 smithi005 bash[111615]: audit 2023-12-27T22:16:40.714152+0000 mon.a (mon.0) 721 : audit [DBG] from='client.? 172.21.15.5:0/1533671668' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-27T22:16:41.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:41 smithi115 bash[108225]: audit 2023-12-27T22:16:40.714152+0000 mon.a (mon.0) 721 : audit [DBG] from='client.? 172.21.15.5:0/1533671668' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-27T22:16:42.228 INFO:teuthology.orchestra.run.smithi005.stdout:98784247830 2023-12-27T22:16:42.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:42 smithi005 bash[108203]: cluster 2023-12-27T22:16:40.952867+0000 mgr.y (mgr.14142) 149 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:42.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:42 smithi005 bash[111615]: cluster 2023-12-27T22:16:40.952867+0000 mgr.y (mgr.14142) 149 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:42.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:42 smithi115 bash[108225]: cluster 2023-12-27T22:16:40.952867+0000 mgr.y (mgr.14142) 149 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:42.662 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247828 got 98784247830 for osd.1 2023-12-27T22:16:42.662 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-27T22:16:43.205 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:43 smithi005 bash[108203]: audit 2023-12-27T22:16:42.228297+0000 mon.a (mon.0) 722 : audit [DBG] from='client.? 172.21.15.5:0/209782496' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-27T22:16:43.205 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:43 smithi005 bash[111615]: audit 2023-12-27T22:16:42.228297+0000 mon.a (mon.0) 722 : audit [DBG] from='client.? 172.21.15.5:0/209782496' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-27T22:16:43.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:43 smithi115 bash[108225]: audit 2023-12-27T22:16:42.228297+0000 mon.a (mon.0) 722 : audit [DBG] from='client.? 172.21.15.5:0/209782496' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-27T22:16:43.854 INFO:teuthology.orchestra.run.smithi005.stdout:133143986196 2023-12-27T22:16:44.209 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:44 smithi005 bash[108203]: cluster 2023-12-27T22:16:42.953334+0000 mgr.y (mgr.14142) 150 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:44.209 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:44 smithi005 bash[108203]: audit 2023-12-27T22:16:43.854843+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.5:0/3827595272' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-27T22:16:44.209 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:44 smithi005 bash[111615]: cluster 2023-12-27T22:16:42.953334+0000 mgr.y (mgr.14142) 150 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:44.210 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:44 smithi005 bash[111615]: audit 2023-12-27T22:16:43.854843+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.5:0/3827595272' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-27T22:16:44.277 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986193 got 133143986196 for osd.2 2023-12-27T22:16:44.277 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-27T22:16:44.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:44 smithi115 bash[108225]: cluster 2023-12-27T22:16:42.953334+0000 mgr.y (mgr.14142) 150 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:44.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:44 smithi115 bash[108225]: audit 2023-12-27T22:16:43.854843+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.5:0/3827595272' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-27T22:16:45.436 INFO:teuthology.orchestra.run.smithi005.stdout:146028888084 2023-12-27T22:16:45.759 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:16:45 smithi005 bash[123859]: ts=2023-12-27T22:16:45.420Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.003266565s 2023-12-27T22:16:45.794 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888082 got 146028888084 for osd.3 2023-12-27T22:16:45.794 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-27T22:16:46.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:46 smithi005 bash[108203]: cluster 2023-12-27T22:16:44.953820+0000 mgr.y (mgr.14142) 151 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:46.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:46 smithi005 bash[108203]: audit 2023-12-27T22:16:45.436376+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.5:0/2020699321' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-27T22:16:46.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:46 smithi005 bash[111615]: cluster 2023-12-27T22:16:44.953820+0000 mgr.y (mgr.14142) 151 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:46.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:46 smithi005 bash[111615]: audit 2023-12-27T22:16:45.436376+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.5:0/2020699321' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-27T22:16:46.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:46 smithi115 bash[108225]: cluster 2023-12-27T22:16:44.953820+0000 mgr.y (mgr.14142) 151 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:46.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:46 smithi115 bash[108225]: audit 2023-12-27T22:16:45.436376+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.5:0/2020699321' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-27T22:16:46.955 INFO:teuthology.orchestra.run.smithi005.stdout:180388626448 2023-12-27T22:16:47.308 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:47 smithi005 bash[111615]: audit 2023-12-27T22:16:46.955535+0000 mon.a (mon.0) 723 : audit [DBG] from='client.? 172.21.15.5:0/888653349' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-27T22:16:47.309 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:47 smithi005 bash[108203]: audit 2023-12-27T22:16:46.955535+0000 mon.a (mon.0) 723 : audit [DBG] from='client.? 172.21.15.5:0/888653349' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-27T22:16:47.387 INFO:tasks.cephadm.ceph_manager.ceph:need seq 180388626446 got 180388626448 for osd.4 2023-12-27T22:16:47.387 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-27T22:16:47.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:47 smithi115 bash[108225]: audit 2023-12-27T22:16:46.955535+0000 mon.a (mon.0) 723 : audit [DBG] from='client.? 172.21.15.5:0/888653349' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-27T22:16:48.317 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:48 smithi005 bash[108203]: cluster 2023-12-27T22:16:46.954140+0000 mgr.y (mgr.14142) 152 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:48.317 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:48 smithi005 bash[111615]: cluster 2023-12-27T22:16:46.954140+0000 mgr.y (mgr.14142) 152 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:48.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:48 smithi115 bash[108225]: cluster 2023-12-27T22:16:46.954140+0000 mgr.y (mgr.14142) 152 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:48.844 INFO:teuthology.orchestra.run.smithi005.stdout:214748364813 2023-12-27T22:16:49.208 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:49 smithi005 bash[108203]: audit 2023-12-27T22:16:48.844601+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.5:0/1711839094' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-27T22:16:49.208 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:49 smithi005 bash[111615]: audit 2023-12-27T22:16:48.844601+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.5:0/1711839094' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-27T22:16:49.259 INFO:tasks.cephadm.ceph_manager.ceph:need seq 214748364811 got 214748364813 for osd.5 2023-12-27T22:16:49.260 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-27T22:16:49.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:49 smithi115 bash[108225]: audit 2023-12-27T22:16:48.844601+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.5:0/1711839094' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-27T22:16:50.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:50 smithi005 bash[108203]: cluster 2023-12-27T22:16:48.954474+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:50.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:50 smithi005 bash[111615]: cluster 2023-12-27T22:16:48.954474+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:50.413 INFO:teuthology.orchestra.run.smithi005.stdout:249108103179 2023-12-27T22:16:50.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:50 smithi115 bash[108225]: cluster 2023-12-27T22:16:48.954474+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:50.785 INFO:tasks.cephadm.ceph_manager.ceph:need seq 249108103177 got 249108103179 for osd.6 2023-12-27T22:16:50.785 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-27T22:16:51.098 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:51 smithi115 bash[108225]: audit 2023-12-27T22:16:50.413619+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.5:0/2533265989' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-27T22:16:51.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:51 smithi005 bash[108203]: audit 2023-12-27T22:16:50.413619+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.5:0/2533265989' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-27T22:16:51.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:51 smithi005 bash[111615]: audit 2023-12-27T22:16:50.413619+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.5:0/2533265989' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-27T22:16:51.967 INFO:teuthology.orchestra.run.smithi005.stdout:261993005068 2023-12-27T22:16:52.300 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:52 smithi005 bash[108203]: cluster 2023-12-27T22:16:50.954784+0000 mgr.y (mgr.14142) 154 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:52.301 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:52 smithi005 bash[108203]: audit 2023-12-27T22:16:51.968091+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.5:0/1575410385' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-27T22:16:52.301 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:52 smithi005 bash[111615]: cluster 2023-12-27T22:16:50.954784+0000 mgr.y (mgr.14142) 154 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:52.301 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:52 smithi005 bash[111615]: audit 2023-12-27T22:16:51.968091+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.5:0/1575410385' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-27T22:16:52.353 INFO:tasks.cephadm.ceph_manager.ceph:need seq 261993005065 got 261993005068 for osd.7 2023-12-27T22:16:52.353 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-27T22:16:52.353 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-27T22:16:52.364 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[108225]: cluster 2023-12-27T22:16:50.954784+0000 mgr.y (mgr.14142) 154 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:52.365 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[108225]: audit 2023-12-27T22:16:51.968091+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.5:0/1575410385' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-27T22:16:52.365 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 podman[119514]: Error: no container with ID or name "ceph-fe802a76-a504-11ee-95a5-87774f69a715-grafana.a" found: no such container 2023-12-27T22:16:52.365 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 systemd[1]: Started Ceph grafana.a for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:16:52.755 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+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-27T22:16:52.755 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2023-12-27T22:16:52.755 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2023-12-27T22:16:52.755 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2023-12-27T22:16:52.755 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2023-12-27T22:16:52.755 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2023-12-27T22:16:52.755 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2023-12-27T22:16:52.755 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2023-12-27T22:16:52.756 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2023-12-27T22:16:52.756 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2023-12-27T22:16:52.756 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2023-12-27T22:16:52.756 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2023-12-27T22:16:52.756 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="App mode production" logger=settings 2023-12-27T22:16:52.756 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Initializing SqlStore" logger=server 2023-12-27T22:16:52.756 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2023-12-27T22:16:52.756 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Starting DB migration" logger=migrator 2023-12-27T22:16:52.756 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2023-12-27T22:16:52.756 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2023-12-27T22:16:52.756 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2023-12-27T22:16:52.756 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2023-12-27T22:16:52.756 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2023-12-27T22:16:52.756 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2023-12-27T22:16:52.756 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2023-12-27T22:16:52.757 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2023-12-27T22:16:52.757 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2023-12-27T22:16:52.757 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2023-12-27T22:16:52.757 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-27T22:16:52.757 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2023-12-27T22:16:52.757 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2023-12-27T22:16:52.757 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2023-12-27T22:16:52.757 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2023-12-27T22:16:52.757 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2023-12-27T22:16:52.757 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2023-12-27T22:16:52.757 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2023-12-27T22:16:52.757 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2023-12-27T22:16:52.757 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2023-12-27T22:16:52.757 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2023-12-27T22:16:52.758 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2023-12-27T22:16:52.758 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2023-12-27T22:16:52.758 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2023-12-27T22:16:52.758 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2023-12-27T22:16:52.758 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2023-12-27T22:16:52.758 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2023-12-27T22:16:52.758 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2023-12-27T22:16:52.758 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2023-12-27T22:16:52.758 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2023-12-27T22:16:52.758 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2023-12-27T22:16:52.758 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2023-12-27T22:16:52.758 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2023-12-27T22:16:52.759 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2023-12-27T22:16:52.759 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2023-12-27T22:16:52.759 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2023-12-27T22:16:52.759 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2023-12-27T22:16:52.759 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2023-12-27T22:16:52.759 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2023-12-27T22:16:52.759 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2023-12-27T22:16:52.759 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2023-12-27T22:16:52.759 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2023-12-27T22:16:52.759 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2023-12-27T22:16:52.759 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2023-12-27T22:16:52.759 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2023-12-27T22:16:52.759 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2023-12-27T22:16:52.759 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2023-12-27T22:16:52.759 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2023-12-27T22:16:52.760 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2023-12-27T22:16:52.760 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2023-12-27T22:16:52.760 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2023-12-27T22:16:52.760 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2023-12-27T22:16:52.760 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2023-12-27T22:16:52.760 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2023-12-27T22:16:52.760 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2023-12-27T22:16:52.760 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2023-12-27T22:16:52.760 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2023-12-27T22:16:52.760 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2023-12-27T22:16:52.760 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2023-12-27T22:16:52.760 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2023-12-27T22:16:52.760 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2023-12-27T22:16:52.760 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2023-12-27T22:16:52.760 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2023-12-27T22:16:52.760 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2023-12-27T22:16:52.761 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2023-12-27T22:16:52.761 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2023-12-27T22:16:52.761 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2023-12-27T22:16:52.761 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2023-12-27T22:16:52.761 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2023-12-27T22:16:52.761 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2023-12-27T22:16:52.761 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2023-12-27T22:16:52.761 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2023-12-27T22:16:52.761 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2023-12-27T22:16:52.761 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2023-12-27T22:16:52.762 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2023-12-27T22:16:52.762 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2023-12-27T22:16:52.762 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2023-12-27T22:16:52.762 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2023-12-27T22:16:52.762 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2023-12-27T22:16:52.762 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2023-12-27T22:16:52.762 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2023-12-27T22:16:52.762 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-27T22:16:52.762 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2023-12-27T22:16:52.762 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2023-12-27T22:16:52.762 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2023-12-27T22:16:52.763 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2023-12-27T22:16:52.763 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2023-12-27T22:16:52.763 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2023-12-27T22:16:52.763 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2023-12-27T22:16:52.763 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2023-12-27T22:16:52.763 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2023-12-27T22:16:52.763 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2023-12-27T22:16:52.763 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2023-12-27T22:16:52.763 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2023-12-27T22:16:52.763 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2023-12-27T22:16:52.763 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2023-12-27T22:16:52.763 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2023-12-27T22:16:52.763 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2023-12-27T22:16:52.763 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2023-12-27T22:16:52.764 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2023-12-27T22:16:52.764 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2023-12-27T22:16:52.764 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2023-12-27T22:16:52.764 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2023-12-27T22:16:52.764 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2023-12-27T22:16:52.764 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2023-12-27T22:16:52.764 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2023-12-27T22:16:52.764 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2023-12-27T22:16:52.764 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2023-12-27T22:16:52.764 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2023-12-27T22:16:52.764 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2023-12-27T22:16:52.764 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2023-12-27T22:16:52.764 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2023-12-27T22:16:52.764 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2023-12-27T22:16:52.764 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2023-12-27T22:16:52.765 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2023-12-27T22:16:52.765 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2023-12-27T22:16:52.765 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2023-12-27T22:16:52.765 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2023-12-27T22:16:52.765 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2023-12-27T22:16:52.765 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2023-12-27T22:16:52.765 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2023-12-27T22:16:52.765 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2023-12-27T22:16:52.765 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2023-12-27T22:16:52.765 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2023-12-27T22:16:52.765 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2023-12-27T22:16:52.765 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2023-12-27T22:16:52.765 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2023-12-27T22:16:52.765 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2023-12-27T22:16:52.766 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2023-12-27T22:16:52.766 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2023-12-27T22:16:52.766 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2023-12-27T22:16:52.766 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2023-12-27T22:16:52.766 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2023-12-27T22:16:52.766 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2023-12-27T22:16:52.766 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2023-12-27T22:16:52.766 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2023-12-27T22:16:52.766 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2023-12-27T22:16:52.767 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2023-12-27T22:16:52.767 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2023-12-27T22:16:52.767 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2023-12-27T22:16:52.767 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2023-12-27T22:16:52.767 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2023-12-27T22:16:52.767 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2023-12-27T22:16:52.767 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2023-12-27T22:16:52.767 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2023-12-27T22:16:52.767 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2023-12-27T22:16:52.767 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2023-12-27T22:16:52.767 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2023-12-27T22:16:52.767 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2023-12-27T22:16:52.767 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2023-12-27T22:16:52.767 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2023-12-27T22:16:52.768 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2023-12-27T22:16:52.768 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2023-12-27T22:16:52.768 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2023-12-27T22:16:52.768 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2023-12-27T22:16:52.768 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2023-12-27T22:16:52.768 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2023-12-27T22:16:52.768 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2023-12-27T22:16:52.768 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2023-12-27T22:16:52.768 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2023-12-27T22:16:52.768 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2023-12-27T22:16:52.768 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2023-12-27T22:16:52.768 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2023-12-27T22:16:52.768 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2023-12-27T22:16:52.768 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2023-12-27T22:16:52.768 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2023-12-27T22:16:52.769 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2023-12-27T22:16:52.770 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2023-12-27T22:16:52.770 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2023-12-27T22:16:52.770 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2023-12-27T22:16:52.770 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2023-12-27T22:16:52.770 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2023-12-27T22:16:52.770 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2023-12-27T22:16:52.770 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2023-12-27T22:16:52.770 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2023-12-27T22:16:52.770 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2023-12-27T22:16:52.770 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2023-12-27T22:16:52.770 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2023-12-27T22:16:52.771 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2023-12-27T22:16:52.771 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2023-12-27T22:16:52.771 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2023-12-27T22:16:52.771 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2023-12-27T22:16:52.771 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2023-12-27T22:16:52.771 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2023-12-27T22:16:52.771 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2023-12-27T22:16:52.771 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2023-12-27T22:16:52.771 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2023-12-27T22:16:52.771 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2023-12-27T22:16:52.771 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2023-12-27T22:16:52.771 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2023-12-27T22:16:52.771 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2023-12-27T22:16:52.771 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2023-12-27T22:16:52.771 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2023-12-27T22:16:52.772 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2023-12-27T22:16:52.772 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2023-12-27T22:16:52.772 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2023-12-27T22:16:52.772 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2023-12-27T22:16:52.772 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2023-12-27T22:16:52.772 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2023-12-27T22:16:52.772 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2023-12-27T22:16:52.772 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2023-12-27T22:16:52.772 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2023-12-27T22:16:52.772 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2023-12-27T22:16:52.772 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2023-12-27T22:16:52.772 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2023-12-27T22:16:52.772 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2023-12-27T22:16:52.772 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2023-12-27T22:16:52.772 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2023-12-27T22:16:52.773 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2023-12-27T22:16:52.773 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2023-12-27T22:16:52.773 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2023-12-27T22:16:52.773 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2023-12-27T22:16:52.773 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2023-12-27T22:16:52.773 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2023-12-27T22:16:52.774 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2023-12-27T22:16:52.774 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2023-12-27T22:16:52.774 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2023-12-27T22:16:52.774 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2023-12-27T22:16:52.774 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2023-12-27T22:16:52.774 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2023-12-27T22:16:52.774 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2023-12-27T22:16:52.774 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2023-12-27T22:16:52.774 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2023-12-27T22:16:52.774 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2023-12-27T22:16:52.774 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2023-12-27T22:16:52.775 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2023-12-27T22:16:52.775 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2023-12-27T22:16:52.775 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2023-12-27T22:16:52.775 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2023-12-27T22:16:52.775 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2023-12-27T22:16:52.775 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2023-12-27T22:16:52.775 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2023-12-27T22:16:52.775 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2023-12-27T22:16:52.775 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Created default admin" logger=sqlstore user=admin 2023-12-27T22:16:52.775 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Initializing HTTPServer" logger=server 2023-12-27T22:16:52.775 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Initializing BackendPluginManager" logger=server 2023-12-27T22:16:52.775 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Initializing PluginManager" logger=server 2023-12-27T22:16:52.775 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Starting plugin search" logger=plugins 2023-12-27T22:16:52.775 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Registering plugin" logger=plugins name="Pie Chart" 2023-12-27T22:16:52.775 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Registering plugin" logger=plugins name="Status Panel" 2023-12-27T22:16:52.776 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Initializing HooksService" logger=server 2023-12-27T22:16:52.776 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Initializing OSSLicensingService" logger=server 2023-12-27T22:16:52.776 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Initializing InternalMetricsService" logger=server 2023-12-27T22:16:52.776 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Initializing RemoteCache" logger=server 2023-12-27T22:16:52.776 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Initializing QuotaService" logger=server 2023-12-27T22:16:52.776 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Initializing ServerLockService" logger=server 2023-12-27T22:16:52.776 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Initializing UserAuthTokenService" logger=server 2023-12-27T22:16:52.776 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Initializing RenderingService" logger=server 2023-12-27T22:16:52.776 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Initializing AlertEngine" logger=server 2023-12-27T22:16:52.776 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Initializing DatasourceCacheService" logger=server 2023-12-27T22:16:52.776 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Initializing LoginService" logger=server 2023-12-27T22:16:52.776 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Initializing SearchService" logger=server 2023-12-27T22:16:52.776 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Initializing TracingService" logger=server 2023-12-27T22:16:52.776 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Initializing UsageStatsService" logger=server 2023-12-27T22:16:52.776 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Initializing CleanUpService" logger=server 2023-12-27T22:16:52.776 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Initializing NotificationService" logger=server 2023-12-27T22:16:52.777 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Initializing provisioningServiceImpl" logger=server 2023-12-27T22:16:52.777 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" logger=provisioning.datasources filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2023-12-27T22:16:52.777 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name="Dashboard 1" 2023-12-27T22:16:52.777 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Backend rendering via phantomJS" logger=rendering renderer=phantomJS 2023-12-27T22:16:52.777 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=warn msg="phantomJS is deprecated and will be removed in a future release. You should consider migrating from phantomJS to grafana-image-renderer plugin." logger=rendering renderer=phantomJS 2023-12-27T22:16:52.777 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="Initializing Stream Manager" 2023-12-27T22:16:52.777 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:16:52 smithi115 bash[119530]: t=2023-12-27T22:16:52+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=127.0.0.1:3000 protocol=https subUrl= socket= 2023-12-27T22:16:53.267 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:53 smithi005 bash[108203]: audit 2023-12-27T22:16:52.215295+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985583\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985659\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985693\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985723\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985751\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985779\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"6dd0aee7b609\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:21.985809\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:16:20.629385\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:16:53.267 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:53 smithi005 bash[108203]: audit 2023-12-27T22:16:52.217893+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985583\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985659\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985693\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985723\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985751\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985779\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"6dd0aee7b609\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:21.985809\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:16:20.629385\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:16:53.267 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:53 smithi005 bash[108203]: audit 2023-12-27T22:16:52.218517+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:16:53.267 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:53 smithi005 bash[111615]: audit 2023-12-27T22:16:52.215295+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985583\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985659\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985693\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985723\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985751\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985779\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"6dd0aee7b609\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:21.985809\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:16:20.629385\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:16:53.267 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:53 smithi005 bash[111615]: audit 2023-12-27T22:16:52.217893+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985583\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985659\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985693\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985723\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985751\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985779\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"6dd0aee7b609\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:21.985809\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:16:20.629385\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:16:53.267 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:53 smithi005 bash[111615]: audit 2023-12-27T22:16:52.218517+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:16:53.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:53 smithi115 bash[108225]: audit 2023-12-27T22:16:52.215295+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985583\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985659\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985693\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985723\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985751\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985779\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"6dd0aee7b609\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:21.985809\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:16:20.629385\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:16:53.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:53 smithi115 bash[108225]: audit 2023-12-27T22:16:52.217893+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985583\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985659\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985693\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985723\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985751\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:21.985779\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"6dd0aee7b609\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:21.985809\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:16:20.629385\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:16:53.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:53 smithi115 bash[108225]: audit 2023-12-27T22:16:52.218517+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:16:53.762 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-27T22:16:53.764 INFO:teuthology.orchestra.run.smithi005.stderr:dumped all 2023-12-27T22:16:54.326 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:54 smithi005 bash[108203]: cluster 2023-12-27T22:16:52.955146+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:54.327 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:54 smithi005 bash[111615]: cluster 2023-12-27T22:16:52.955146+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:54.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:54 smithi115 bash[108225]: cluster 2023-12-27T22:16:52.955146+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:54.647 INFO:teuthology.orchestra.run.smithi005.stdout:{"pg_ready":true,"pg_map":{"version":157,"stamp":"2023-12-27T22:16:52.955012+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":8393464,"kb_used_data":4792,"kb_used_omap":47,"kb_used_meta":8388560,"kb_avail":741567752,"statfs":{"total":767960285184,"available":759365378048,"internally_reserved":8589934592,"allocated":4907008,"data_stored":1941690,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":48497,"internal_metadata":8589886095},"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.002268"},"pg_stats":[{"pgid":"1.0","version":"20'1","reported_seq":"14","reported_epoch":"62","state":"active+clean","last_fresh":"2023-12-27T22:16:06.020084+0000","last_change":"2023-12-27T22:16:06.020084+0000","last_active":"2023-12-27T22:16:06.020084+0000","last_peered":"2023-12-27T22:16:06.020084+0000","last_clean":"2023-12-27T22:16:06.020084+0000","last_became_active":"2023-12-27T22:16:06.017335+0000","last_became_peered":"2023-12-27T22:16:06.017335+0000","last_unstale":"2023-12-27T22:16:06.020084+0000","last_undegraded":"2023-12-27T22:16:06.020084+0000","last_fullsized":"2023-12-27T22:16:06.020084+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-27T22:12:51.397411+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-27T22:12:51.397411+0000","last_clean_scrub_stamp":"2023-12-27T22:12:51.397411+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":43374,"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":261993005068,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":242782,"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.48299999999999998}]},{"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.40200000000000002}]},{"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.443}]},{"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.371}]},{"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.46500000000000002}]},{"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.35799999999999998}]},{"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.38}]}]},{"osd":6,"up_from":58,"seq":249108103180,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":7,"kb_used_meta":1048568,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":242782,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7576,"internal_metadata":1073734248},"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.36499999999999999}]},{"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.41999999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40300000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.31900000000000001}]},{"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.33800000000000002}]},{"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.378}]},{"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.44400000000000001}]}]},{"osd":1,"up_from":23,"seq":98784247833,"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":7,"kb_used_meta":1048568,"kb_avail":92695976,"statfs":{"total":95995035648,"available":94920679424,"internally_reserved":1073741824,"allocated":606208,"data_stored":242216,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8185,"internal_metadata":1073733639},"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":"Wed Dec 27 22:15:57 2023","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.184,"5min":0.184,"15min":0.184},"max":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.28499999999999998},{"interface":"front","average":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"min":{"1min":0.218,"5min":0.218,"15min":0.218},"max":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.24199999999999999}]},{"osd":2,"last update":"Wed Dec 27 22:16:14 2023","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.22900000000000001},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.29799999999999999}]},{"osd":3,"last update":"Wed Dec 27 22:16:14 2023","interfaces":[{"interface":"back","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.26100000000000001},{"interface":"front","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.30599999999999999}]},{"osd":4,"last update":"Wed Dec 27 22:16:36 2023","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.34000000000000002},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.34799999999999998}]},{"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.33000000000000002}]},{"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.36199999999999999}]},{"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.39300000000000002}]}]},{"osd":0,"up_from":14,"seq":60129542172,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":5,"kb_used_meta":1048570,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":242782,"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":"Wed Dec 27 22:15:58 2023","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.20200000000000001,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.26800000000000002},{"interface":"front","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.218,"5min":0.218,"15min":0.218},"max":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"last":0.25900000000000001}]},{"osd":2,"last update":"Wed Dec 27 22:16:13 2023","interfaces":[{"interface":"back","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.30499999999999999},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.32000000000000001}]},{"osd":3,"last update":"Wed Dec 27 22:16:14 2023","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.32700000000000001},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.28499999999999998}]},{"osd":4,"last update":"Wed Dec 27 22:16:40 2023","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.46999999999999997}]},{"osd":5,"last update":"Wed Dec 27 22:16:49 2023","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.34899999999999998},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.40999999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38600000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.372}]}]},{"osd":2,"up_from":31,"seq":133143986198,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":242782,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9815,"internal_metadata":1073732009},"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":"Wed Dec 27 22:16:14 2023","interfaces":[{"interface":"back","average":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"min":{"1min":0.219,"5min":0.219,"15min":0.219},"max":{"1min":0.495,"5min":0.495,"15min":0.495},"last":0.29499999999999998},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.38200000000000001}]},{"osd":1,"last update":"Wed Dec 27 22:16:14 2023","interfaces":[{"interface":"back","average":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.28000000000000003},{"interface":"front","average":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"last":0.32400000000000001}]},{"osd":3,"last update":"Wed Dec 27 22:16:18 2023","interfaces":[{"interface":"back","average":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.35499999999999998}]},{"osd":4,"last update":"Wed Dec 27 22:16:35 2023","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.497}]},{"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.42499999999999999}]},{"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.41099999999999998}]},{"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.441}]}]},{"osd":3,"up_from":34,"seq":146028888086,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":242782,"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":"Wed Dec 27 22:16:14 2023","interfaces":[{"interface":"back","average":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"min":{"1min":0.13600000000000001,"5min":0.13600000000000001,"15min":0.13600000000000001},"max":{"1min":0.5,"5min":0.5,"15min":0.5},"last":0.183},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.16200000000000001,"5min":0.16200000000000001,"15min":0.16200000000000001},"max":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.216}]},{"osd":1,"last update":"Wed Dec 27 22:16:14 2023","interfaces":[{"interface":"back","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.30199999999999999},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.17899999999999999,"5min":0.17899999999999999,"15min":0.17899999999999999},"max":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"last":0.35599999999999998}]},{"osd":2,"last update":"Wed Dec 27 22:16:14 2023","interfaces":[{"interface":"back","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.20999999999999999,"5min":0.20999999999999999,"15min":0.20999999999999999},"max":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":0.28100000000000003},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.35099999999999998}]},{"osd":4,"last update":"Wed Dec 27 22:16:35 2023","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.23300000000000001},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.27300000000000002}]},{"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.249}]},{"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.34200000000000003}]},{"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.32900000000000001}]}]},{"osd":4,"up_from":42,"seq":180388626449,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":8,"kb_used_meta":1048567,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":242782,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8199,"internal_metadata":1073733625},"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":"Wed Dec 27 22:16:39 2023","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.91400000000000003,"5min":0.91400000000000003,"15min":0.91400000000000003},"last":0.443},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":1.119,"5min":1.119,"15min":1.119},"last":0.38100000000000001}]},{"osd":1,"last update":"Wed Dec 27 22:16:39 2023","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.98499999999999999,"5min":0.98499999999999999,"15min":0.98499999999999999},"last":0.34899999999999998},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.97899999999999998,"5min":0.97899999999999998,"15min":0.97899999999999998},"last":0.42499999999999999}]},{"osd":2,"last update":"Wed Dec 27 22:16:39 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":1.083,"5min":1.083,"15min":1.083},"last":0.32700000000000001},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.97099999999999997,"5min":0.97099999999999997,"15min":0.97099999999999997},"last":0.36599999999999999}]},{"osd":3,"last update":"Wed Dec 27 22:16:39 2023","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.99399999999999999,"5min":0.99399999999999999,"15min":0.99399999999999999},"last":0.34100000000000003},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.33600000000000002}]},{"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.29199999999999998}]},{"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.35499999999999998}]},{"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.318}]}]},{"osd":5,"up_from":50,"seq":214748364814,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":242782,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9599,"internal_metadata":1073732225},"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.33700000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.315}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34499999999999997}]},{"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.41099999999999998}]},{"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.26000000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36099999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39800000000000002}]}]}]}} 2023-12-27T22:16:54.648 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-27T22:16:55.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:55 smithi005 bash[108203]: audit 2023-12-27T22:16:53.761396+0000 mgr.y (mgr.14142) 156 : audit [DBG] from='client.34481 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-27T22:16:55.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:55 smithi005 bash[108203]: audit 2023-12-27T22:16:54.846142+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.844915\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845014\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845047\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845076\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845105\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845133\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:16:54.845161\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:54.845189\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"94016c2c4f49\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:54.845217\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:35.071455\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:23.074945\"}}, \"last_daemon_update\": \"2023-12-27T22:16:54.845301\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:16:55.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:55 smithi005 bash[108203]: audit 2023-12-27T22:16:54.849445+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.844915\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845014\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845047\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845076\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845105\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845133\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:16:54.845161\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:54.845189\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"94016c2c4f49\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:54.845217\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:35.071455\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:23.074945\"}}, \"last_daemon_update\": \"2023-12-27T22:16:54.845301\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:16:55.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:55 smithi005 bash[108203]: audit 2023-12-27T22:16:54.850059+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:16:55.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:55 smithi005 bash[111615]: audit 2023-12-27T22:16:53.761396+0000 mgr.y (mgr.14142) 156 : audit [DBG] from='client.34481 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-27T22:16:55.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:55 smithi005 bash[111615]: audit 2023-12-27T22:16:54.846142+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.844915\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845014\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845047\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845076\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845105\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845133\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:16:54.845161\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:54.845189\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"94016c2c4f49\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:54.845217\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:35.071455\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:23.074945\"}}, \"last_daemon_update\": \"2023-12-27T22:16:54.845301\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:16:55.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:55 smithi005 bash[111615]: audit 2023-12-27T22:16:54.849445+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.844915\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845014\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845047\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845076\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845105\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845133\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:16:54.845161\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:54.845189\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"94016c2c4f49\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:54.845217\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:35.071455\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:23.074945\"}}, \"last_daemon_update\": \"2023-12-27T22:16:54.845301\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:16:55.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:55 smithi005 bash[111615]: audit 2023-12-27T22:16:54.850059+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:16:55.405 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:55 smithi115 bash[108225]: audit 2023-12-27T22:16:53.761396+0000 mgr.y (mgr.14142) 156 : audit [DBG] from='client.34481 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-27T22:16:55.405 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:55 smithi115 bash[108225]: audit 2023-12-27T22:16:54.846142+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.844915\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845014\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845047\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845076\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845105\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845133\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:16:54.845161\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:54.845189\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"94016c2c4f49\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:54.845217\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:35.071455\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:23.074945\"}}, \"last_daemon_update\": \"2023-12-27T22:16:54.845301\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:16:55.405 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:55 smithi115 bash[108225]: audit 2023-12-27T22:16:54.849445+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.844915\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845014\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845047\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845076\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845105\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845133\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:16:54.845161\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:54.845189\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"94016c2c4f49\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:54.845217\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:35.071455\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:23.074945\"}}, \"last_daemon_update\": \"2023-12-27T22:16:54.845301\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:16:55.406 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:55 smithi115 bash[108225]: audit 2023-12-27T22:16:54.850059+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:16:55.927 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-27T22:16:56.034 INFO:teuthology.orchestra.run.smithi005.stderr:dumped all 2023-12-27T22:16:56.266 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:56 smithi005 bash[108203]: cluster 2023-12-27T22:16:54.955668+0000 mgr.y (mgr.14142) 157 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:56.266 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:56 smithi005 bash[111615]: cluster 2023-12-27T22:16:54.955668+0000 mgr.y (mgr.14142) 157 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:56.343 INFO:teuthology.orchestra.run.smithi005.stdout:{"pg_ready":true,"pg_map":{"version":158,"stamp":"2023-12-27T22:16:54.955456+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":8393464,"kb_used_data":4792,"kb_used_omap":47,"kb_used_meta":8388560,"kb_avail":741567752,"statfs":{"total":767960285184,"available":759365378048,"internally_reserved":8589934592,"allocated":4907008,"data_stored":1941690,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":48497,"internal_metadata":8589886095},"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.002372"},"pg_stats":[{"pgid":"1.0","version":"20'1","reported_seq":"14","reported_epoch":"62","state":"active+clean","last_fresh":"2023-12-27T22:16:06.020084+0000","last_change":"2023-12-27T22:16:06.020084+0000","last_active":"2023-12-27T22:16:06.020084+0000","last_peered":"2023-12-27T22:16:06.020084+0000","last_clean":"2023-12-27T22:16:06.020084+0000","last_became_active":"2023-12-27T22:16:06.017335+0000","last_became_peered":"2023-12-27T22:16:06.017335+0000","last_unstale":"2023-12-27T22:16:06.020084+0000","last_undegraded":"2023-12-27T22:16:06.020084+0000","last_fullsized":"2023-12-27T22:16:06.020084+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-27T22:12:51.397411+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-27T22:12:51.397411+0000","last_clean_scrub_stamp":"2023-12-27T22:12:51.397411+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":43374,"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":261993005068,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":242782,"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.48299999999999998}]},{"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.40200000000000002}]},{"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.443}]},{"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.371}]},{"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.46500000000000002}]},{"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.35799999999999998}]},{"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.38}]}]},{"osd":6,"up_from":58,"seq":249108103180,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":7,"kb_used_meta":1048568,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":242782,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7576,"internal_metadata":1073734248},"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.36499999999999999}]},{"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.41999999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40300000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.31900000000000001}]},{"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.33800000000000002}]},{"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.378}]},{"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.44400000000000001}]}]},{"osd":1,"up_from":23,"seq":98784247833,"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":7,"kb_used_meta":1048568,"kb_avail":92695976,"statfs":{"total":95995035648,"available":94920679424,"internally_reserved":1073741824,"allocated":606208,"data_stored":242216,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8185,"internal_metadata":1073733639},"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":"Wed Dec 27 22:15:57 2023","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.184,"5min":0.184,"15min":0.184},"max":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.28499999999999998},{"interface":"front","average":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"min":{"1min":0.218,"5min":0.218,"15min":0.218},"max":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.24199999999999999}]},{"osd":2,"last update":"Wed Dec 27 22:16:14 2023","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.22900000000000001},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.29799999999999999}]},{"osd":3,"last update":"Wed Dec 27 22:16:14 2023","interfaces":[{"interface":"back","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.26100000000000001},{"interface":"front","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.30599999999999999}]},{"osd":4,"last update":"Wed Dec 27 22:16:36 2023","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.34000000000000002},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.34799999999999998}]},{"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.33000000000000002}]},{"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.36199999999999999}]},{"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.39300000000000002}]}]},{"osd":0,"up_from":14,"seq":60129542172,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":5,"kb_used_meta":1048570,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":242782,"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":"Wed Dec 27 22:15:58 2023","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.20200000000000001,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.26800000000000002},{"interface":"front","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.218,"5min":0.218,"15min":0.218},"max":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"last":0.25900000000000001}]},{"osd":2,"last update":"Wed Dec 27 22:16:13 2023","interfaces":[{"interface":"back","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.30499999999999999},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.32000000000000001}]},{"osd":3,"last update":"Wed Dec 27 22:16:14 2023","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.32700000000000001},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.28499999999999998}]},{"osd":4,"last update":"Wed Dec 27 22:16:40 2023","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.46999999999999997}]},{"osd":5,"last update":"Wed Dec 27 22:16:49 2023","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.34899999999999998},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.40999999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38600000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.372}]}]},{"osd":2,"up_from":31,"seq":133143986198,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":242782,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9815,"internal_metadata":1073732009},"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":"Wed Dec 27 22:16:14 2023","interfaces":[{"interface":"back","average":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"min":{"1min":0.219,"5min":0.219,"15min":0.219},"max":{"1min":0.495,"5min":0.495,"15min":0.495},"last":0.29499999999999998},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.38200000000000001}]},{"osd":1,"last update":"Wed Dec 27 22:16:14 2023","interfaces":[{"interface":"back","average":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.28000000000000003},{"interface":"front","average":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"last":0.32400000000000001}]},{"osd":3,"last update":"Wed Dec 27 22:16:18 2023","interfaces":[{"interface":"back","average":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.35499999999999998}]},{"osd":4,"last update":"Wed Dec 27 22:16:35 2023","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.497}]},{"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.42499999999999999}]},{"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.41099999999999998}]},{"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.441}]}]},{"osd":3,"up_from":34,"seq":146028888086,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":242782,"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":"Wed Dec 27 22:16:14 2023","interfaces":[{"interface":"back","average":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"min":{"1min":0.13600000000000001,"5min":0.13600000000000001,"15min":0.13600000000000001},"max":{"1min":0.5,"5min":0.5,"15min":0.5},"last":0.183},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.16200000000000001,"5min":0.16200000000000001,"15min":0.16200000000000001},"max":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.216}]},{"osd":1,"last update":"Wed Dec 27 22:16:14 2023","interfaces":[{"interface":"back","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.30199999999999999},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.17899999999999999,"5min":0.17899999999999999,"15min":0.17899999999999999},"max":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"last":0.35599999999999998}]},{"osd":2,"last update":"Wed Dec 27 22:16:14 2023","interfaces":[{"interface":"back","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.20999999999999999,"5min":0.20999999999999999,"15min":0.20999999999999999},"max":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":0.28100000000000003},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.35099999999999998}]},{"osd":4,"last update":"Wed Dec 27 22:16:35 2023","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.23300000000000001},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.27300000000000002}]},{"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.249}]},{"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.34200000000000003}]},{"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.32900000000000001}]}]},{"osd":4,"up_from":42,"seq":180388626450,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":8,"kb_used_meta":1048567,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":242782,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8199,"internal_metadata":1073733625},"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":"Wed Dec 27 22:16:39 2023","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.91400000000000003,"5min":0.91400000000000003,"15min":0.91400000000000003},"last":0.34100000000000003},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":1.119,"5min":1.119,"15min":1.119},"last":0.40699999999999997}]},{"osd":1,"last update":"Wed Dec 27 22:16:39 2023","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.98499999999999999,"5min":0.98499999999999999,"15min":0.98499999999999999},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.97899999999999998,"5min":0.97899999999999998,"15min":0.97899999999999998},"last":0.371}]},{"osd":2,"last update":"Wed Dec 27 22:16:39 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":1.083,"5min":1.083,"15min":1.083},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.97099999999999997,"5min":0.97099999999999997,"15min":0.97099999999999997},"last":0.315}]},{"osd":3,"last update":"Wed Dec 27 22:16:39 2023","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.99399999999999999,"5min":0.99399999999999999,"15min":0.99399999999999999},"last":0.36099999999999999},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.35799999999999998}]},{"osd":5,"last update":"Wed Dec 27 22:16:51 2023","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.30499999999999999},{"interface":"front","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.42899999999999999}]},{"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.41299999999999998}]},{"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.38100000000000001}]}]},{"osd":5,"up_from":50,"seq":214748364815,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049184,"kb_used_data":600,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92695968,"statfs":{"total":95995035648,"available":94920671232,"internally_reserved":1073741824,"allocated":614400,"data_stored":242782,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9599,"internal_metadata":1073732225},"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":"Wed Dec 27 22:16:49 2023","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":1.2809999999999999,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":0.41599999999999998},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":1.6419999999999999,"5min":1.6419999999999999,"15min":1.6419999999999999},"last":0.33300000000000002}]},{"osd":1,"last update":"Wed Dec 27 22:16:49 2023","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":1.371,"5min":1.371,"15min":1.371},"last":0.32800000000000001},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":1.611,"5min":1.611,"15min":1.611},"last":0.34599999999999997}]},{"osd":2,"last update":"Wed Dec 27 22:16:49 2023","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":1.5289999999999999,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":0.34200000000000003},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":1.3360000000000001,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":0.39300000000000002}]},{"osd":3,"last update":"Wed Dec 27 22:16:49 2023","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":1.0429999999999999,"5min":1.0429999999999999,"15min":1.0429999999999999},"last":0.35799999999999998},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":1.389,"5min":1.389,"15min":1.389},"last":0.30499999999999999}]},{"osd":4,"last update":"Wed Dec 27 22:16:49 2023","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"last":0.25900000000000001},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.86599999999999999,"5min":0.86599999999999999,"15min":0.86599999999999999},"last":0.38400000000000001}]},{"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.27700000000000002}]},{"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.31900000000000001}]}]}]}} 2023-12-27T22:16:56.344 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-27T22:16:56.344 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-27T22:16:56.344 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-27T22:16:56.345 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid fe802a76-a504-11ee-95a5-87774f69a715 -- ceph health --format=json 2023-12-27T22:16:56.402 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:56 smithi115 bash[108225]: cluster 2023-12-27T22:16:54.955668+0000 mgr.y (mgr.14142) 157 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:57.346 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:57 smithi005 bash[108203]: audit 2023-12-27T22:16:55.925418+0000 mgr.y (mgr.14142) 158 : audit [DBG] from='client.14607 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-27T22:16:57.347 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:57 smithi005 bash[111615]: audit 2023-12-27T22:16:55.925418+0000 mgr.y (mgr.14142) 158 : audit [DBG] from='client.14607 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-27T22:16:57.347 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:57 smithi005 bash[108203]: audit 2023-12-27T22:16:56.604593+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603422\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603498\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603532\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603562\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603591\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603620\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"6dd0aee7b609\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:56.603648\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:16:20.629385\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:56.603677\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:16:56.603705\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_daemon_update\": \"2023-12-27T22:16:56.603789\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:16:57.347 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:57 smithi005 bash[108203]: audit 2023-12-27T22:16:56.607627+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603422\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603498\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603532\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603562\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603591\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603620\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"6dd0aee7b609\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:56.603648\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:16:20.629385\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:56.603677\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:16:56.603705\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_daemon_update\": \"2023-12-27T22:16:56.603789\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:16:57.347 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:57 smithi005 bash[108203]: cephadm 2023-12-27T22:16:56.609337+0000 mgr.y (mgr.14142) 159 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-27T22:16:57.347 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:57 smithi005 bash[108203]: cephadm 2023-12-27T22:16:56.611203+0000 mgr.y (mgr.14142) 160 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi005 2023-12-27T22:16:57.347 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:57 smithi005 bash[108203]: cluster 2023-12-27T22:16:56.955976+0000 mgr.y (mgr.14142) 161 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:57.348 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:57 smithi005 bash[111615]: audit 2023-12-27T22:16:56.604593+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603422\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603498\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603532\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603562\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603591\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603620\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"6dd0aee7b609\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:56.603648\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:16:20.629385\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:56.603677\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:16:56.603705\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_daemon_update\": \"2023-12-27T22:16:56.603789\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:16:57.348 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:57 smithi005 bash[111615]: audit 2023-12-27T22:16:56.607627+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603422\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603498\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603532\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603562\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603591\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603620\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"6dd0aee7b609\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:56.603648\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:16:20.629385\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:56.603677\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:16:56.603705\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_daemon_update\": \"2023-12-27T22:16:56.603789\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:16:57.348 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:57 smithi005 bash[111615]: cephadm 2023-12-27T22:16:56.609337+0000 mgr.y (mgr.14142) 159 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-27T22:16:57.348 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:57 smithi005 bash[111615]: cephadm 2023-12-27T22:16:56.611203+0000 mgr.y (mgr.14142) 160 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi005 2023-12-27T22:16:57.348 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:57 smithi005 bash[111615]: cluster 2023-12-27T22:16:56.955976+0000 mgr.y (mgr.14142) 161 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:57.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:57 smithi115 bash[108225]: audit 2023-12-27T22:16:55.925418+0000 mgr.y (mgr.14142) 158 : audit [DBG] from='client.14607 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-27T22:16:57.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:57 smithi115 bash[108225]: audit 2023-12-27T22:16:56.604593+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603422\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603498\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603532\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603562\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603591\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603620\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"6dd0aee7b609\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:56.603648\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:16:20.629385\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:56.603677\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:16:56.603705\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_daemon_update\": \"2023-12-27T22:16:56.603789\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:16:57.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:57 smithi115 bash[108225]: audit 2023-12-27T22:16:56.607627+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603422\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603498\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603532\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603562\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603591\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603620\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"6dd0aee7b609\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:56.603648\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:16:20.629385\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:56.603677\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:16:56.603705\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:16:08.008926\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_daemon_update\": \"2023-12-27T22:16:56.603789\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:16:57.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:57 smithi115 bash[108225]: cephadm 2023-12-27T22:16:56.609337+0000 mgr.y (mgr.14142) 159 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-27T22:16:57.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:57 smithi115 bash[108225]: cephadm 2023-12-27T22:16:56.611203+0000 mgr.y (mgr.14142) 160 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi005 2023-12-27T22:16:57.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:57 smithi115 bash[108225]: cluster 2023-12-27T22:16:56.955976+0000 mgr.y (mgr.14142) 161 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:57.921 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-27T22:16:58.342 INFO:teuthology.orchestra.run.smithi005.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-27T22:16:58.342 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-27T22:16:58.342 INFO:tasks.cephadm:Setup complete, yielding 2023-12-27T22:16:58.343 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-27T22:16:58.352 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi005.front.sepia.ceph.com 2023-12-27T22:16:58.353 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -e sha1=c5564c7988cbaadc3382253af5843a8595347c2d -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2023-12-27T22:16:58.861 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:58 smithi005 bash[111615]: audit 2023-12-27T22:16:57.921639+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.5:0/4197862049' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-27T22:16:58.862 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:16:58 smithi005 systemd[1]: Stopping Ceph alertmanager.a for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:16:58.862 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:16:58 smithi005 bash[123859]: ts=2023-12-27T22:16:58.833Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2023-12-27T22:16:58.862 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:58 smithi005 bash[108203]: audit 2023-12-27T22:16:57.921639+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.5:0/4197862049' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-27T22:16:59.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:58 smithi115 bash[108225]: audit 2023-12-27T22:16:57.921639+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.5:0/4197862049' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-27T22:16:59.113 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:16:59 smithi005 podman[126822]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-alertmanager.a 2023-12-27T22:16:59.738 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:16:59 smithi005 bash[108203]: cluster 2023-12-27T22:16:58.956256+0000 mgr.y (mgr.14142) 162 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:59.739 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:16:59 smithi005 bash[111615]: cluster 2023-12-27T22:16:58.956256+0000 mgr.y (mgr.14142) 162 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:16:59.739 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:16:59 smithi005 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-27T22:16:59.739 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:16:59 smithi005 systemd[1]: Stopped Ceph alertmanager.a for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:16:59.739 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:16:59 smithi005 systemd[1]: Starting Ceph alertmanager.a for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:16:59.739 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:16:59 smithi005 podman[126908]: Error: no container with ID or name "ceph-fe802a76-a504-11ee-95a5-87774f69a715-alertmanager.a" found: no such container 2023-12-27T22:16:59.739 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:16:59 smithi005 systemd[1]: Started Ceph alertmanager.a for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:17:00.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:16:59 smithi115 bash[108225]: cluster 2023-12-27T22:16:58.956256+0000 mgr.y (mgr.14142) 162 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:00.364 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:17:00 smithi005 bash[126934]: ts=2023-12-27T22:17:00.044Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2023-12-27T22:17:00.364 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:17:00 smithi005 bash[126934]: ts=2023-12-27T22:17:00.044Z caller=main.go:246 level=info build_context="(go=go1.20.7, platform=linux/amd64, user=root@df8d7debeef4, date=20230824-11:11:58, tags=netgo)" 2023-12-27T22:17:00.364 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:17:00 smithi005 bash[126934]: ts=2023-12-27T22:17:00.045Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.5 port=9094 2023-12-27T22:17:00.364 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:17:00 smithi005 bash[126934]: ts=2023-12-27T22:17:00.046Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-27T22:17:00.364 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:17:00 smithi005 bash[126934]: ts=2023-12-27T22:17:00.070Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-27T22:17:00.364 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:17:00 smithi005 bash[126934]: ts=2023-12-27T22:17:00.070Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-27T22:17:00.364 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:17:00 smithi005 bash[126934]: ts=2023-12-27T22:17:00.073Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2023-12-27T22:17:00.364 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:17:00 smithi005 bash[126934]: ts=2023-12-27T22:17:00.073Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2023-12-27T22:17:00.757 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:00 smithi115 bash[108225]: audit 2023-12-27T22:16:59.619906+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.844915\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845014\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845047\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845076\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845105\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845133\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:16:54.845161\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:54.845189\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:17:00.758 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:00 smithi115 bash[108225]: audit 2023-12-27T22:16:59.622581+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.844915\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845014\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845047\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845076\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845105\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845133\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:16:54.845161\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:54.845189\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:17:00.758 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:00 smithi115 bash[108225]: cephadm 2023-12-27T22:16:59.623245+0000 mgr.y (mgr.14142) 163 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-27T22:17:00.758 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:00 smithi115 bash[108225]: cephadm 2023-12-27T22:16:59.626540+0000 mgr.y (mgr.14142) 164 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi115 2023-12-27T22:17:01.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:00 smithi005 bash[108203]: audit 2023-12-27T22:16:59.619906+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.844915\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845014\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845047\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845076\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845105\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845133\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:16:54.845161\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:54.845189\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:17:01.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:00 smithi005 bash[108203]: audit 2023-12-27T22:16:59.622581+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.844915\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845014\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845047\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845076\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845105\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845133\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:16:54.845161\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:54.845189\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:17:01.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:00 smithi005 bash[108203]: cephadm 2023-12-27T22:16:59.623245+0000 mgr.y (mgr.14142) 163 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-27T22:17:01.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:00 smithi005 bash[108203]: cephadm 2023-12-27T22:16:59.626540+0000 mgr.y (mgr.14142) 164 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi115 2023-12-27T22:17:01.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:00 smithi005 bash[111615]: audit 2023-12-27T22:16:59.619906+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.844915\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845014\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845047\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845076\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845105\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845133\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:16:54.845161\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:54.845189\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:17:01.116 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:00 smithi005 bash[111615]: audit 2023-12-27T22:16:59.622581+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.844915\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845014\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845047\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845076\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845105\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:54.845133\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:16:54.845161\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:54.845189\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:17:01.116 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:00 smithi005 bash[111615]: cephadm 2023-12-27T22:16:59.623245+0000 mgr.y (mgr.14142) 163 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-27T22:17:01.116 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:00 smithi005 bash[111615]: cephadm 2023-12-27T22:16:59.626540+0000 mgr.y (mgr.14142) 164 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi115 2023-12-27T22:17:01.375 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:01 smithi115 systemd[1]: Stopping Ceph prometheus.a for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:17:01.634 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:01 smithi115 bash[118831]: ts=2023-12-27T22:17:01.376Z caller=main.go:859 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-27T22:17:01.634 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:01 smithi115 bash[118831]: ts=2023-12-27T22:17:01.376Z caller=main.go:883 level=info msg="Stopping scrape discovery manager..." 2023-12-27T22:17:01.634 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:01 smithi115 bash[118831]: ts=2023-12-27T22:17:01.376Z caller=main.go:897 level=info msg="Stopping notify discovery manager..." 2023-12-27T22:17:01.634 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:01 smithi115 bash[118831]: ts=2023-12-27T22:17:01.376Z caller=manager.go:1026 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-27T22:17:01.634 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:01 smithi115 bash[118831]: ts=2023-12-27T22:17:01.376Z caller=manager.go:1036 level=info component="rule manager" msg="Rule manager stopped" 2023-12-27T22:17:01.634 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:01 smithi115 bash[118831]: ts=2023-12-27T22:17:01.376Z caller=main.go:934 level=info msg="Stopping scrape manager..." 2023-12-27T22:17:01.634 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:01 smithi115 bash[118831]: ts=2023-12-27T22:17:01.376Z caller=main.go:879 level=info msg="Scrape discovery manager stopped" 2023-12-27T22:17:01.634 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:01 smithi115 bash[118831]: ts=2023-12-27T22:17:01.376Z caller=main.go:893 level=info msg="Notify discovery manager stopped" 2023-12-27T22:17:01.634 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:01 smithi115 bash[118831]: ts=2023-12-27T22:17:01.376Z caller=main.go:926 level=info msg="Scrape manager stopped" 2023-12-27T22:17:01.634 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:01 smithi115 bash[118831]: ts=2023-12-27T22:17:01.376Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2023-12-27T22:17:01.635 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:01 smithi115 bash[118831]: ts=2023-12-27T22:17:01.376Z caller=main.go:1156 level=info msg="Notifier manager stopped" 2023-12-27T22:17:01.635 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:01 smithi115 bash[118831]: ts=2023-12-27T22:17:01.377Z caller=main.go:1168 level=info msg="See you next time!" 2023-12-27T22:17:01.635 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:01 smithi115 podman[120165]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-prometheus.a 2023-12-27T22:17:01.664 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-12-27T22:17:01.664 INFO:teuthology.orchestra.run.smithi005.stdout: "id": "e41f94b9-832e-4a66-87c6-297f69421155", 2023-12-27T22:17:01.664 INFO:teuthology.orchestra.run.smithi005.stdout: "name": "r", 2023-12-27T22:17:01.664 INFO:teuthology.orchestra.run.smithi005.stdout: "current_period": "6664c227-ca58-4208-b050-b3bbcd61efc2", 2023-12-27T22:17:01.664 INFO:teuthology.orchestra.run.smithi005.stdout: "epoch": 1 2023-12-27T22:17:01.664 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-12-27T22:17:01.973 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:01 smithi005 bash[108203]: cluster 2023-12-27T22:17:00.625697+0000 mon.a (mon.0) 734 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-27T22:17:01.973 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:01 smithi005 bash[108203]: audit 2023-12-27T22:17:00.627463+0000 mon.a (mon.0) 735 : audit [INF] from='client.? 172.21.15.5:0/3149051150' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-27T22:17:01.973 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:01 smithi005 bash[108203]: cluster 2023-12-27T22:17:00.956715+0000 mgr.y (mgr.14142) 165 : cluster [DBG] pgmap v162: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:01.974 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:01 smithi005 bash[111615]: cluster 2023-12-27T22:17:00.625697+0000 mon.a (mon.0) 734 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-27T22:17:01.974 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:01 smithi005 bash[111615]: audit 2023-12-27T22:17:00.627463+0000 mon.a (mon.0) 735 : audit [INF] from='client.? 172.21.15.5:0/3149051150' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-27T22:17:01.974 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:01 smithi005 bash[111615]: cluster 2023-12-27T22:17:00.956715+0000 mgr.y (mgr.14142) 165 : cluster [DBG] pgmap v162: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:01.988 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:01 smithi115 bash[108225]: cluster 2023-12-27T22:17:00.625697+0000 mon.a (mon.0) 734 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-27T22:17:01.988 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:01 smithi115 bash[108225]: audit 2023-12-27T22:17:00.627463+0000 mon.a (mon.0) 735 : audit [INF] from='client.? 172.21.15.5:0/3149051150' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-27T22:17:01.988 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:01 smithi115 bash[108225]: cluster 2023-12-27T22:17:00.956715+0000 mgr.y (mgr.14142) 165 : cluster [DBG] pgmap v162: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:01.988 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:01 smithi115 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@prometheus.a.service: Succeeded. 2023-12-27T22:17:01.988 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:01 smithi115 systemd[1]: Stopped Ceph prometheus.a for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:17:01.988 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:01 smithi115 systemd[1]: Starting Ceph prometheus.a for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:17:01.988 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:01 smithi115 podman[120207]: Error: no container with ID or name "ceph-fe802a76-a504-11ee-95a5-87774f69a715-prometheus.a" found: no such container 2023-12-27T22:17:01.988 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:01 smithi115 systemd[1]: Started Ceph prometheus.a for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:17:02.052 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -e sha1=c5564c7988cbaadc3382253af5843a8595347c2d -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2023-12-27T22:17:02.254 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[120222]: ts=2023-12-27T22:17:02.146Z caller=main.go:539 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-27T22:17:02.254 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[120222]: ts=2023-12-27T22:17:02.146Z caller=main.go:583 level=info msg="Starting Prometheus Server" mode=server version="(version=2.48.1, branch=HEAD, revision=63894216648f0d6be310c9d16fb48293c45c9310)" 2023-12-27T22:17:02.254 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[120222]: ts=2023-12-27T22:17:02.146Z caller=main.go:588 level=info build_context="(go=go1.21.5, platform=linux/amd64, user=root@71f108ff5632, date=20231208-23:33:22, tags=netgo,builtinassets,stringlabels)" 2023-12-27T22:17:02.254 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[120222]: ts=2023-12-27T22:17:02.146Z caller=main.go:589 level=info host_details="(Linux 4.18.0-529.el8.x86_64 #1 SMP Wed Dec 6 01:03:46 UTC 2023 x86_64 smithi115 (none))" 2023-12-27T22:17:02.254 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[120222]: ts=2023-12-27T22:17:02.146Z caller=main.go:590 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-27T22:17:02.255 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[120222]: ts=2023-12-27T22:17:02.146Z caller=main.go:591 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-27T22:17:02.255 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[120222]: ts=2023-12-27T22:17:02.148Z caller=web.go:566 level=info component=web msg="Start listening for connections" address=:9095 2023-12-27T22:17:02.255 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[120222]: ts=2023-12-27T22:17:02.148Z caller=main.go:1024 level=info msg="Starting TSDB ..." 2023-12-27T22:17:02.255 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[120222]: ts=2023-12-27T22:17:02.150Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2023-12-27T22:17:02.255 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[120222]: ts=2023-12-27T22:17:02.150Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2023-12-27T22:17:02.255 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[120222]: ts=2023-12-27T22:17:02.151Z caller=head.go:601 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-27T22:17:02.255 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[120222]: ts=2023-12-27T22:17:02.151Z caller=head.go:682 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.674µs 2023-12-27T22:17:02.255 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[120222]: ts=2023-12-27T22:17:02.151Z caller=head.go:690 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-27T22:17:02.255 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[120222]: ts=2023-12-27T22:17:02.152Z caller=head.go:761 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2023-12-27T22:17:02.255 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[120222]: ts=2023-12-27T22:17:02.152Z caller=head.go:761 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2023-12-27T22:17:02.255 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[120222]: ts=2023-12-27T22:17:02.152Z caller=head.go:798 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=31.793µs wal_replay_duration=403.848µs wbl_replay_duration=168ns total_replay_duration=453.932µs 2023-12-27T22:17:02.255 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[120222]: ts=2023-12-27T22:17:02.153Z caller=main.go:1045 level=info fs_type=XFS_SUPER_MAGIC 2023-12-27T22:17:02.255 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[120222]: ts=2023-12-27T22:17:02.153Z caller=main.go:1048 level=info msg="TSDB started" 2023-12-27T22:17:02.255 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[120222]: ts=2023-12-27T22:17:02.153Z caller=main.go:1230 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-27T22:17:02.255 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[120222]: ts=2023-12-27T22:17:02.154Z caller=main.go:1267 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=867.968µs db_storage=744ns remote_storage=1.092µs web_handler=379ns query_engine=583ns scrape=371.704µs scrape_sd=22.492µs notify=19.76µs notify_sd=6.578µs rules=30.248µs tracing=4.194µs 2023-12-27T22:17:02.256 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[120222]: ts=2023-12-27T22:17:02.154Z caller=main.go:1009 level=info msg="Server is ready to receive web requests." 2023-12-27T22:17:02.256 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[120222]: ts=2023-12-27T22:17:02.154Z caller=manager.go:1012 level=info component="rule manager" msg="Starting rule manager..." 2023-12-27T22:17:02.342 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:17:02 smithi005 bash[126934]: ts=2023-12-27T22:17:02.047Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000161497s 2023-12-27T22:17:03.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[108225]: audit 2023-12-27T22:17:01.632750+0000 mon.a (mon.0) 736 : audit [INF] from='client.? 172.21.15.5:0/3149051150' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-27T22:17:03.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[108225]: cluster 2023-12-27T22:17:01.632908+0000 mon.a (mon.0) 737 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-27T22:17:03.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[108225]: audit 2023-12-27T22:17:01.811569+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603422\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603498\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603532\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603562\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603591\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603620\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:56.603677\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:16:56.603705\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:17:03.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[108225]: audit 2023-12-27T22:17:01.815082+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603422\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603498\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603532\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603562\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603591\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603620\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:56.603677\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:16:56.603705\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:17:03.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[108225]: cephadm 2023-12-27T22:17:01.815506+0000 mgr.y (mgr.14142) 166 : cephadm [INF] Setting dashboard grafana config to https://smithi115:3000 2023-12-27T22:17:03.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[108225]: audit 2023-12-27T22:17:01.815682+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi115:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2023-12-27T22:17:03.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[108225]: audit 2023-12-27T22:17:01.820193+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi115:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2023-12-27T22:17:03.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:02 smithi115 bash[108225]: audit 2023-12-27T22:17:01.823937+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:17:03.012 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:02 smithi005 bash[111615]: audit 2023-12-27T22:17:01.632750+0000 mon.a (mon.0) 736 : audit [INF] from='client.? 172.21.15.5:0/3149051150' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-27T22:17:03.012 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:02 smithi005 bash[111615]: cluster 2023-12-27T22:17:01.632908+0000 mon.a (mon.0) 737 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-27T22:17:03.012 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:02 smithi005 bash[111615]: audit 2023-12-27T22:17:01.811569+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603422\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603498\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603532\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603562\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603591\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603620\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:56.603677\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:16:56.603705\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:17:03.012 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:02 smithi005 bash[111615]: audit 2023-12-27T22:17:01.815082+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603422\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603498\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603532\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603562\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603591\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603620\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:56.603677\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:16:56.603705\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:17:03.013 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:02 smithi005 bash[111615]: cephadm 2023-12-27T22:17:01.815506+0000 mgr.y (mgr.14142) 166 : cephadm [INF] Setting dashboard grafana config to https://smithi115:3000 2023-12-27T22:17:03.013 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:02 smithi005 bash[111615]: audit 2023-12-27T22:17:01.815682+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi115:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2023-12-27T22:17:03.013 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:02 smithi005 bash[111615]: audit 2023-12-27T22:17:01.820193+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi115:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2023-12-27T22:17:03.013 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:02 smithi005 bash[111615]: audit 2023-12-27T22:17:01.823937+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:17:03.013 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:02 smithi005 bash[108203]: audit 2023-12-27T22:17:01.632750+0000 mon.a (mon.0) 736 : audit [INF] from='client.? 172.21.15.5:0/3149051150' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-27T22:17:03.013 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:02 smithi005 bash[108203]: cluster 2023-12-27T22:17:01.632908+0000 mon.a (mon.0) 737 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-27T22:17:03.014 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:02 smithi005 bash[108203]: audit 2023-12-27T22:17:01.811569+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603422\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603498\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603532\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603562\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603591\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603620\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:56.603677\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:16:56.603705\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:17:03.014 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:02 smithi005 bash[108203]: audit 2023-12-27T22:17:01.815082+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603422\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603498\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603532\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603562\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603591\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:16:56.603620\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:16:56.603677\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:16:56.603705\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:17:03.014 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:02 smithi005 bash[108203]: cephadm 2023-12-27T22:17:01.815506+0000 mgr.y (mgr.14142) 166 : cephadm [INF] Setting dashboard grafana config to https://smithi115:3000 2023-12-27T22:17:03.014 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:02 smithi005 bash[108203]: audit 2023-12-27T22:17:01.815682+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi115:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2023-12-27T22:17:03.014 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:02 smithi005 bash[108203]: audit 2023-12-27T22:17:01.820193+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi115:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2023-12-27T22:17:03.014 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:02 smithi005 bash[108203]: audit 2023-12-27T22:17:01.823937+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:17:03.168 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-12-27T22:17:03.168 INFO:teuthology.orchestra.run.smithi005.stdout: "id": "65c7038a-1db3-4f4c-8384-2593d041254f", 2023-12-27T22:17:03.168 INFO:teuthology.orchestra.run.smithi005.stdout: "name": "default", 2023-12-27T22:17:03.168 INFO:teuthology.orchestra.run.smithi005.stdout: "api_name": "default", 2023-12-27T22:17:03.168 INFO:teuthology.orchestra.run.smithi005.stdout: "is_master": "true", 2023-12-27T22:17:03.168 INFO:teuthology.orchestra.run.smithi005.stdout: "endpoints": [], 2023-12-27T22:17:03.169 INFO:teuthology.orchestra.run.smithi005.stdout: "hostnames": [], 2023-12-27T22:17:03.169 INFO:teuthology.orchestra.run.smithi005.stdout: "hostnames_s3website": [], 2023-12-27T22:17:03.169 INFO:teuthology.orchestra.run.smithi005.stdout: "master_zone": "", 2023-12-27T22:17:03.169 INFO:teuthology.orchestra.run.smithi005.stdout: "zones": [], 2023-12-27T22:17:03.169 INFO:teuthology.orchestra.run.smithi005.stdout: "placement_targets": [], 2023-12-27T22:17:03.169 INFO:teuthology.orchestra.run.smithi005.stdout: "default_placement": "", 2023-12-27T22:17:03.169 INFO:teuthology.orchestra.run.smithi005.stdout: "realm_id": "e41f94b9-832e-4a66-87c6-297f69421155", 2023-12-27T22:17:03.169 INFO:teuthology.orchestra.run.smithi005.stdout: "sync_policy": { 2023-12-27T22:17:03.169 INFO:teuthology.orchestra.run.smithi005.stdout: "groups": [] 2023-12-27T22:17:03.169 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-12-27T22:17:03.169 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-12-27T22:17:03.589 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -e sha1=c5564c7988cbaadc3382253af5843a8595347c2d -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2023-12-27T22:17:03.894 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:03 smithi005 bash[108203]: cluster 2023-12-27T22:17:02.633105+0000 mon.a (mon.0) 743 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-27T22:17:03.894 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:03 smithi005 bash[108203]: cluster 2023-12-27T22:17:02.957020+0000 mgr.y (mgr.14142) 167 : cluster [DBG] pgmap v165: 33 pgs: 9 creating+peering, 9 active+clean, 15 unknown; 289 B data, 4.8 MiB used, 707 GiB / 715 GiB avail; 341 B/s wr, 0 op/s 2023-12-27T22:17:03.894 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:03 smithi005 bash[111615]: cluster 2023-12-27T22:17:02.633105+0000 mon.a (mon.0) 743 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-27T22:17:03.894 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:03 smithi005 bash[111615]: cluster 2023-12-27T22:17:02.957020+0000 mgr.y (mgr.14142) 167 : cluster [DBG] pgmap v165: 33 pgs: 9 creating+peering, 9 active+clean, 15 unknown; 289 B data, 4.8 MiB used, 707 GiB / 715 GiB avail; 341 B/s wr, 0 op/s 2023-12-27T22:17:04.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:03 smithi115 bash[108225]: cluster 2023-12-27T22:17:02.633105+0000 mon.a (mon.0) 743 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-27T22:17:04.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:03 smithi115 bash[108225]: cluster 2023-12-27T22:17:02.957020+0000 mgr.y (mgr.14142) 167 : cluster [DBG] pgmap v165: 33 pgs: 9 creating+peering, 9 active+clean, 15 unknown; 289 B data, 4.8 MiB used, 707 GiB / 715 GiB avail; 341 B/s wr, 0 op/s 2023-12-27T22:17:05.690 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-12-27T22:17:05.690 INFO:teuthology.orchestra.run.smithi005.stdout: "id": "d336a848-b27d-48d0-9893-790a2e3295b6", 2023-12-27T22:17:05.690 INFO:teuthology.orchestra.run.smithi005.stdout: "name": "z", 2023-12-27T22:17:05.690 INFO:teuthology.orchestra.run.smithi005.stdout: "domain_root": "z.rgw.meta:root", 2023-12-27T22:17:05.690 INFO:teuthology.orchestra.run.smithi005.stdout: "control_pool": "z.rgw.control", 2023-12-27T22:17:05.690 INFO:teuthology.orchestra.run.smithi005.stdout: "gc_pool": "z.rgw.log:gc", 2023-12-27T22:17:05.690 INFO:teuthology.orchestra.run.smithi005.stdout: "lc_pool": "z.rgw.log:lc", 2023-12-27T22:17:05.690 INFO:teuthology.orchestra.run.smithi005.stdout: "log_pool": "z.rgw.log", 2023-12-27T22:17:05.690 INFO:teuthology.orchestra.run.smithi005.stdout: "intent_log_pool": "z.rgw.log:intent", 2023-12-27T22:17:05.690 INFO:teuthology.orchestra.run.smithi005.stdout: "usage_log_pool": "z.rgw.log:usage", 2023-12-27T22:17:05.691 INFO:teuthology.orchestra.run.smithi005.stdout: "roles_pool": "z.rgw.meta:roles", 2023-12-27T22:17:05.691 INFO:teuthology.orchestra.run.smithi005.stdout: "reshard_pool": "z.rgw.log:reshard", 2023-12-27T22:17:05.691 INFO:teuthology.orchestra.run.smithi005.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2023-12-27T22:17:05.691 INFO:teuthology.orchestra.run.smithi005.stdout: "user_email_pool": "z.rgw.meta:users.email", 2023-12-27T22:17:05.691 INFO:teuthology.orchestra.run.smithi005.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2023-12-27T22:17:05.691 INFO:teuthology.orchestra.run.smithi005.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2023-12-27T22:17:05.691 INFO:teuthology.orchestra.run.smithi005.stdout: "otp_pool": "z.rgw.otp", 2023-12-27T22:17:05.691 INFO:teuthology.orchestra.run.smithi005.stdout: "system_key": { 2023-12-27T22:17:05.691 INFO:teuthology.orchestra.run.smithi005.stdout: "access_key": "", 2023-12-27T22:17:05.691 INFO:teuthology.orchestra.run.smithi005.stdout: "secret_key": "" 2023-12-27T22:17:05.691 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:17:05.691 INFO:teuthology.orchestra.run.smithi005.stdout: "placement_pools": [ 2023-12-27T22:17:05.691 INFO:teuthology.orchestra.run.smithi005.stdout: { 2023-12-27T22:17:05.691 INFO:teuthology.orchestra.run.smithi005.stdout: "key": "default-placement", 2023-12-27T22:17:05.691 INFO:teuthology.orchestra.run.smithi005.stdout: "val": { 2023-12-27T22:17:05.691 INFO:teuthology.orchestra.run.smithi005.stdout: "index_pool": "z.rgw.buckets.index", 2023-12-27T22:17:05.691 INFO:teuthology.orchestra.run.smithi005.stdout: "storage_classes": { 2023-12-27T22:17:05.692 INFO:teuthology.orchestra.run.smithi005.stdout: "STANDARD": { 2023-12-27T22:17:05.692 INFO:teuthology.orchestra.run.smithi005.stdout: "data_pool": "z.rgw.buckets.data" 2023-12-27T22:17:05.692 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-12-27T22:17:05.692 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:17:05.692 INFO:teuthology.orchestra.run.smithi005.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2023-12-27T22:17:05.692 INFO:teuthology.orchestra.run.smithi005.stdout: "index_type": 0 2023-12-27T22:17:05.692 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-12-27T22:17:05.692 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-12-27T22:17:05.692 INFO:teuthology.orchestra.run.smithi005.stdout: ], 2023-12-27T22:17:05.692 INFO:teuthology.orchestra.run.smithi005.stdout: "realm_id": "e41f94b9-832e-4a66-87c6-297f69421155" 2023-12-27T22:17:05.692 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-12-27T22:17:06.058 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -e sha1=c5564c7988cbaadc3382253af5843a8595347c2d -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2023-12-27T22:17:06.293 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:06 smithi005 bash[108203]: cluster 2023-12-27T22:17:04.957546+0000 mgr.y (mgr.14142) 168 : cluster [DBG] pgmap v166: 33 pgs: 9 creating+peering, 15 active+clean, 9 unknown; 381 B data, 4.9 MiB used, 707 GiB / 715 GiB avail; 853 B/s wr, 1 op/s 2023-12-27T22:17:06.293 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:06 smithi005 bash[111615]: cluster 2023-12-27T22:17:04.957546+0000 mgr.y (mgr.14142) 168 : cluster [DBG] pgmap v166: 33 pgs: 9 creating+peering, 15 active+clean, 9 unknown; 381 B data, 4.9 MiB used, 707 GiB / 715 GiB avail; 853 B/s wr, 1 op/s 2023-12-27T22:17:06.294 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:06 smithi005 bash[108203]: audit 2023-12-27T22:17:05.156968+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155639\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155732\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155772\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155808\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155843\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155877\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:17:05.155911\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:05.155945\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:05.155977\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:59.826344\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}}, \"last_daemon_update\": \"2023-12-27T22:17:05.156072\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:17:06.294 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:06 smithi005 bash[108203]: audit 2023-12-27T22:17:05.160514+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155639\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155732\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155772\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155808\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155843\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155877\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:17:05.155911\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:05.155945\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:05.155977\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:59.826344\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}}, \"last_daemon_update\": \"2023-12-27T22:17:05.156072\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:17:06.294 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:06 smithi005 bash[108203]: audit 2023-12-27T22:17:05.161198+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:17:06.294 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:06 smithi005 bash[111615]: audit 2023-12-27T22:17:05.156968+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155639\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155732\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155772\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155808\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155843\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155877\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:17:05.155911\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:05.155945\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:05.155977\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:59.826344\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}}, \"last_daemon_update\": \"2023-12-27T22:17:05.156072\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:17:06.294 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:06 smithi005 bash[111615]: audit 2023-12-27T22:17:05.160514+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155639\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155732\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155772\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155808\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155843\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155877\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:17:05.155911\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:05.155945\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:05.155977\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:59.826344\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}}, \"last_daemon_update\": \"2023-12-27T22:17:05.156072\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:17:06.295 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:06 smithi005 bash[111615]: audit 2023-12-27T22:17:05.161198+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:17:06.425 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:06 smithi115 bash[108225]: cluster 2023-12-27T22:17:04.957546+0000 mgr.y (mgr.14142) 168 : cluster [DBG] pgmap v166: 33 pgs: 9 creating+peering, 15 active+clean, 9 unknown; 381 B data, 4.9 MiB used, 707 GiB / 715 GiB avail; 853 B/s wr, 1 op/s 2023-12-27T22:17:06.426 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:06 smithi115 bash[108225]: audit 2023-12-27T22:17:05.156968+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155639\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155732\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155772\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155808\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155843\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155877\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:17:05.155911\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:05.155945\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:05.155977\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:59.826344\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}}, \"last_daemon_update\": \"2023-12-27T22:17:05.156072\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:17:06.426 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:06 smithi115 bash[108225]: audit 2023-12-27T22:17:05.160514+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155639\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155732\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155772\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155808\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155843\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:05.155877\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:17:05.155911\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:05.155945\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:05.155977\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:59.826344\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}}, \"last_daemon_update\": \"2023-12-27T22:17:05.156072\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:17:06.426 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:06 smithi115 bash[108225]: audit 2023-12-27T22:17:05.161198+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:17:07.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:07 smithi005 bash[111615]: audit 2023-12-27T22:17:06.959889+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958768\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958843\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958877\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958908\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958961\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958996\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:06.959025\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:06.959054\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:06.959082\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_daemon_update\": \"2023-12-27T22:17:06.959158\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:17:07.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:07 smithi005 bash[111615]: audit 2023-12-27T22:17:06.962850+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958768\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958843\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958877\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958908\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958961\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958996\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:06.959025\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:06.959054\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:06.959082\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_daemon_update\": \"2023-12-27T22:17:06.959158\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:17:07.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:07 smithi005 bash[111615]: audit 2023-12-27T22:17:06.964947+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:17:07.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:07 smithi005 bash[108203]: audit 2023-12-27T22:17:06.959889+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958768\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958843\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958877\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958908\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958961\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958996\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:06.959025\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:06.959054\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:06.959082\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_daemon_update\": \"2023-12-27T22:17:06.959158\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:17:07.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:07 smithi005 bash[108203]: audit 2023-12-27T22:17:06.962850+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958768\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958843\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958877\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958908\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958961\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958996\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:06.959025\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:06.959054\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:06.959082\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_daemon_update\": \"2023-12-27T22:17:06.959158\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:17:07.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:07 smithi005 bash[108203]: audit 2023-12-27T22:17:06.964947+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:17:07.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:07 smithi115 bash[108225]: audit 2023-12-27T22:17:06.959889+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958768\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958843\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958877\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958908\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958961\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958996\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:06.959025\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:06.959054\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:06.959082\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_daemon_update\": \"2023-12-27T22:17:06.959158\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:17:07.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:07 smithi115 bash[108225]: audit 2023-12-27T22:17:06.962850+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958768\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958843\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958877\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958908\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958961\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:06.958996\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:06.959025\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:06.959054\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:06.959082\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_daemon_update\": \"2023-12-27T22:17:06.959158\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:17:07.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:07 smithi115 bash[108225]: audit 2023-12-27T22:17:06.964947+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:17:08.358 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:08 smithi005 bash[108203]: cluster 2023-12-27T22:17:06.957947+0000 mgr.y (mgr.14142) 169 : cluster [DBG] pgmap v167: 33 pgs: 33 active+clean; 1.7 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 484 B/s rd, 2.2 KiB/s wr, 3 op/s 2023-12-27T22:17:08.358 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:08 smithi005 bash[111615]: cluster 2023-12-27T22:17:06.957947+0000 mgr.y (mgr.14142) 169 : cluster [DBG] pgmap v167: 33 pgs: 33 active+clean; 1.7 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 484 B/s rd, 2.2 KiB/s wr, 3 op/s 2023-12-27T22:17:08.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:08 smithi115 bash[108225]: cluster 2023-12-27T22:17:06.957947+0000 mgr.y (mgr.14142) 169 : cluster [DBG] pgmap v167: 33 pgs: 33 active+clean; 1.7 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 484 B/s rd, 2.2 KiB/s wr, 3 op/s 2023-12-27T22:17:09.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:09 smithi115 bash[108225]: cluster 2023-12-27T22:17:08.025963+0000 mon.a (mon.0) 750 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-27T22:17:09.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:09 smithi115 bash[108225]: audit 2023-12-27T22:17:08.031483+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.5:0/2820141313' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-27T22:17:09.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:09 smithi115 bash[108225]: audit 2023-12-27T22:17:08.031905+0000 mon.a (mon.0) 751 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-27T22:17:09.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:09 smithi115 bash[108225]: audit 2023-12-27T22:17:08.558938+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557791\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557867\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557901\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557931\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557960\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557989\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:17:08.558017\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:08.558046\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:08.558074\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:59.826344\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}}, \"last_daemon_update\": \"2023-12-27T22:17:08.558146\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:17:09.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:09 smithi115 bash[108225]: audit 2023-12-27T22:17:08.561819+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557791\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557867\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557901\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557931\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557960\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557989\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:17:08.558017\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:08.558046\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:08.558074\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:59.826344\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}}, \"last_daemon_update\": \"2023-12-27T22:17:08.558146\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:17:09.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:09 smithi115 bash[108225]: audit 2023-12-27T22:17:08.562368+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:17:09.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:09 smithi005 bash[108203]: cluster 2023-12-27T22:17:08.025963+0000 mon.a (mon.0) 750 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-27T22:17:09.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:09 smithi005 bash[108203]: audit 2023-12-27T22:17:08.031483+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.5:0/2820141313' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-27T22:17:09.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:09 smithi005 bash[108203]: audit 2023-12-27T22:17:08.031905+0000 mon.a (mon.0) 751 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-27T22:17:09.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:09 smithi005 bash[111615]: cluster 2023-12-27T22:17:08.025963+0000 mon.a (mon.0) 750 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-27T22:17:09.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:09 smithi005 bash[111615]: audit 2023-12-27T22:17:08.031483+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.5:0/2820141313' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-27T22:17:09.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:09 smithi005 bash[111615]: audit 2023-12-27T22:17:08.031905+0000 mon.a (mon.0) 751 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-27T22:17:09.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:09 smithi005 bash[108203]: audit 2023-12-27T22:17:08.558938+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557791\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557867\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557901\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557931\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557960\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557989\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:17:08.558017\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:08.558046\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:08.558074\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:59.826344\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}}, \"last_daemon_update\": \"2023-12-27T22:17:08.558146\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:17:09.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:09 smithi005 bash[108203]: audit 2023-12-27T22:17:08.561819+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557791\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557867\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557901\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557931\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557960\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557989\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:17:08.558017\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:08.558046\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:08.558074\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:59.826344\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}}, \"last_daemon_update\": \"2023-12-27T22:17:08.558146\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:17:09.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:09 smithi005 bash[108203]: audit 2023-12-27T22:17:08.562368+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:17:09.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:09 smithi005 bash[111615]: audit 2023-12-27T22:17:08.558938+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557791\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557867\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557901\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557931\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557960\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557989\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:17:08.558017\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:08.558046\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:08.558074\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:59.826344\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}}, \"last_daemon_update\": \"2023-12-27T22:17:08.558146\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:17:09.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:09 smithi005 bash[111615]: audit 2023-12-27T22:17:08.561819+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557791\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557867\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557901\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557931\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557960\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557989\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:17:08.558017\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:08.558046\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:08.558074\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:59.826344\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}}, \"last_daemon_update\": \"2023-12-27T22:17:08.558146\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:17:09.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:09 smithi005 bash[111615]: audit 2023-12-27T22:17:08.562368+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:17:10.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:10 smithi115 bash[108225]: cluster 2023-12-27T22:17:08.958345+0000 mgr.y (mgr.14142) 170 : cluster [DBG] pgmap v169: 65 pgs: 32 unknown, 33 active+clean; 1.7 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail; 558 B/s rd, 1.9 KiB/s wr, 3 op/s 2023-12-27T22:17:10.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:10 smithi115 bash[108225]: audit 2023-12-27T22:17:09.027924+0000 mon.a (mon.0) 755 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-27T22:17:10.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:10 smithi115 bash[108225]: cluster 2023-12-27T22:17:09.027993+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-27T22:17:10.363 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:17:10 smithi005 bash[126934]: ts=2023-12-27T22:17:10.048Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.001581281s 2023-12-27T22:17:10.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:10 smithi005 bash[108203]: cluster 2023-12-27T22:17:08.958345+0000 mgr.y (mgr.14142) 170 : cluster [DBG] pgmap v169: 65 pgs: 32 unknown, 33 active+clean; 1.7 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail; 558 B/s rd, 1.9 KiB/s wr, 3 op/s 2023-12-27T22:17:10.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:10 smithi005 bash[108203]: audit 2023-12-27T22:17:09.027924+0000 mon.a (mon.0) 755 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-27T22:17:10.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:10 smithi005 bash[108203]: cluster 2023-12-27T22:17:09.027993+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-27T22:17:10.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:10 smithi005 bash[111615]: cluster 2023-12-27T22:17:08.958345+0000 mgr.y (mgr.14142) 170 : cluster [DBG] pgmap v169: 65 pgs: 32 unknown, 33 active+clean; 1.7 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail; 558 B/s rd, 1.9 KiB/s wr, 3 op/s 2023-12-27T22:17:10.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:10 smithi005 bash[111615]: audit 2023-12-27T22:17:09.027924+0000 mon.a (mon.0) 755 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-27T22:17:10.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:10 smithi005 bash[111615]: cluster 2023-12-27T22:17:09.027993+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-27T22:17:11.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:11 smithi005 bash[108203]: cluster 2023-12-27T22:17:10.044210+0000 mon.a (mon.0) 757 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-27T22:17:11.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:11 smithi005 bash[108203]: audit 2023-12-27T22:17:10.046395+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.5:0/2820141313' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-27T22:17:11.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:11 smithi005 bash[108203]: audit 2023-12-27T22:17:10.047615+0000 mon.a (mon.0) 758 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-27T22:17:11.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:11 smithi005 bash[111615]: cluster 2023-12-27T22:17:10.044210+0000 mon.a (mon.0) 757 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-27T22:17:11.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:11 smithi005 bash[111615]: audit 2023-12-27T22:17:10.046395+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.5:0/2820141313' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-27T22:17:11.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:11 smithi005 bash[111615]: audit 2023-12-27T22:17:10.047615+0000 mon.a (mon.0) 758 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-27T22:17:11.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:11 smithi005 bash[108203]: audit 2023-12-27T22:17:10.288035+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286769\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286860\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286899\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286934\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286968\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.287001\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:10.287034\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:10.287066\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:10.287099\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_daemon_update\": \"2023-12-27T22:17:10.287194\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:17:11.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:11 smithi005 bash[108203]: audit 2023-12-27T22:17:10.291444+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286769\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286860\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286899\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286934\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286968\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.287001\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:10.287034\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:10.287066\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:10.287099\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_daemon_update\": \"2023-12-27T22:17:10.287194\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:17:11.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:11 smithi005 bash[111615]: audit 2023-12-27T22:17:10.288035+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286769\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286860\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286899\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286934\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286968\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.287001\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:10.287034\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:10.287066\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:10.287099\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_daemon_update\": \"2023-12-27T22:17:10.287194\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:17:11.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:11 smithi005 bash[111615]: audit 2023-12-27T22:17:10.291444+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286769\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286860\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286899\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286934\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286968\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.287001\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:10.287034\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:10.287066\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:10.287099\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_daemon_update\": \"2023-12-27T22:17:10.287194\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:17:11.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:11 smithi115 bash[108225]: cluster 2023-12-27T22:17:10.044210+0000 mon.a (mon.0) 757 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-27T22:17:11.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:11 smithi115 bash[108225]: audit 2023-12-27T22:17:10.046395+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.5:0/2820141313' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-27T22:17:11.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:11 smithi115 bash[108225]: audit 2023-12-27T22:17:10.047615+0000 mon.a (mon.0) 758 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-27T22:17:11.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:11 smithi115 bash[108225]: audit 2023-12-27T22:17:10.288035+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286769\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286860\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286899\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286934\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286968\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.287001\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:10.287034\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:10.287066\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:10.287099\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_daemon_update\": \"2023-12-27T22:17:10.287194\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:17:11.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:11 smithi115 bash[108225]: audit 2023-12-27T22:17:10.291444+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286769\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286860\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286899\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286934\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286968\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.287001\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:10.287034\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:10.287066\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:10.287099\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}}, \"last_daemon_update\": \"2023-12-27T22:17:10.287194\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:17:12.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:12 smithi005 bash[108203]: cluster 2023-12-27T22:17:10.958867+0000 mgr.y (mgr.14142) 171 : cluster [DBG] pgmap v172: 97 pgs: 7 creating+peering, 41 unknown, 49 active+clean; 1.8 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail; 2.3 KiB/s rd, 1.8 KiB/s wr, 4 op/s 2023-12-27T22:17:12.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:12 smithi005 bash[108203]: audit 2023-12-27T22:17:11.045723+0000 mon.a (mon.0) 761 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-27T22:17:12.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:12 smithi005 bash[108203]: cluster 2023-12-27T22:17:11.045895+0000 mon.a (mon.0) 762 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-27T22:17:12.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:12 smithi005 bash[111615]: cluster 2023-12-27T22:17:10.958867+0000 mgr.y (mgr.14142) 171 : cluster [DBG] pgmap v172: 97 pgs: 7 creating+peering, 41 unknown, 49 active+clean; 1.8 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail; 2.3 KiB/s rd, 1.8 KiB/s wr, 4 op/s 2023-12-27T22:17:12.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:12 smithi005 bash[111615]: audit 2023-12-27T22:17:11.045723+0000 mon.a (mon.0) 761 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-27T22:17:12.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:12 smithi005 bash[111615]: cluster 2023-12-27T22:17:11.045895+0000 mon.a (mon.0) 762 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-27T22:17:12.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:12 smithi115 bash[108225]: cluster 2023-12-27T22:17:10.958867+0000 mgr.y (mgr.14142) 171 : cluster [DBG] pgmap v172: 97 pgs: 7 creating+peering, 41 unknown, 49 active+clean; 1.8 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail; 2.3 KiB/s rd, 1.8 KiB/s wr, 4 op/s 2023-12-27T22:17:12.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:12 smithi115 bash[108225]: audit 2023-12-27T22:17:11.045723+0000 mon.a (mon.0) 761 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-27T22:17:12.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:12 smithi115 bash[108225]: cluster 2023-12-27T22:17:11.045895+0000 mon.a (mon.0) 762 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-27T22:17:13.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:13 smithi005 bash[108203]: cluster 2023-12-27T22:17:12.067966+0000 mon.a (mon.0) 763 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-27T22:17:13.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:13 smithi005 bash[108203]: audit 2023-12-27T22:17:12.073415+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.5:0/4166815290' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-27T22:17:13.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:13 smithi005 bash[108203]: audit 2023-12-27T22:17:12.078368+0000 mon.a (mon.0) 764 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-27T22:17:13.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:13 smithi005 bash[108203]: audit 2023-12-27T22:17:13.070309+0000 mon.a (mon.0) 765 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-27T22:17:13.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:13 smithi005 bash[108203]: cluster 2023-12-27T22:17:13.070391+0000 mon.a (mon.0) 766 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-27T22:17:13.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:13 smithi005 bash[111615]: cluster 2023-12-27T22:17:12.067966+0000 mon.a (mon.0) 763 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-27T22:17:13.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:13 smithi005 bash[111615]: audit 2023-12-27T22:17:12.073415+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.5:0/4166815290' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-27T22:17:13.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:13 smithi005 bash[111615]: audit 2023-12-27T22:17:12.078368+0000 mon.a (mon.0) 764 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-27T22:17:13.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:13 smithi005 bash[111615]: audit 2023-12-27T22:17:13.070309+0000 mon.a (mon.0) 765 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-27T22:17:13.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:13 smithi005 bash[111615]: cluster 2023-12-27T22:17:13.070391+0000 mon.a (mon.0) 766 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-27T22:17:13.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:13 smithi115 bash[108225]: cluster 2023-12-27T22:17:12.067966+0000 mon.a (mon.0) 763 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-27T22:17:13.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:13 smithi115 bash[108225]: audit 2023-12-27T22:17:12.073415+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.5:0/4166815290' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-27T22:17:13.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:13 smithi115 bash[108225]: audit 2023-12-27T22:17:12.078368+0000 mon.a (mon.0) 764 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-27T22:17:13.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:13 smithi115 bash[108225]: audit 2023-12-27T22:17:13.070309+0000 mon.a (mon.0) 765 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-27T22:17:13.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:13 smithi115 bash[108225]: cluster 2023-12-27T22:17:13.070391+0000 mon.a (mon.0) 766 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-27T22:17:14.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:14 smithi005 bash[108203]: cluster 2023-12-27T22:17:12.959352+0000 mgr.y (mgr.14142) 172 : cluster [DBG] pgmap v175: 129 pgs: 1 creating+activating, 13 creating+peering, 45 unknown, 70 active+clean; 1.8 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 4.5 KiB/s rd, 511 B/s wr, 5 op/s 2023-12-27T22:17:14.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:14 smithi005 bash[108203]: audit 2023-12-27T22:17:13.073322+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.5:0/4166815290' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-27T22:17:14.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:14 smithi005 bash[108203]: audit 2023-12-27T22:17:13.073897+0000 mon.a (mon.0) 767 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-27T22:17:14.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:14 smithi005 bash[108203]: audit 2023-12-27T22:17:14.071736+0000 mon.a (mon.0) 768 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-27T22:17:14.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:14 smithi005 bash[108203]: cluster 2023-12-27T22:17:14.071793+0000 mon.a (mon.0) 769 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-27T22:17:14.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:14 smithi005 bash[108203]: audit 2023-12-27T22:17:14.072788+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.5:0/4166815290' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-27T22:17:14.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:14 smithi005 bash[108203]: audit 2023-12-27T22:17:14.073144+0000 mon.a (mon.0) 770 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-27T22:17:14.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:14 smithi005 bash[111615]: cluster 2023-12-27T22:17:12.959352+0000 mgr.y (mgr.14142) 172 : cluster [DBG] pgmap v175: 129 pgs: 1 creating+activating, 13 creating+peering, 45 unknown, 70 active+clean; 1.8 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 4.5 KiB/s rd, 511 B/s wr, 5 op/s 2023-12-27T22:17:14.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:14 smithi005 bash[111615]: audit 2023-12-27T22:17:13.073322+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.5:0/4166815290' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-27T22:17:14.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:14 smithi005 bash[111615]: audit 2023-12-27T22:17:13.073897+0000 mon.a (mon.0) 767 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-27T22:17:14.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:14 smithi005 bash[111615]: audit 2023-12-27T22:17:14.071736+0000 mon.a (mon.0) 768 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-27T22:17:14.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:14 smithi005 bash[111615]: cluster 2023-12-27T22:17:14.071793+0000 mon.a (mon.0) 769 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-27T22:17:14.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:14 smithi005 bash[111615]: audit 2023-12-27T22:17:14.072788+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.5:0/4166815290' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-27T22:17:14.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:14 smithi005 bash[111615]: audit 2023-12-27T22:17:14.073144+0000 mon.a (mon.0) 770 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-27T22:17:14.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:14 smithi115 bash[108225]: cluster 2023-12-27T22:17:12.959352+0000 mgr.y (mgr.14142) 172 : cluster [DBG] pgmap v175: 129 pgs: 1 creating+activating, 13 creating+peering, 45 unknown, 70 active+clean; 1.8 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 4.5 KiB/s rd, 511 B/s wr, 5 op/s 2023-12-27T22:17:14.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:14 smithi115 bash[108225]: audit 2023-12-27T22:17:13.073322+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.5:0/4166815290' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-27T22:17:14.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:14 smithi115 bash[108225]: audit 2023-12-27T22:17:13.073897+0000 mon.a (mon.0) 767 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-27T22:17:14.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:14 smithi115 bash[108225]: audit 2023-12-27T22:17:14.071736+0000 mon.a (mon.0) 768 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-27T22:17:14.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:14 smithi115 bash[108225]: cluster 2023-12-27T22:17:14.071793+0000 mon.a (mon.0) 769 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-27T22:17:14.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:14 smithi115 bash[108225]: audit 2023-12-27T22:17:14.072788+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.5:0/4166815290' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-27T22:17:14.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:14 smithi115 bash[108225]: audit 2023-12-27T22:17:14.073144+0000 mon.a (mon.0) 770 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-27T22:17:15.162 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-12-27T22:17:15.162 INFO:teuthology.orchestra.run.smithi005.stdout: "id": "1cce32a8-4be6-4c68-b202-e40c7a3fa2ce", 2023-12-27T22:17:15.162 INFO:teuthology.orchestra.run.smithi005.stdout: "epoch": 1, 2023-12-27T22:17:15.162 INFO:teuthology.orchestra.run.smithi005.stdout: "predecessor_uuid": "6664c227-ca58-4208-b050-b3bbcd61efc2", 2023-12-27T22:17:15.162 INFO:teuthology.orchestra.run.smithi005.stdout: "sync_status": [], 2023-12-27T22:17:15.162 INFO:teuthology.orchestra.run.smithi005.stdout: "period_map": { 2023-12-27T22:17:15.162 INFO:teuthology.orchestra.run.smithi005.stdout: "id": "1cce32a8-4be6-4c68-b202-e40c7a3fa2ce", 2023-12-27T22:17:15.162 INFO:teuthology.orchestra.run.smithi005.stdout: "zonegroups": [ 2023-12-27T22:17:15.162 INFO:teuthology.orchestra.run.smithi005.stdout: { 2023-12-27T22:17:15.162 INFO:teuthology.orchestra.run.smithi005.stdout: "id": "65c7038a-1db3-4f4c-8384-2593d041254f", 2023-12-27T22:17:15.162 INFO:teuthology.orchestra.run.smithi005.stdout: "name": "default", 2023-12-27T22:17:15.162 INFO:teuthology.orchestra.run.smithi005.stdout: "api_name": "default", 2023-12-27T22:17:15.163 INFO:teuthology.orchestra.run.smithi005.stdout: "is_master": "true", 2023-12-27T22:17:15.163 INFO:teuthology.orchestra.run.smithi005.stdout: "endpoints": [], 2023-12-27T22:17:15.163 INFO:teuthology.orchestra.run.smithi005.stdout: "hostnames": [], 2023-12-27T22:17:15.163 INFO:teuthology.orchestra.run.smithi005.stdout: "hostnames_s3website": [], 2023-12-27T22:17:15.163 INFO:teuthology.orchestra.run.smithi005.stdout: "master_zone": "d336a848-b27d-48d0-9893-790a2e3295b6", 2023-12-27T22:17:15.163 INFO:teuthology.orchestra.run.smithi005.stdout: "zones": [ 2023-12-27T22:17:15.163 INFO:teuthology.orchestra.run.smithi005.stdout: { 2023-12-27T22:17:15.163 INFO:teuthology.orchestra.run.smithi005.stdout: "id": "d336a848-b27d-48d0-9893-790a2e3295b6", 2023-12-27T22:17:15.163 INFO:teuthology.orchestra.run.smithi005.stdout: "name": "z", 2023-12-27T22:17:15.163 INFO:teuthology.orchestra.run.smithi005.stdout: "endpoints": [], 2023-12-27T22:17:15.163 INFO:teuthology.orchestra.run.smithi005.stdout: "log_meta": "false", 2023-12-27T22:17:15.163 INFO:teuthology.orchestra.run.smithi005.stdout: "log_data": "false", 2023-12-27T22:17:15.163 INFO:teuthology.orchestra.run.smithi005.stdout: "bucket_index_max_shards": 11, 2023-12-27T22:17:15.163 INFO:teuthology.orchestra.run.smithi005.stdout: "read_only": "false", 2023-12-27T22:17:15.163 INFO:teuthology.orchestra.run.smithi005.stdout: "tier_type": "", 2023-12-27T22:17:15.163 INFO:teuthology.orchestra.run.smithi005.stdout: "sync_from_all": "true", 2023-12-27T22:17:15.164 INFO:teuthology.orchestra.run.smithi005.stdout: "sync_from": [], 2023-12-27T22:17:15.164 INFO:teuthology.orchestra.run.smithi005.stdout: "redirect_zone": "" 2023-12-27T22:17:15.164 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-12-27T22:17:15.164 INFO:teuthology.orchestra.run.smithi005.stdout: ], 2023-12-27T22:17:15.164 INFO:teuthology.orchestra.run.smithi005.stdout: "placement_targets": [ 2023-12-27T22:17:15.164 INFO:teuthology.orchestra.run.smithi005.stdout: { 2023-12-27T22:17:15.164 INFO:teuthology.orchestra.run.smithi005.stdout: "name": "default-placement", 2023-12-27T22:17:15.164 INFO:teuthology.orchestra.run.smithi005.stdout: "tags": [], 2023-12-27T22:17:15.164 INFO:teuthology.orchestra.run.smithi005.stdout: "storage_classes": [ 2023-12-27T22:17:15.164 INFO:teuthology.orchestra.run.smithi005.stdout: "STANDARD" 2023-12-27T22:17:15.164 INFO:teuthology.orchestra.run.smithi005.stdout: ] 2023-12-27T22:17:15.164 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-12-27T22:17:15.164 INFO:teuthology.orchestra.run.smithi005.stdout: ], 2023-12-27T22:17:15.164 INFO:teuthology.orchestra.run.smithi005.stdout: "default_placement": "default-placement", 2023-12-27T22:17:15.164 INFO:teuthology.orchestra.run.smithi005.stdout: "realm_id": "e41f94b9-832e-4a66-87c6-297f69421155", 2023-12-27T22:17:15.164 INFO:teuthology.orchestra.run.smithi005.stdout: "sync_policy": { 2023-12-27T22:17:15.165 INFO:teuthology.orchestra.run.smithi005.stdout: "groups": [] 2023-12-27T22:17:15.165 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-12-27T22:17:15.165 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-12-27T22:17:15.165 INFO:teuthology.orchestra.run.smithi005.stdout: ], 2023-12-27T22:17:15.165 INFO:teuthology.orchestra.run.smithi005.stdout: "short_zone_ids": [ 2023-12-27T22:17:15.165 INFO:teuthology.orchestra.run.smithi005.stdout: { 2023-12-27T22:17:15.165 INFO:teuthology.orchestra.run.smithi005.stdout: "key": "d336a848-b27d-48d0-9893-790a2e3295b6", 2023-12-27T22:17:15.165 INFO:teuthology.orchestra.run.smithi005.stdout: "val": 4060263619 2023-12-27T22:17:15.165 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-12-27T22:17:15.165 INFO:teuthology.orchestra.run.smithi005.stdout: ] 2023-12-27T22:17:15.165 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:17:15.165 INFO:teuthology.orchestra.run.smithi005.stdout: "master_zonegroup": "65c7038a-1db3-4f4c-8384-2593d041254f", 2023-12-27T22:17:15.165 INFO:teuthology.orchestra.run.smithi005.stdout: "master_zone": "d336a848-b27d-48d0-9893-790a2e3295b6", 2023-12-27T22:17:15.165 INFO:teuthology.orchestra.run.smithi005.stdout: "period_config": { 2023-12-27T22:17:15.165 INFO:teuthology.orchestra.run.smithi005.stdout: "bucket_quota": { 2023-12-27T22:17:15.166 INFO:teuthology.orchestra.run.smithi005.stdout: "enabled": false, 2023-12-27T22:17:15.166 INFO:teuthology.orchestra.run.smithi005.stdout: "check_on_raw": false, 2023-12-27T22:17:15.166 INFO:teuthology.orchestra.run.smithi005.stdout: "max_size": -1, 2023-12-27T22:17:15.166 INFO:teuthology.orchestra.run.smithi005.stdout: "max_size_kb": 0, 2023-12-27T22:17:15.166 INFO:teuthology.orchestra.run.smithi005.stdout: "max_objects": -1 2023-12-27T22:17:15.166 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:17:15.166 INFO:teuthology.orchestra.run.smithi005.stdout: "user_quota": { 2023-12-27T22:17:15.166 INFO:teuthology.orchestra.run.smithi005.stdout: "enabled": false, 2023-12-27T22:17:15.166 INFO:teuthology.orchestra.run.smithi005.stdout: "check_on_raw": false, 2023-12-27T22:17:15.166 INFO:teuthology.orchestra.run.smithi005.stdout: "max_size": -1, 2023-12-27T22:17:15.166 INFO:teuthology.orchestra.run.smithi005.stdout: "max_size_kb": 0, 2023-12-27T22:17:15.166 INFO:teuthology.orchestra.run.smithi005.stdout: "max_objects": -1 2023-12-27T22:17:15.166 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-12-27T22:17:15.166 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:17:15.166 INFO:teuthology.orchestra.run.smithi005.stdout: "realm_id": "e41f94b9-832e-4a66-87c6-297f69421155", 2023-12-27T22:17:15.166 INFO:teuthology.orchestra.run.smithi005.stdout: "realm_name": "r", 2023-12-27T22:17:15.166 INFO:teuthology.orchestra.run.smithi005.stdout: "realm_epoch": 2 2023-12-27T22:17:15.167 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-12-27T22:17:15.613 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -e sha1=c5564c7988cbaadc3382253af5843a8595347c2d -- bash -c 'ceph orch apply rgw r z --placement=2 --port=8000' 2023-12-27T22:17:16.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:16 smithi005 bash[108203]: cluster 2023-12-27T22:17:14.959848+0000 mgr.y (mgr.14142) 173 : cluster [DBG] pgmap v178: 129 pgs: 1 creating+activating, 18 creating+peering, 20 unknown, 90 active+clean; 1.8 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-27T22:17:16.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:16 smithi005 bash[108203]: audit 2023-12-27T22:17:15.073450+0000 mon.a (mon.0) 771 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-27T22:17:16.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:16 smithi005 bash[108203]: cluster 2023-12-27T22:17:15.073529+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-27T22:17:16.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:16 smithi005 bash[111615]: cluster 2023-12-27T22:17:14.959848+0000 mgr.y (mgr.14142) 173 : cluster [DBG] pgmap v178: 129 pgs: 1 creating+activating, 18 creating+peering, 20 unknown, 90 active+clean; 1.8 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-27T22:17:16.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:16 smithi005 bash[111615]: audit 2023-12-27T22:17:15.073450+0000 mon.a (mon.0) 771 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-27T22:17:16.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:16 smithi005 bash[111615]: cluster 2023-12-27T22:17:15.073529+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-27T22:17:16.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:16 smithi115 bash[108225]: cluster 2023-12-27T22:17:14.959848+0000 mgr.y (mgr.14142) 173 : cluster [DBG] pgmap v178: 129 pgs: 1 creating+activating, 18 creating+peering, 20 unknown, 90 active+clean; 1.8 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-27T22:17:16.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:16 smithi115 bash[108225]: audit 2023-12-27T22:17:15.073450+0000 mon.a (mon.0) 771 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-27T22:17:16.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:16 smithi115 bash[108225]: cluster 2023-12-27T22:17:15.073529+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-27T22:17:16.828 INFO:teuthology.orchestra.run.smithi005.stdout:Scheduled rgw update... 2023-12-27T22:17:17.149 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:17 smithi005 bash[108203]: audit 2023-12-27T22:17:16.824598+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-12-27T22:17:16.824259\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2023-12-27T22:17:17.149 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:17 smithi005 bash[108203]: audit 2023-12-27T22:17:16.827223+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-12-27T22:17:16.824259\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2023-12-27T22:17:17.149 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:17 smithi005 bash[108203]: audit 2023-12-27T22:17:16.829020+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2023-12-27T22:17:17.149 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:17 smithi005 bash[108203]: audit 2023-12-27T22:17:16.832710+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2023-12-27T22:17:17.149 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:17 smithi005 bash[108203]: audit 2023-12-27T22:17:16.833475+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2023-12-27T22:17:17.149 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:17 smithi005 bash[108203]: audit 2023-12-27T22:17:16.837124+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2023-12-27T22:17:17.149 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:17 smithi005 bash[108203]: audit 2023-12-27T22:17:16.837847+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2023-12-27T22:17:17.150 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:17 smithi005 bash[108203]: audit 2023-12-27T22:17:16.841113+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2023-12-27T22:17:17.150 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:17 smithi005 bash[108203]: audit 2023-12-27T22:17:16.842001+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi005.vumxnj", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-12-27T22:17:17.150 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:17 smithi005 bash[108203]: audit 2023-12-27T22:17:16.844894+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi005.vumxnj", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-12-27T22:17:17.150 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:17 smithi005 bash[108203]: audit 2023-12-27T22:17:16.845500+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:17:17.150 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:17 smithi005 bash[108203]: audit 2023-12-27T22:17:16.846309+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi005.vumxnj", "key": "container_image"}]: dispatch 2023-12-27T22:17:17.150 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:17 smithi005 bash[111615]: audit 2023-12-27T22:17:16.824598+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-12-27T22:17:16.824259\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2023-12-27T22:17:17.150 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:17 smithi005 bash[111615]: audit 2023-12-27T22:17:16.827223+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-12-27T22:17:16.824259\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2023-12-27T22:17:17.150 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:17 smithi005 bash[111615]: audit 2023-12-27T22:17:16.829020+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2023-12-27T22:17:17.150 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:17 smithi005 bash[111615]: audit 2023-12-27T22:17:16.832710+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2023-12-27T22:17:17.150 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:17 smithi005 bash[111615]: audit 2023-12-27T22:17:16.833475+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2023-12-27T22:17:17.150 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:17 smithi005 bash[111615]: audit 2023-12-27T22:17:16.837124+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2023-12-27T22:17:17.150 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:17 smithi005 bash[111615]: audit 2023-12-27T22:17:16.837847+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2023-12-27T22:17:17.150 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:17 smithi005 bash[111615]: audit 2023-12-27T22:17:16.841113+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2023-12-27T22:17:17.150 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:17 smithi005 bash[111615]: audit 2023-12-27T22:17:16.842001+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi005.vumxnj", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-12-27T22:17:17.151 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:17 smithi005 bash[111615]: audit 2023-12-27T22:17:16.844894+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi005.vumxnj", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-12-27T22:17:17.151 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:17 smithi005 bash[111615]: audit 2023-12-27T22:17:16.845500+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:17:17.151 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:17 smithi005 bash[111615]: audit 2023-12-27T22:17:16.846309+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi005.vumxnj", "key": "container_image"}]: dispatch 2023-12-27T22:17:17.298 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -e sha1=c5564c7988cbaadc3382253af5843a8595347c2d -- bash -c 'sleep 120' 2023-12-27T22:17:17.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:17 smithi115 bash[108225]: audit 2023-12-27T22:17:16.824598+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-12-27T22:17:16.824259\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2023-12-27T22:17:17.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:17 smithi115 bash[108225]: audit 2023-12-27T22:17:16.827223+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-12-27T22:17:16.824259\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2023-12-27T22:17:17.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:17 smithi115 bash[108225]: audit 2023-12-27T22:17:16.829020+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2023-12-27T22:17:17.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:17 smithi115 bash[108225]: audit 2023-12-27T22:17:16.832710+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2023-12-27T22:17:17.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:17 smithi115 bash[108225]: audit 2023-12-27T22:17:16.833475+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2023-12-27T22:17:17.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:17 smithi115 bash[108225]: audit 2023-12-27T22:17:16.837124+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2023-12-27T22:17:17.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:17 smithi115 bash[108225]: audit 2023-12-27T22:17:16.837847+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2023-12-27T22:17:17.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:17 smithi115 bash[108225]: audit 2023-12-27T22:17:16.841113+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2023-12-27T22:17:17.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:17 smithi115 bash[108225]: audit 2023-12-27T22:17:16.842001+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi005.vumxnj", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-12-27T22:17:17.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:17 smithi115 bash[108225]: audit 2023-12-27T22:17:16.844894+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi005.vumxnj", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-12-27T22:17:17.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:17 smithi115 bash[108225]: audit 2023-12-27T22:17:16.845500+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:17:17.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:17 smithi115 bash[108225]: audit 2023-12-27T22:17:16.846309+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi005.vumxnj", "key": "container_image"}]: dispatch 2023-12-27T22:17:18.335 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:18 smithi005 bash[108203]: audit 2023-12-27T22:17:16.823759+0000 mgr.y (mgr.14142) 174 : audit [DBG] from='client.24580 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:17:18.335 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:18 smithi005 bash[108203]: cephadm 2023-12-27T22:17:16.824244+0000 mgr.y (mgr.14142) 175 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2023-12-27T22:17:18.335 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:18 smithi005 bash[108203]: cephadm 2023-12-27T22:17:16.845952+0000 mgr.y (mgr.14142) 176 : cephadm [INF] Deploying daemon rgw.r.z.smithi005.vumxnj on smithi005 2023-12-27T22:17:18.335 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:18 smithi005 bash[108203]: cluster 2023-12-27T22:17:16.960281+0000 mgr.y (mgr.14142) 177 : cluster [DBG] pgmap v180: 129 pgs: 8 creating+peering, 121 active+clean; 4.2 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 837 B/s rd, 2.2 KiB/s wr, 7 op/s 2023-12-27T22:17:18.335 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:18 smithi005 bash[111615]: audit 2023-12-27T22:17:16.823759+0000 mgr.y (mgr.14142) 174 : audit [DBG] from='client.24580 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:17:18.336 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:18 smithi005 bash[111615]: cephadm 2023-12-27T22:17:16.824244+0000 mgr.y (mgr.14142) 175 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2023-12-27T22:17:18.336 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:18 smithi005 bash[111615]: cephadm 2023-12-27T22:17:16.845952+0000 mgr.y (mgr.14142) 176 : cephadm [INF] Deploying daemon rgw.r.z.smithi005.vumxnj on smithi005 2023-12-27T22:17:18.336 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:18 smithi005 bash[111615]: cluster 2023-12-27T22:17:16.960281+0000 mgr.y (mgr.14142) 177 : cluster [DBG] pgmap v180: 129 pgs: 8 creating+peering, 121 active+clean; 4.2 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 837 B/s rd, 2.2 KiB/s wr, 7 op/s 2023-12-27T22:17:18.499 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:18 smithi115 bash[108225]: audit 2023-12-27T22:17:16.823759+0000 mgr.y (mgr.14142) 174 : audit [DBG] from='client.24580 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:17:18.499 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:18 smithi115 bash[108225]: cephadm 2023-12-27T22:17:16.824244+0000 mgr.y (mgr.14142) 175 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2023-12-27T22:17:18.499 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:18 smithi115 bash[108225]: cephadm 2023-12-27T22:17:16.845952+0000 mgr.y (mgr.14142) 176 : cephadm [INF] Deploying daemon rgw.r.z.smithi005.vumxnj on smithi005 2023-12-27T22:17:18.499 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:18 smithi115 bash[108225]: cluster 2023-12-27T22:17:16.960281+0000 mgr.y (mgr.14142) 177 : cluster [DBG] pgmap v180: 129 pgs: 8 creating+peering, 121 active+clean; 4.2 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 837 B/s rd, 2.2 KiB/s wr, 7 op/s 2023-12-27T22:17:19.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:19 smithi005 bash[108203]: audit 2023-12-27T22:17:18.222416+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557791\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557867\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557901\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557931\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557960\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557989\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:17:08.558017\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:08.558046\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:08.558074\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:59.826344\"}, \"rgw.r.z.smithi005.vumxnj\": {\"hostname\": \"smithi005\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:17:19.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:19 smithi005 bash[111615]: audit 2023-12-27T22:17:18.222416+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557791\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557867\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557901\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557931\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557960\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557989\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:17:08.558017\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:08.558046\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:08.558074\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:59.826344\"}, \"rgw.r.z.smithi005.vumxnj\": {\"hostname\": \"smithi005\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:17:19.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:19 smithi005 bash[108203]: audit 2023-12-27T22:17:18.225141+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557791\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557867\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557901\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557931\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557960\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557989\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:17:08.558017\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:08.558046\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:08.558074\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:59.826344\"}, \"rgw.r.z.smithi005.vumxnj\": {\"hostname\": \"smithi005\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:17:19.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:19 smithi005 bash[108203]: audit 2023-12-27T22:17:18.225681+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi115.sxtabd", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-12-27T22:17:19.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:19 smithi005 bash[108203]: audit 2023-12-27T22:17:18.228157+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi115.sxtabd", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-12-27T22:17:19.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:19 smithi005 bash[108203]: audit 2023-12-27T22:17:18.228922+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:17:19.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:19 smithi005 bash[108203]: cephadm 2023-12-27T22:17:18.229331+0000 mgr.y (mgr.14142) 178 : cephadm [INF] Deploying daemon rgw.r.z.smithi115.sxtabd on smithi115 2023-12-27T22:17:19.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:19 smithi005 bash[108203]: audit 2023-12-27T22:17:18.229576+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi115.sxtabd", "key": "container_image"}]: dispatch 2023-12-27T22:17:19.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:19 smithi005 bash[108203]: cluster 2023-12-27T22:17:18.960950+0000 mgr.y (mgr.14142) 179 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 5.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 3.2 KiB/s wr, 11 op/s 2023-12-27T22:17:19.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:19 smithi005 bash[111615]: audit 2023-12-27T22:17:18.225141+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557791\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557867\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557901\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557931\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557960\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557989\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:17:08.558017\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:08.558046\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:08.558074\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:59.826344\"}, \"rgw.r.z.smithi005.vumxnj\": {\"hostname\": \"smithi005\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:17:19.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:19 smithi005 bash[111615]: audit 2023-12-27T22:17:18.225681+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi115.sxtabd", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-12-27T22:17:19.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:19 smithi005 bash[111615]: audit 2023-12-27T22:17:18.228157+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi115.sxtabd", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-12-27T22:17:19.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:19 smithi005 bash[111615]: audit 2023-12-27T22:17:18.228922+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:17:19.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:19 smithi005 bash[111615]: cephadm 2023-12-27T22:17:18.229331+0000 mgr.y (mgr.14142) 178 : cephadm [INF] Deploying daemon rgw.r.z.smithi115.sxtabd on smithi115 2023-12-27T22:17:19.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:19 smithi005 bash[111615]: audit 2023-12-27T22:17:18.229576+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi115.sxtabd", "key": "container_image"}]: dispatch 2023-12-27T22:17:19.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:19 smithi005 bash[111615]: cluster 2023-12-27T22:17:18.960950+0000 mgr.y (mgr.14142) 179 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 5.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 3.2 KiB/s wr, 11 op/s 2023-12-27T22:17:19.390 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:19 smithi115 bash[108225]: audit 2023-12-27T22:17:18.222416+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557791\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557867\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557901\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557931\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557960\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557989\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:17:08.558017\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:08.558046\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:08.558074\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:59.826344\"}, \"rgw.r.z.smithi005.vumxnj\": {\"hostname\": \"smithi005\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:17:19.391 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:19 smithi115 bash[108225]: audit 2023-12-27T22:17:18.225141+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557791\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557867\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557901\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557931\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557960\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:08.557989\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:17:08.558017\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:08.558046\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:08.558074\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:59.826344\"}, \"rgw.r.z.smithi005.vumxnj\": {\"hostname\": \"smithi005\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:17:19.391 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:19 smithi115 bash[108225]: audit 2023-12-27T22:17:18.225681+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi115.sxtabd", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-12-27T22:17:19.391 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:19 smithi115 bash[108225]: audit 2023-12-27T22:17:18.228157+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi115.sxtabd", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-12-27T22:17:19.391 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:19 smithi115 bash[108225]: audit 2023-12-27T22:17:18.228922+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:17:19.391 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:19 smithi115 bash[108225]: cephadm 2023-12-27T22:17:18.229331+0000 mgr.y (mgr.14142) 178 : cephadm [INF] Deploying daemon rgw.r.z.smithi115.sxtabd on smithi115 2023-12-27T22:17:19.391 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:19 smithi115 bash[108225]: audit 2023-12-27T22:17:18.229576+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi115.sxtabd", "key": "container_image"}]: dispatch 2023-12-27T22:17:19.391 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:19 smithi115 bash[108225]: cluster 2023-12-27T22:17:18.960950+0000 mgr.y (mgr.14142) 179 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 5.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 3.2 KiB/s wr, 11 op/s 2023-12-27T22:17:20.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:20 smithi115 bash[108225]: audit 2023-12-27T22:17:19.325449+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286769\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286860\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286899\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286934\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286968\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.287001\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:10.287034\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:10.287066\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:10.287099\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}, \"rgw.r.z.smithi115.sxtabd\": {\"hostname\": \"smithi115\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:17:20.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:20 smithi115 bash[108225]: audit 2023-12-27T22:17:19.328669+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286769\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286860\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286899\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286934\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286968\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.287001\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:10.287034\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:10.287066\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:10.287099\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}, \"rgw.r.z.smithi115.sxtabd\": {\"hostname\": \"smithi115\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:17:20.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:20 smithi115 bash[108225]: audit 2023-12-27T22:17:19.329348+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:17:20.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:20 smithi005 bash[108203]: audit 2023-12-27T22:17:19.325449+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286769\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286860\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286899\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286934\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286968\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.287001\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:10.287034\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:10.287066\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:10.287099\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}, \"rgw.r.z.smithi115.sxtabd\": {\"hostname\": \"smithi115\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:17:20.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:20 smithi005 bash[108203]: audit 2023-12-27T22:17:19.328669+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286769\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286860\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286899\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286934\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286968\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.287001\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:10.287034\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:10.287066\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:10.287099\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}, \"rgw.r.z.smithi115.sxtabd\": {\"hostname\": \"smithi115\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:17:20.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:20 smithi005 bash[108203]: audit 2023-12-27T22:17:19.329348+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:17:20.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:20 smithi005 bash[111615]: audit 2023-12-27T22:17:19.325449+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286769\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286860\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286899\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286934\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286968\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.287001\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:10.287034\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:10.287066\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:10.287099\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}, \"rgw.r.z.smithi115.sxtabd\": {\"hostname\": \"smithi115\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:17:20.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:20 smithi005 bash[111615]: audit 2023-12-27T22:17:19.328669+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286769\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286860\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286899\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286934\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.286968\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:10.287001\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:10.287034\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:10.287066\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:10.287099\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}, \"rgw.r.z.smithi115.sxtabd\": {\"hostname\": \"smithi115\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:17:20.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:20 smithi005 bash[111615]: audit 2023-12-27T22:17:19.329348+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:17:22.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:22 smithi115 bash[108225]: cluster 2023-12-27T22:17:20.961537+0000 mgr.y (mgr.14142) 180 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 55 KiB/s rd, 4.9 KiB/s wr, 117 op/s 2023-12-27T22:17:22.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:22 smithi115 bash[108225]: audit 2023-12-27T22:17:21.016570+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015404\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015479\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015513\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015543\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015573\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015601\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:17:21.015630\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:21.015659\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:21.015688\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:59.826344\"}, \"rgw.r.z.smithi005.vumxnj\": {\"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:21.015716\", \"created\": \"2023-12-27T22:17:18.187963\", \"started\": \"2023-12-27T22:17:18.372401\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321\"}}, \"last_daemon_update\": \"2023-12-27T22:17:21.015810\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:17:22.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:22 smithi115 bash[108225]: audit 2023-12-27T22:17:21.019717+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015404\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015479\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015513\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015543\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015573\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015601\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:17:21.015630\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:21.015659\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:21.015688\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:59.826344\"}, \"rgw.r.z.smithi005.vumxnj\": {\"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:21.015716\", \"created\": \"2023-12-27T22:17:18.187963\", \"started\": \"2023-12-27T22:17:18.372401\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321\"}}, \"last_daemon_update\": \"2023-12-27T22:17:21.015810\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:17:22.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:22 smithi115 bash[108225]: audit 2023-12-27T22:17:21.020342+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:17:22.265 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:22 smithi005 bash[108203]: cluster 2023-12-27T22:17:20.961537+0000 mgr.y (mgr.14142) 180 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 55 KiB/s rd, 4.9 KiB/s wr, 117 op/s 2023-12-27T22:17:22.265 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:22 smithi005 bash[111615]: cluster 2023-12-27T22:17:20.961537+0000 mgr.y (mgr.14142) 180 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 6.9 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 55 KiB/s rd, 4.9 KiB/s wr, 117 op/s 2023-12-27T22:17:22.266 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:22 smithi005 bash[108203]: audit 2023-12-27T22:17:21.016570+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015404\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015479\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015513\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015543\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015573\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015601\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:17:21.015630\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:21.015659\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:21.015688\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:59.826344\"}, \"rgw.r.z.smithi005.vumxnj\": {\"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:21.015716\", \"created\": \"2023-12-27T22:17:18.187963\", \"started\": \"2023-12-27T22:17:18.372401\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321\"}}, \"last_daemon_update\": \"2023-12-27T22:17:21.015810\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:17:22.266 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:22 smithi005 bash[108203]: audit 2023-12-27T22:17:21.019717+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015404\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015479\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015513\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015543\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015573\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015601\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:17:21.015630\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:21.015659\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:21.015688\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:59.826344\"}, \"rgw.r.z.smithi005.vumxnj\": {\"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:21.015716\", \"created\": \"2023-12-27T22:17:18.187963\", \"started\": \"2023-12-27T22:17:18.372401\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321\"}}, \"last_daemon_update\": \"2023-12-27T22:17:21.015810\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:17:22.266 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:22 smithi005 bash[108203]: audit 2023-12-27T22:17:21.020342+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:17:22.266 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:22 smithi005 bash[111615]: audit 2023-12-27T22:17:21.016570+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015404\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015479\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015513\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015543\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015573\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015601\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:17:21.015630\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:21.015659\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:21.015688\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:59.826344\"}, \"rgw.r.z.smithi005.vumxnj\": {\"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:21.015716\", \"created\": \"2023-12-27T22:17:18.187963\", \"started\": \"2023-12-27T22:17:18.372401\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321\"}}, \"last_daemon_update\": \"2023-12-27T22:17:21.015810\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]: dispatch 2023-12-27T22:17:22.266 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:22 smithi005 bash[111615]: audit 2023-12-27T22:17:21.019717+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015404\", \"created\": \"2023-12-27T22:12:42.062529\", \"started\": \"2023-12-27T22:12:45.590517\"}, \"mgr.y\": {\"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015479\", \"created\": \"2023-12-27T22:12:46.806433\", \"started\": \"2023-12-27T22:12:46.837342\"}, \"mon.c\": {\"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015513\", \"created\": \"2023-12-27T22:13:52.446107\", \"started\": \"2023-12-27T22:13:52.476649\"}, \"osd.0\": {\"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015543\", \"created\": \"2023-12-27T22:14:27.670398\", \"started\": \"2023-12-27T22:14:41.208389\"}, \"osd.1\": {\"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015573\", \"created\": \"2023-12-27T22:14:41.634117\", \"started\": \"2023-12-27T22:14:55.497321\"}, \"osd.2\": {\"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:21.015601\", \"created\": \"2023-12-27T22:14:55.772833\", \"started\": \"2023-12-27T22:15:09.768766\"}, \"osd.3\": {\"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"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-27T22:17:21.015630\", \"created\": \"2023-12-27T22:15:09.847549\", \"started\": \"2023-12-27T22:15:11.399312\"}, \"node-exporter.a\": {\"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:21.015659\", \"created\": \"2023-12-27T22:16:22.537086\", \"started\": \"2023-12-27T22:16:30.939311\"}, \"alertmanager.a\": {\"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:21.015688\", \"created\": \"2023-12-27T22:16:34.940836\", \"started\": \"2023-12-27T22:16:59.826344\"}, \"rgw.r.z.smithi005.vumxnj\": {\"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:21.015716\", \"created\": \"2023-12-27T22:17:18.187963\", \"started\": \"2023-12-27T22:17:18.372401\"}}, \"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\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321\"}}, \"last_daemon_update\": \"2023-12-27T22:17:21.015810\", \"last_device_update\": \"2023-12-27T22:15:12.920792\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.5\"]}, \"last_host_check\": \"2023-12-27T22:13:12.898795\"}"}]': finished 2023-12-27T22:17:22.267 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:22 smithi005 bash[111615]: audit 2023-12-27T22:17:21.020342+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:17:24.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:24 smithi115 bash[108225]: cluster 2023-12-27T22:17:22.962137+0000 mgr.y (mgr.14142) 181 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 4.6 KiB/s wr, 185 op/s 2023-12-27T22:17:24.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:24 smithi005 bash[108203]: cluster 2023-12-27T22:17:22.962137+0000 mgr.y (mgr.14142) 181 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 4.6 KiB/s wr, 185 op/s 2023-12-27T22:17:24.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:24 smithi005 bash[111615]: cluster 2023-12-27T22:17:22.962137+0000 mgr.y (mgr.14142) 181 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 4.6 KiB/s wr, 185 op/s 2023-12-27T22:17:25.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:25 smithi115 bash[108225]: audit 2023-12-27T22:17:24.894953+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893564\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893656\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893695\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893729\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893762\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893793\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893826\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893859\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:24.893891\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}, \"rgw.r.z.smithi115.sxtabd\": {\"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893923\", \"created\": \"2023-12-27T22:17:19.295738\", \"started\": \"2023-12-27T22:17:19.326259\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751\"}}, \"last_daemon_update\": \"2023-12-27T22:17:24.894021\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:17:25.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:25 smithi115 bash[108225]: audit 2023-12-27T22:17:24.898195+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893564\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893656\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893695\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893729\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893762\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893793\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893826\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893859\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:24.893891\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}, \"rgw.r.z.smithi115.sxtabd\": {\"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893923\", \"created\": \"2023-12-27T22:17:19.295738\", \"started\": \"2023-12-27T22:17:19.326259\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751\"}}, \"last_daemon_update\": \"2023-12-27T22:17:24.894021\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:17:25.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:25 smithi005 bash[108203]: audit 2023-12-27T22:17:24.894953+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893564\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893656\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893695\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893729\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893762\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893793\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893826\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893859\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:24.893891\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}, \"rgw.r.z.smithi115.sxtabd\": {\"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893923\", \"created\": \"2023-12-27T22:17:19.295738\", \"started\": \"2023-12-27T22:17:19.326259\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751\"}}, \"last_daemon_update\": \"2023-12-27T22:17:24.894021\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:17:25.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:25 smithi005 bash[108203]: audit 2023-12-27T22:17:24.898195+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893564\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893656\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893695\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893729\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893762\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893793\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893826\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893859\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:24.893891\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}, \"rgw.r.z.smithi115.sxtabd\": {\"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893923\", \"created\": \"2023-12-27T22:17:19.295738\", \"started\": \"2023-12-27T22:17:19.326259\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751\"}}, \"last_daemon_update\": \"2023-12-27T22:17:24.894021\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:17:25.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:25 smithi005 bash[111615]: audit 2023-12-27T22:17:24.894953+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893564\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893656\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893695\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893729\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893762\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893793\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893826\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893859\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:24.893891\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}, \"rgw.r.z.smithi115.sxtabd\": {\"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893923\", \"created\": \"2023-12-27T22:17:19.295738\", \"started\": \"2023-12-27T22:17:19.326259\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751\"}}, \"last_daemon_update\": \"2023-12-27T22:17:24.894021\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:17:25.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:25 smithi005 bash[111615]: audit 2023-12-27T22:17:24.898195+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893564\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"61bab67fa2c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893656\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:14:16.585257\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893695\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893729\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893762\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893793\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893826\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893859\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:24.893891\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}, \"rgw.r.z.smithi115.sxtabd\": {\"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893923\", \"created\": \"2023-12-27T22:17:19.295738\", \"started\": \"2023-12-27T22:17:19.326259\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:15.390399\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751\"}}, \"last_daemon_update\": \"2023-12-27T22:17:24.894021\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:17:26.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:26 smithi005 bash[108203]: cluster 2023-12-27T22:17:24.962746+0000 mgr.y (mgr.14142) 182 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 108 KiB/s rd, 4.1 KiB/s wr, 207 op/s 2023-12-27T22:17:26.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:26 smithi005 bash[111615]: cluster 2023-12-27T22:17:24.962746+0000 mgr.y (mgr.14142) 182 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 108 KiB/s rd, 4.1 KiB/s wr, 207 op/s 2023-12-27T22:17:26.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:26 smithi115 bash[108225]: cluster 2023-12-27T22:17:24.962746+0000 mgr.y (mgr.14142) 182 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 108 KiB/s rd, 4.1 KiB/s wr, 207 op/s 2023-12-27T22:17:28.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:28 smithi005 bash[108203]: cluster 2023-12-27T22:17:26.963571+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 3.4 KiB/s wr, 180 op/s 2023-12-27T22:17:28.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:28 smithi005 bash[111615]: cluster 2023-12-27T22:17:26.963571+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 3.4 KiB/s wr, 180 op/s 2023-12-27T22:17:28.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:28 smithi115 bash[108225]: cluster 2023-12-27T22:17:26.963571+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 3.4 KiB/s wr, 180 op/s 2023-12-27T22:17:30.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:30 smithi005 bash[108203]: cluster 2023-12-27T22:17:28.964285+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 2.5 KiB/s wr, 175 op/s 2023-12-27T22:17:30.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:30 smithi005 bash[111615]: cluster 2023-12-27T22:17:28.964285+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 2.5 KiB/s wr, 175 op/s 2023-12-27T22:17:30.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:30 smithi115 bash[108225]: cluster 2023-12-27T22:17:28.964285+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 2.5 KiB/s wr, 175 op/s 2023-12-27T22:17:32.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:32 smithi005 bash[108203]: cluster 2023-12-27T22:17:30.964970+0000 mgr.y (mgr.14142) 185 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 1.8 KiB/s wr, 173 op/s 2023-12-27T22:17:32.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:32 smithi005 bash[111615]: cluster 2023-12-27T22:17:30.964970+0000 mgr.y (mgr.14142) 185 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 1.8 KiB/s wr, 173 op/s 2023-12-27T22:17:32.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:32 smithi115 bash[108225]: cluster 2023-12-27T22:17:30.964970+0000 mgr.y (mgr.14142) 185 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 1.8 KiB/s wr, 173 op/s 2023-12-27T22:17:34.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:34 smithi005 bash[108203]: cluster 2023-12-27T22:17:32.965843+0000 mgr.y (mgr.14142) 186 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 57 KiB/s rd, 170 B/s wr, 101 op/s 2023-12-27T22:17:34.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:34 smithi005 bash[111615]: cluster 2023-12-27T22:17:32.965843+0000 mgr.y (mgr.14142) 186 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 57 KiB/s rd, 170 B/s wr, 101 op/s 2023-12-27T22:17:34.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:34 smithi115 bash[108225]: cluster 2023-12-27T22:17:32.965843+0000 mgr.y (mgr.14142) 186 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 57 KiB/s rd, 170 B/s wr, 101 op/s 2023-12-27T22:17:36.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:36 smithi005 bash[108203]: cluster 2023-12-27T22:17:34.966498+0000 mgr.y (mgr.14142) 187 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 41 op/s 2023-12-27T22:17:36.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:36 smithi005 bash[111615]: cluster 2023-12-27T22:17:34.966498+0000 mgr.y (mgr.14142) 187 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 41 op/s 2023-12-27T22:17:36.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:36 smithi115 bash[108225]: cluster 2023-12-27T22:17:34.966498+0000 mgr.y (mgr.14142) 187 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 41 op/s 2023-12-27T22:17:38.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:38 smithi005 bash[108203]: cluster 2023-12-27T22:17:36.967341+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-27T22:17:38.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:38 smithi005 bash[111615]: cluster 2023-12-27T22:17:36.967341+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-27T22:17:38.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:38 smithi115 bash[108225]: cluster 2023-12-27T22:17:36.967341+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-27T22:17:40.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:40 smithi005 bash[108203]: cluster 2023-12-27T22:17:38.968081+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:40.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:40 smithi005 bash[111615]: cluster 2023-12-27T22:17:38.968081+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:40.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:40 smithi115 bash[108225]: cluster 2023-12-27T22:17:38.968081+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:42.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:42 smithi005 bash[108203]: cluster 2023-12-27T22:17:40.968864+0000 mgr.y (mgr.14142) 190 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:42.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:42 smithi005 bash[111615]: cluster 2023-12-27T22:17:40.968864+0000 mgr.y (mgr.14142) 190 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:42.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:42 smithi115 bash[108225]: cluster 2023-12-27T22:17:40.968864+0000 mgr.y (mgr.14142) 190 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:44.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:44 smithi005 bash[108203]: cluster 2023-12-27T22:17:42.969572+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:44.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:44 smithi005 bash[111615]: cluster 2023-12-27T22:17:42.969572+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:44.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:44 smithi115 bash[108225]: cluster 2023-12-27T22:17:42.969572+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:46.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:46 smithi005 bash[108203]: cluster 2023-12-27T22:17:44.970118+0000 mgr.y (mgr.14142) 192 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:46.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:46 smithi005 bash[111615]: cluster 2023-12-27T22:17:44.970118+0000 mgr.y (mgr.14142) 192 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:46.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:46 smithi115 bash[108225]: cluster 2023-12-27T22:17:44.970118+0000 mgr.y (mgr.14142) 192 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:48.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:48 smithi005 bash[108203]: cluster 2023-12-27T22:17:46.971024+0000 mgr.y (mgr.14142) 193 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:48.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:48 smithi005 bash[111615]: cluster 2023-12-27T22:17:46.971024+0000 mgr.y (mgr.14142) 193 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:48.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:48 smithi115 bash[108225]: cluster 2023-12-27T22:17:46.971024+0000 mgr.y (mgr.14142) 193 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:50.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:50 smithi005 bash[108203]: cluster 2023-12-27T22:17:48.971829+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:50.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:50 smithi005 bash[111615]: cluster 2023-12-27T22:17:48.971829+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:50.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:50 smithi115 bash[108225]: cluster 2023-12-27T22:17:48.971829+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:52.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:52 smithi005 bash[108203]: cluster 2023-12-27T22:17:50.972656+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:52.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:52 smithi005 bash[111615]: cluster 2023-12-27T22:17:50.972656+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:52.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:52 smithi115 bash[108225]: cluster 2023-12-27T22:17:50.972656+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:54.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:54 smithi005 bash[108203]: cluster 2023-12-27T22:17:52.973341+0000 mgr.y (mgr.14142) 196 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:54.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:54 smithi005 bash[111615]: cluster 2023-12-27T22:17:52.973341+0000 mgr.y (mgr.14142) 196 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:54.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:54 smithi115 bash[108225]: cluster 2023-12-27T22:17:52.973341+0000 mgr.y (mgr.14142) 196 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:56.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:56 smithi005 bash[108203]: cluster 2023-12-27T22:17:54.974068+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:56.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:56 smithi005 bash[111615]: cluster 2023-12-27T22:17:54.974068+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:56.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:56 smithi115 bash[108225]: cluster 2023-12-27T22:17:54.974068+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:58.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:58 smithi005 bash[108203]: cluster 2023-12-27T22:17:56.975038+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:58.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:58 smithi005 bash[111615]: cluster 2023-12-27T22:17:56.975038+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:58.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:58 smithi115 bash[108225]: cluster 2023-12-27T22:17:56.975038+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:59.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:17:59 smithi005 bash[108203]: cluster 2023-12-27T22:17:58.975823+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:59.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:17:59 smithi005 bash[111615]: cluster 2023-12-27T22:17:58.975823+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:17:59.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:17:59 smithi115 bash[108225]: cluster 2023-12-27T22:17:58.975823+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:02.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:02 smithi005 bash[108203]: cluster 2023-12-27T22:18:00.976455+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:02.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:02 smithi005 bash[111615]: cluster 2023-12-27T22:18:00.976455+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:02.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:02 smithi115 bash[108225]: cluster 2023-12-27T22:18:00.976455+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:04.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:04 smithi005 bash[108203]: cluster 2023-12-27T22:18:02.977246+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:04.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:04 smithi005 bash[111615]: cluster 2023-12-27T22:18:02.977246+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:04.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:04 smithi115 bash[108225]: cluster 2023-12-27T22:18:02.977246+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:06.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:06 smithi005 bash[108203]: cluster 2023-12-27T22:18:04.977884+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:06.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:06 smithi005 bash[111615]: cluster 2023-12-27T22:18:04.977884+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:06.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:06 smithi115 bash[108225]: cluster 2023-12-27T22:18:04.977884+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:08.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:08 smithi005 bash[108203]: cluster 2023-12-27T22:18:06.978521+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:08.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:08 smithi005 bash[111615]: cluster 2023-12-27T22:18:06.978521+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:08.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:08 smithi115 bash[108225]: cluster 2023-12-27T22:18:06.978521+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:10.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:10 smithi005 bash[108203]: cluster 2023-12-27T22:18:08.979090+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:10.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:10 smithi005 bash[111615]: cluster 2023-12-27T22:18:08.979090+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:10.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:10 smithi115 bash[108225]: cluster 2023-12-27T22:18:08.979090+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:12.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:12 smithi005 bash[108203]: cluster 2023-12-27T22:18:10.979714+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:12.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:12 smithi005 bash[111615]: cluster 2023-12-27T22:18:10.979714+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:12.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:12 smithi115 bash[108225]: cluster 2023-12-27T22:18:10.979714+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:14.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:14 smithi005 bash[108203]: cluster 2023-12-27T22:18:12.980551+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:14.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:14 smithi005 bash[111615]: cluster 2023-12-27T22:18:12.980551+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:14.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:14 smithi115 bash[108225]: cluster 2023-12-27T22:18:12.980551+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:16.363 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:16 smithi005 bash[111615]: cluster 2023-12-27T22:18:14.981223+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:16.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:16 smithi005 bash[108203]: cluster 2023-12-27T22:18:14.981223+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:16.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:16 smithi115 bash[108225]: cluster 2023-12-27T22:18:14.981223+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:18.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:18 smithi005 bash[108203]: cluster 2023-12-27T22:18:16.981886+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:18.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:18 smithi005 bash[111615]: cluster 2023-12-27T22:18:16.981886+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:18.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:18 smithi115 bash[108225]: cluster 2023-12-27T22:18:16.981886+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:20.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:20 smithi005 bash[108203]: cluster 2023-12-27T22:18:18.982513+0000 mgr.y (mgr.14142) 209 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:20.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:20 smithi005 bash[111615]: cluster 2023-12-27T22:18:18.982513+0000 mgr.y (mgr.14142) 209 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:20.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:20 smithi115 bash[108225]: cluster 2023-12-27T22:18:18.982513+0000 mgr.y (mgr.14142) 209 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:22.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:22 smithi005 bash[108203]: cluster 2023-12-27T22:18:20.983164+0000 mgr.y (mgr.14142) 210 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:22.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:22 smithi005 bash[111615]: cluster 2023-12-27T22:18:20.983164+0000 mgr.y (mgr.14142) 210 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:22.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:22 smithi115 bash[108225]: cluster 2023-12-27T22:18:20.983164+0000 mgr.y (mgr.14142) 210 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:24.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:24 smithi005 bash[108203]: cluster 2023-12-27T22:18:22.983957+0000 mgr.y (mgr.14142) 211 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:24.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:24 smithi005 bash[111615]: cluster 2023-12-27T22:18:22.983957+0000 mgr.y (mgr.14142) 211 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:24.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:24 smithi115 bash[108225]: cluster 2023-12-27T22:18:22.983957+0000 mgr.y (mgr.14142) 211 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:26.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:26 smithi005 bash[108203]: cluster 2023-12-27T22:18:24.984587+0000 mgr.y (mgr.14142) 212 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:26.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:26 smithi005 bash[111615]: cluster 2023-12-27T22:18:24.984587+0000 mgr.y (mgr.14142) 212 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:26.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:26 smithi115 bash[108225]: cluster 2023-12-27T22:18:24.984587+0000 mgr.y (mgr.14142) 212 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:28.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:28 smithi005 bash[108203]: cluster 2023-12-27T22:18:26.985254+0000 mgr.y (mgr.14142) 213 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:28.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:28 smithi005 bash[111615]: cluster 2023-12-27T22:18:26.985254+0000 mgr.y (mgr.14142) 213 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:28.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:28 smithi115 bash[108225]: cluster 2023-12-27T22:18:26.985254+0000 mgr.y (mgr.14142) 213 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:30.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:30 smithi005 bash[108203]: cluster 2023-12-27T22:18:28.985983+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:30.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:30 smithi005 bash[111615]: cluster 2023-12-27T22:18:28.985983+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:30.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:30 smithi115 bash[108225]: cluster 2023-12-27T22:18:28.985983+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:32.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:32 smithi005 bash[108203]: cluster 2023-12-27T22:18:30.986698+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:32.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:32 smithi005 bash[111615]: cluster 2023-12-27T22:18:30.986698+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:32.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:32 smithi115 bash[108225]: cluster 2023-12-27T22:18:30.986698+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:34.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:34 smithi005 bash[108203]: cluster 2023-12-27T22:18:32.987325+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:34.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:34 smithi005 bash[111615]: cluster 2023-12-27T22:18:32.987325+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:34.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:34 smithi115 bash[108225]: cluster 2023-12-27T22:18:32.987325+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:35.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:35 smithi005 bash[108203]: cluster 2023-12-27T22:18:34.987927+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:35.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:35 smithi005 bash[111615]: cluster 2023-12-27T22:18:34.987927+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:35.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:35 smithi115 bash[108225]: cluster 2023-12-27T22:18:34.987927+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:38.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:38 smithi005 bash[108203]: cluster 2023-12-27T22:18:36.988621+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:38.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:38 smithi005 bash[111615]: cluster 2023-12-27T22:18:36.988621+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:38.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:38 smithi115 bash[108225]: cluster 2023-12-27T22:18:36.988621+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:40.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:40 smithi005 bash[108203]: cluster 2023-12-27T22:18:38.989349+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:40.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:40 smithi005 bash[111615]: cluster 2023-12-27T22:18:38.989349+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:40.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:40 smithi115 bash[108225]: cluster 2023-12-27T22:18:38.989349+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:42.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:42 smithi005 bash[108203]: cluster 2023-12-27T22:18:40.989971+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:42.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:42 smithi005 bash[111615]: cluster 2023-12-27T22:18:40.989971+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:42.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:42 smithi115 bash[108225]: cluster 2023-12-27T22:18:40.989971+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:44.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:44 smithi005 bash[108203]: cluster 2023-12-27T22:18:42.990686+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:44.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:44 smithi005 bash[111615]: cluster 2023-12-27T22:18:42.990686+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:44.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:44 smithi115 bash[108225]: cluster 2023-12-27T22:18:42.990686+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:46.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:46 smithi005 bash[108203]: cluster 2023-12-27T22:18:44.991243+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:46.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:46 smithi005 bash[111615]: cluster 2023-12-27T22:18:44.991243+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:46.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:46 smithi115 bash[108225]: cluster 2023-12-27T22:18:44.991243+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:48.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:48 smithi005 bash[108203]: cluster 2023-12-27T22:18:46.991926+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:48.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:48 smithi005 bash[111615]: cluster 2023-12-27T22:18:46.991926+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:48.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:48 smithi115 bash[108225]: cluster 2023-12-27T22:18:46.991926+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:50.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:50 smithi005 bash[108203]: cluster 2023-12-27T22:18:48.992606+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:50.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:50 smithi005 bash[111615]: cluster 2023-12-27T22:18:48.992606+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:50.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:50 smithi115 bash[108225]: cluster 2023-12-27T22:18:48.992606+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:52.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:52 smithi005 bash[108203]: cluster 2023-12-27T22:18:50.993428+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:52.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:52 smithi005 bash[111615]: cluster 2023-12-27T22:18:50.993428+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:52.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:52 smithi115 bash[108225]: cluster 2023-12-27T22:18:50.993428+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:54.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:54 smithi005 bash[108203]: cluster 2023-12-27T22:18:52.994219+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:54.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:54 smithi005 bash[111615]: cluster 2023-12-27T22:18:52.994219+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:54.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:54 smithi115 bash[108225]: cluster 2023-12-27T22:18:52.994219+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:56.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:56 smithi005 bash[108203]: cluster 2023-12-27T22:18:54.994892+0000 mgr.y (mgr.14142) 227 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:56.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:56 smithi005 bash[111615]: cluster 2023-12-27T22:18:54.994892+0000 mgr.y (mgr.14142) 227 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:56.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:56 smithi115 bash[108225]: cluster 2023-12-27T22:18:54.994892+0000 mgr.y (mgr.14142) 227 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:58.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:18:58 smithi005 bash[108203]: cluster 2023-12-27T22:18:56.995768+0000 mgr.y (mgr.14142) 228 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:58.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:18:58 smithi005 bash[111615]: cluster 2023-12-27T22:18:56.995768+0000 mgr.y (mgr.14142) 228 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:18:58.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:18:58 smithi115 bash[108225]: cluster 2023-12-27T22:18:56.995768+0000 mgr.y (mgr.14142) 228 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:00.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:00 smithi005 bash[108203]: cluster 2023-12-27T22:18:58.996314+0000 mgr.y (mgr.14142) 229 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:00.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:00 smithi005 bash[111615]: cluster 2023-12-27T22:18:58.996314+0000 mgr.y (mgr.14142) 229 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:00.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:00 smithi115 bash[108225]: cluster 2023-12-27T22:18:58.996314+0000 mgr.y (mgr.14142) 229 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:02.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:02 smithi005 bash[108203]: cluster 2023-12-27T22:19:00.997097+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:02.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:02 smithi005 bash[111615]: cluster 2023-12-27T22:19:00.997097+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:02.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:02 smithi115 bash[108225]: cluster 2023-12-27T22:19:00.997097+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:04.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:04 smithi005 bash[108203]: cluster 2023-12-27T22:19:02.997777+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:04.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:04 smithi005 bash[111615]: cluster 2023-12-27T22:19:02.997777+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:04.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:04 smithi115 bash[108225]: cluster 2023-12-27T22:19:02.997777+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:06.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:06 smithi005 bash[108203]: cluster 2023-12-27T22:19:04.998487+0000 mgr.y (mgr.14142) 232 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:06.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:06 smithi005 bash[111615]: cluster 2023-12-27T22:19:04.998487+0000 mgr.y (mgr.14142) 232 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:06.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:06 smithi115 bash[108225]: cluster 2023-12-27T22:19:04.998487+0000 mgr.y (mgr.14142) 232 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:08.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:08 smithi005 bash[108203]: cluster 2023-12-27T22:19:06.999276+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:08.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:08 smithi005 bash[111615]: cluster 2023-12-27T22:19:06.999276+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:08.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:08 smithi115 bash[108225]: cluster 2023-12-27T22:19:06.999276+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:10.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:10 smithi005 bash[108203]: cluster 2023-12-27T22:19:08.999952+0000 mgr.y (mgr.14142) 234 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:10.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:10 smithi005 bash[111615]: cluster 2023-12-27T22:19:08.999952+0000 mgr.y (mgr.14142) 234 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:10.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:10 smithi115 bash[108225]: cluster 2023-12-27T22:19:08.999952+0000 mgr.y (mgr.14142) 234 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:12.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:12 smithi005 bash[108203]: cluster 2023-12-27T22:19:11.000736+0000 mgr.y (mgr.14142) 235 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:12.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:12 smithi005 bash[111615]: cluster 2023-12-27T22:19:11.000736+0000 mgr.y (mgr.14142) 235 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:12.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:12 smithi115 bash[108225]: cluster 2023-12-27T22:19:11.000736+0000 mgr.y (mgr.14142) 235 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:14.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:14 smithi005 bash[108203]: cluster 2023-12-27T22:19:13.001562+0000 mgr.y (mgr.14142) 236 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:14.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:14 smithi005 bash[111615]: cluster 2023-12-27T22:19:13.001562+0000 mgr.y (mgr.14142) 236 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:14.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:14 smithi115 bash[108225]: cluster 2023-12-27T22:19:13.001562+0000 mgr.y (mgr.14142) 236 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:15.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:15 smithi115 bash[108225]: cluster 2023-12-27T22:19:15.002279+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:15.613 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:15 smithi005 bash[108203]: cluster 2023-12-27T22:19:15.002279+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:15.614 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:15 smithi005 bash[111615]: cluster 2023-12-27T22:19:15.002279+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:18.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:18 smithi005 bash[108203]: cluster 2023-12-27T22:19:17.003072+0000 mgr.y (mgr.14142) 238 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:18.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:18 smithi005 bash[111615]: cluster 2023-12-27T22:19:17.003072+0000 mgr.y (mgr.14142) 238 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:18.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:18 smithi115 bash[108225]: cluster 2023-12-27T22:19:17.003072+0000 mgr.y (mgr.14142) 238 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:19.117 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -e sha1=c5564c7988cbaadc3382253af5843a8595347c2d -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-27T22:19:20.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:20 smithi005 bash[108203]: cluster 2023-12-27T22:19:19.003643+0000 mgr.y (mgr.14142) 239 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:20.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:20 smithi005 bash[111615]: cluster 2023-12-27T22:19:19.003643+0000 mgr.y (mgr.14142) 239 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:20.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:20 smithi115 bash[108225]: cluster 2023-12-27T22:19:19.003643+0000 mgr.y (mgr.14142) 239 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:20.696 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -e sha1=c5564c7988cbaadc3382253af5843a8595347c2d -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-27T22:19:21.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:21 smithi005 bash[108203]: audit 2023-12-27T22:19:20.339621+0000 mon.a (mon.0) 799 : audit [INF] from='client.? 172.21.15.5:0/1483186843' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2023-12-27T22:19:21.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:21 smithi005 bash[108203]: audit 2023-12-27T22:19:20.343198+0000 mon.a (mon.0) 800 : audit [INF] from='client.? 172.21.15.5:0/1483186843' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2023-12-27T22:19:21.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:21 smithi005 bash[111615]: audit 2023-12-27T22:19:20.339621+0000 mon.a (mon.0) 799 : audit [INF] from='client.? 172.21.15.5:0/1483186843' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2023-12-27T22:19:21.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:21 smithi005 bash[111615]: audit 2023-12-27T22:19:20.343198+0000 mon.a (mon.0) 800 : audit [INF] from='client.? 172.21.15.5:0/1483186843' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2023-12-27T22:19:21.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:21 smithi115 bash[108225]: audit 2023-12-27T22:19:20.339621+0000 mon.a (mon.0) 799 : audit [INF] from='client.? 172.21.15.5:0/1483186843' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2023-12-27T22:19:21.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:21 smithi115 bash[108225]: audit 2023-12-27T22:19:20.343198+0000 mon.a (mon.0) 800 : audit [INF] from='client.? 172.21.15.5:0/1483186843' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2023-12-27T22:19:22.046 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:22 smithi005 bash[108203]: cluster 2023-12-27T22:19:21.004217+0000 mgr.y (mgr.14142) 240 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:22.046 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:22 smithi005 bash[111615]: cluster 2023-12-27T22:19:21.004217+0000 mgr.y (mgr.14142) 240 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:22.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:22 smithi115 bash[108225]: cluster 2023-12-27T22:19:21.004217+0000 mgr.y (mgr.14142) 240 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:22.639 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -e sha1=c5564c7988cbaadc3382253af5843a8595347c2d -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-27T22:19:23.158 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:23 smithi005 bash[108203]: audit 2023-12-27T22:19:22.124704+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.5:0/608013998' 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-27T22:19:23.158 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:23 smithi005 bash[108203]: audit 2023-12-27T22:19:22.124971+0000 mon.a (mon.0) 801 : 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-27T22:19:23.158 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:23 smithi005 bash[108203]: audit 2023-12-27T22:19:22.128399+0000 mon.a (mon.0) 802 : 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-27T22:19:23.159 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:23 smithi005 bash[111615]: audit 2023-12-27T22:19:22.124704+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.5:0/608013998' 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-27T22:19:23.159 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:23 smithi005 bash[111615]: audit 2023-12-27T22:19:22.124971+0000 mon.a (mon.0) 801 : 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-27T22:19:23.159 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:23 smithi005 bash[111615]: audit 2023-12-27T22:19:22.128399+0000 mon.a (mon.0) 802 : 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-27T22:19:23.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:23 smithi115 bash[108225]: audit 2023-12-27T22:19:22.124704+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.5:0/608013998' 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-27T22:19:23.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:23 smithi115 bash[108225]: audit 2023-12-27T22:19:22.124971+0000 mon.a (mon.0) 801 : 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-27T22:19:23.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:23 smithi115 bash[108225]: audit 2023-12-27T22:19:22.128399+0000 mon.a (mon.0) 802 : 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-27T22:19:23.943 INFO:teuthology.orchestra.run.smithi005.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d 2023-12-27T22:19:24.263 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:24 smithi005 bash[108203]: cluster 2023-12-27T22:19:23.004795+0000 mgr.y (mgr.14142) 241 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:24.263 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:24 smithi005 bash[108203]: audit 2023-12-27T22:19:23.938155+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"progress_id\": \"7411783e-6ea4-40d4-bb96-22b42a40f42f\"}"}]: dispatch 2023-12-27T22:19:24.263 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:24 smithi005 bash[108203]: audit 2023-12-27T22:19:23.940871+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"progress_id\": \"7411783e-6ea4-40d4-bb96-22b42a40f42f\"}"}]': finished 2023-12-27T22:19:24.263 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:24 smithi005 bash[111615]: cluster 2023-12-27T22:19:23.004795+0000 mgr.y (mgr.14142) 241 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:24.263 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:24 smithi005 bash[111615]: audit 2023-12-27T22:19:23.938155+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"progress_id\": \"7411783e-6ea4-40d4-bb96-22b42a40f42f\"}"}]: dispatch 2023-12-27T22:19:24.263 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:24 smithi005 bash[111615]: audit 2023-12-27T22:19:23.940871+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"progress_id\": \"7411783e-6ea4-40d4-bb96-22b42a40f42f\"}"}]': finished 2023-12-27T22:19:24.321 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-27T22:19:24.331 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi005.front.sepia.ceph.com 2023-12-27T22:19:24.331 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -e sha1=c5564c7988cbaadc3382253af5843a8595347c2d -- 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-27T22:19:24.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:24 smithi115 bash[108225]: cluster 2023-12-27T22:19:23.004795+0000 mgr.y (mgr.14142) 241 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:24.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:24 smithi115 bash[108225]: audit 2023-12-27T22:19:23.938155+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"progress_id\": \"7411783e-6ea4-40d4-bb96-22b42a40f42f\"}"}]: dispatch 2023-12-27T22:19:24.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:24 smithi115 bash[108225]: audit 2023-12-27T22:19:23.940871+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"progress_id\": \"7411783e-6ea4-40d4-bb96-22b42a40f42f\"}"}]': finished 2023-12-27T22:19:25.283 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:25 smithi005 bash[108203]: audit 2023-12-27T22:19:23.937233+0000 mgr.y (mgr.14142) 242 : audit [DBG] from='client.24637 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:19:25.283 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:25 smithi005 bash[108203]: cephadm 2023-12-27T22:19:23.943828+0000 mgr.y (mgr.14142) 243 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d 2023-12-27T22:19:25.283 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:25 smithi005 bash[111615]: audit 2023-12-27T22:19:23.937233+0000 mgr.y (mgr.14142) 242 : audit [DBG] from='client.24637 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:19:25.284 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:25 smithi005 bash[111615]: cephadm 2023-12-27T22:19:23.943828+0000 mgr.y (mgr.14142) 243 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d 2023-12-27T22:19:25.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:25 smithi115 bash[108225]: audit 2023-12-27T22:19:23.937233+0000 mgr.y (mgr.14142) 242 : audit [DBG] from='client.24637 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:19:25.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:25 smithi115 bash[108225]: cephadm 2023-12-27T22:19:23.943828+0000 mgr.y (mgr.14142) 243 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d 2023-12-27T22:19:25.668 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-12-27T22:19:26.278 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-27T22:19:26.278 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.a smithi005 running (2m) 2m ago 2m docker.io/prom/alertmanager:latest 9f27df16978d 961ab43a4ec3 2023-12-27T22:19:26.278 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.a smithi115 running (2m) 2m ago 2m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 8571ad765d1a 2023-12-27T22:19:26.278 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.x smithi115 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 61bab67fa2c0 2023-12-27T22:19:26.278 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.y smithi005 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bedbd7336f17 2023-12-27T22:19:26.278 INFO:teuthology.orchestra.run.smithi005.stdout:mon.a smithi005 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 80f3fbcd99b9 2023-12-27T22:19:26.278 INFO:teuthology.orchestra.run.smithi005.stdout:mon.b smithi115 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cd9e61900ac7 2023-12-27T22:19:26.278 INFO:teuthology.orchestra.run.smithi005.stdout:mon.c smithi005 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 fc5d3c2adcdf 2023-12-27T22:19:26.278 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.a smithi005 running (2m) 2m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 6aa886eccd9f 2023-12-27T22:19:26.278 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.b smithi115 running (2m) 2m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 1175f3b054db 2023-12-27T22:19:26.278 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8c4bb7ee9386 2023-12-27T22:19:26.279 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 eb2b8d30dc83 2023-12-27T22:19:26.279 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 ac1a0664dc38 2023-12-27T22:19:26.279 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e9b08505b4a9 2023-12-27T22:19:26.279 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi115 running (3m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 ee6eb3d4fea4 2023-12-27T22:19:26.279 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi115 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 590f336246c3 2023-12-27T22:19:26.279 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi115 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 af0919f79f4a 2023-12-27T22:19:26.279 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi115 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 480caad5c3db 2023-12-27T22:19:26.279 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.a smithi115 running (2m) 2m ago 3m docker.io/prom/prometheus:latest ea7f826b1553 fd2cd380ebc4 2023-12-27T22:19:26.279 INFO:teuthology.orchestra.run.smithi005.stdout:rgw.r.z.smithi005.vumxnj smithi005 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44e04367b37c 2023-12-27T22:19:26.279 INFO:teuthology.orchestra.run.smithi005.stdout:rgw.r.z.smithi115.sxtabd smithi115 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e646d305d982 2023-12-27T22:19:26.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:26 smithi005 bash[108203]: cluster 2023-12-27T22:19:25.005233+0000 mgr.y (mgr.14142) 244 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:26.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:26 smithi005 bash[111615]: cluster 2023-12-27T22:19:25.005233+0000 mgr.y (mgr.14142) 244 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:26.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:26 smithi115 bash[108225]: cluster 2023-12-27T22:19:25.005233+0000 mgr.y (mgr.14142) 244 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:26.590 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-12-27T22:19:26.590 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-12-27T22:19:26.590 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-27T22:19:26.590 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:19:26.590 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-12-27T22:19:26.590 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-27T22:19:26.590 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:19:26.590 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-12-27T22:19:26.590 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-27T22:19:26.590 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:19:26.591 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": {}, 2023-12-27T22:19:26.591 INFO:teuthology.orchestra.run.smithi005.stdout: "rgw": { 2023-12-27T22:19:26.591 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-27T22:19:26.591 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:19:26.591 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-12-27T22:19:26.591 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2023-12-27T22:19:26.591 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-12-27T22:19:26.591 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-12-27T22:19:26.908 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-12-27T22:19:26.908 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d", 2023-12-27T22:19:26.909 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-12-27T22:19:26.909 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-12-27T22:19:26.909 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "" 2023-12-27T22:19:26.909 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-12-27T22:19:27.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:27 smithi005 bash[108203]: audit 2023-12-27T22:19:25.657708+0000 mgr.y (mgr.14142) 245 : audit [DBG] from='client.24643 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:19:27.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:27 smithi005 bash[108203]: audit 2023-12-27T22:19:25.962041+0000 mgr.y (mgr.14142) 246 : audit [DBG] from='client.24649 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:19:27.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:27 smithi005 bash[108203]: audit 2023-12-27T22:19:26.590920+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.5:0/725147697' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:19:27.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:27 smithi005 bash[111615]: audit 2023-12-27T22:19:25.657708+0000 mgr.y (mgr.14142) 245 : audit [DBG] from='client.24643 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:19:27.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:27 smithi005 bash[111615]: audit 2023-12-27T22:19:25.962041+0000 mgr.y (mgr.14142) 246 : audit [DBG] from='client.24649 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:19:27.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:27 smithi005 bash[111615]: audit 2023-12-27T22:19:26.590920+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.5:0/725147697' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:19:27.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:27 smithi115 bash[108225]: audit 2023-12-27T22:19:25.657708+0000 mgr.y (mgr.14142) 245 : audit [DBG] from='client.24643 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:19:27.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:27 smithi115 bash[108225]: audit 2023-12-27T22:19:25.962041+0000 mgr.y (mgr.14142) 246 : audit [DBG] from='client.24649 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:19:27.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:27 smithi115 bash[108225]: audit 2023-12-27T22:19:26.590920+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.5:0/725147697' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:19:28.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:28 smithi005 bash[108203]: audit 2023-12-27T22:19:26.274501+0000 mgr.y (mgr.14142) 247 : audit [DBG] from='client.24655 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:19:28.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:28 smithi005 bash[108203]: audit 2023-12-27T22:19:26.909028+0000 mgr.y (mgr.14142) 248 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:19:28.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:28 smithi005 bash[108203]: cluster 2023-12-27T22:19:27.005795+0000 mgr.y (mgr.14142) 249 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:28.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:28 smithi005 bash[111615]: audit 2023-12-27T22:19:26.274501+0000 mgr.y (mgr.14142) 247 : audit [DBG] from='client.24655 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:19:28.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:28 smithi005 bash[111615]: audit 2023-12-27T22:19:26.909028+0000 mgr.y (mgr.14142) 248 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:19:28.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:28 smithi005 bash[111615]: cluster 2023-12-27T22:19:27.005795+0000 mgr.y (mgr.14142) 249 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:28.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:28 smithi115 bash[108225]: audit 2023-12-27T22:19:26.274501+0000 mgr.y (mgr.14142) 247 : audit [DBG] from='client.24655 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:19:28.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:28 smithi115 bash[108225]: audit 2023-12-27T22:19:26.909028+0000 mgr.y (mgr.14142) 248 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:19:28.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:28 smithi115 bash[108225]: cluster 2023-12-27T22:19:27.005795+0000 mgr.y (mgr.14142) 249 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:30.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:30 smithi005 bash[108203]: cluster 2023-12-27T22:19:29.006252+0000 mgr.y (mgr.14142) 250 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:30.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:30 smithi005 bash[111615]: cluster 2023-12-27T22:19:29.006252+0000 mgr.y (mgr.14142) 250 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:30.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:30 smithi115 bash[108225]: cluster 2023-12-27T22:19:29.006252+0000 mgr.y (mgr.14142) 250 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:32.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:32 smithi005 bash[108203]: cluster 2023-12-27T22:19:31.006740+0000 mgr.y (mgr.14142) 251 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:32.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:32 smithi005 bash[111615]: cluster 2023-12-27T22:19:31.006740+0000 mgr.y (mgr.14142) 251 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:32.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:32 smithi115 bash[108225]: cluster 2023-12-27T22:19:31.006740+0000 mgr.y (mgr.14142) 251 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:34.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:34 smithi005 bash[108203]: cluster 2023-12-27T22:19:33.007409+0000 mgr.y (mgr.14142) 252 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:34.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:34 smithi005 bash[111615]: cluster 2023-12-27T22:19:33.007409+0000 mgr.y (mgr.14142) 252 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:34.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:34 smithi115 bash[108225]: cluster 2023-12-27T22:19:33.007409+0000 mgr.y (mgr.14142) 252 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:36.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:36 smithi005 bash[108203]: cluster 2023-12-27T22:19:35.007835+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:36.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:36 smithi005 bash[111615]: cluster 2023-12-27T22:19:35.007835+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:36.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:36 smithi115 bash[108225]: cluster 2023-12-27T22:19:35.007835+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:38.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:38 smithi005 bash[108203]: cluster 2023-12-27T22:19:37.008356+0000 mgr.y (mgr.14142) 254 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:38.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:38 smithi005 bash[111615]: cluster 2023-12-27T22:19:37.008356+0000 mgr.y (mgr.14142) 254 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:38.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:38 smithi115 bash[108225]: cluster 2023-12-27T22:19:37.008356+0000 mgr.y (mgr.14142) 254 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:40.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:40 smithi005 bash[108203]: cluster 2023-12-27T22:19:39.008785+0000 mgr.y (mgr.14142) 255 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:40.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:40 smithi005 bash[111615]: cluster 2023-12-27T22:19:39.008785+0000 mgr.y (mgr.14142) 255 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:40.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:40 smithi115 bash[108225]: cluster 2023-12-27T22:19:39.008785+0000 mgr.y (mgr.14142) 255 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:42.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:42 smithi005 bash[108203]: cluster 2023-12-27T22:19:41.009283+0000 mgr.y (mgr.14142) 256 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:42.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:42 smithi005 bash[111615]: cluster 2023-12-27T22:19:41.009283+0000 mgr.y (mgr.14142) 256 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:42.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:42 smithi115 bash[108225]: cluster 2023-12-27T22:19:41.009283+0000 mgr.y (mgr.14142) 256 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:44.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:44 smithi005 bash[108203]: cluster 2023-12-27T22:19:43.009746+0000 mgr.y (mgr.14142) 257 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:44.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:44 smithi005 bash[111615]: cluster 2023-12-27T22:19:43.009746+0000 mgr.y (mgr.14142) 257 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:44.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:44 smithi115 bash[108225]: cluster 2023-12-27T22:19:43.009746+0000 mgr.y (mgr.14142) 257 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:46.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:46 smithi005 bash[108203]: cluster 2023-12-27T22:19:45.010158+0000 mgr.y (mgr.14142) 258 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:46.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:46 smithi005 bash[111615]: cluster 2023-12-27T22:19:45.010158+0000 mgr.y (mgr.14142) 258 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:46.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:46 smithi115 bash[108225]: cluster 2023-12-27T22:19:45.010158+0000 mgr.y (mgr.14142) 258 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:48.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:48 smithi005 bash[108203]: cluster 2023-12-27T22:19:47.010713+0000 mgr.y (mgr.14142) 259 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:48.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:48 smithi005 bash[111615]: cluster 2023-12-27T22:19:47.010713+0000 mgr.y (mgr.14142) 259 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:48.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:48 smithi115 bash[108225]: cluster 2023-12-27T22:19:47.010713+0000 mgr.y (mgr.14142) 259 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:50.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:50 smithi005 bash[108203]: cluster 2023-12-27T22:19:49.011201+0000 mgr.y (mgr.14142) 260 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:50.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:50 smithi005 bash[111615]: cluster 2023-12-27T22:19:49.011201+0000 mgr.y (mgr.14142) 260 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:50.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:50 smithi115 bash[108225]: cluster 2023-12-27T22:19:49.011201+0000 mgr.y (mgr.14142) 260 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:52.361 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:52 smithi005 bash[108203]: cluster 2023-12-27T22:19:51.011908+0000 mgr.y (mgr.14142) 261 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:52.362 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:52 smithi005 bash[111615]: cluster 2023-12-27T22:19:51.011908+0000 mgr.y (mgr.14142) 261 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:52.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:52 smithi115 bash[108225]: cluster 2023-12-27T22:19:51.011908+0000 mgr.y (mgr.14142) 261 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:53.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:53 smithi005 bash[108203]: audit 2023-12-27T22:19:52.542219+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"progress_id\": \"7411783e-6ea4-40d4-bb96-22b42a40f42f\", \"target_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"target_version\": \"ceph version 16.2.14-417-gc5564c79 (c5564c7988cbaadc3382253af5843a8595347c2d) pacific (stable)\"}"}]: dispatch 2023-12-27T22:19:53.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:53 smithi005 bash[108203]: audit 2023-12-27T22:19:52.545775+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"progress_id\": \"7411783e-6ea4-40d4-bb96-22b42a40f42f\", \"target_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"target_version\": \"ceph version 16.2.14-417-gc5564c79 (c5564c7988cbaadc3382253af5843a8595347c2d) pacific (stable)\"}"}]': finished 2023-12-27T22:19:53.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:53 smithi005 bash[108203]: audit 2023-12-27T22:19:52.546344+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:19:53.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:53 smithi005 bash[111615]: audit 2023-12-27T22:19:52.542219+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"progress_id\": \"7411783e-6ea4-40d4-bb96-22b42a40f42f\", \"target_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"target_version\": \"ceph version 16.2.14-417-gc5564c79 (c5564c7988cbaadc3382253af5843a8595347c2d) pacific (stable)\"}"}]: dispatch 2023-12-27T22:19:53.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:53 smithi005 bash[111615]: audit 2023-12-27T22:19:52.545775+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"progress_id\": \"7411783e-6ea4-40d4-bb96-22b42a40f42f\", \"target_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"target_version\": \"ceph version 16.2.14-417-gc5564c79 (c5564c7988cbaadc3382253af5843a8595347c2d) pacific (stable)\"}"}]': finished 2023-12-27T22:19:53.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:53 smithi005 bash[111615]: audit 2023-12-27T22:19:52.546344+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:19:53.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:53 smithi115 bash[108225]: audit 2023-12-27T22:19:52.542219+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"progress_id\": \"7411783e-6ea4-40d4-bb96-22b42a40f42f\", \"target_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"target_version\": \"ceph version 16.2.14-417-gc5564c79 (c5564c7988cbaadc3382253af5843a8595347c2d) pacific (stable)\"}"}]: dispatch 2023-12-27T22:19:53.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:53 smithi115 bash[108225]: audit 2023-12-27T22:19:52.545775+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"progress_id\": \"7411783e-6ea4-40d4-bb96-22b42a40f42f\", \"target_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"target_version\": \"ceph version 16.2.14-417-gc5564c79 (c5564c7988cbaadc3382253af5843a8595347c2d) pacific (stable)\"}"}]': finished 2023-12-27T22:19:53.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:53 smithi115 bash[108225]: audit 2023-12-27T22:19:52.546344+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:19:54.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:54 smithi005 bash[108203]: cephadm 2023-12-27T22:19:52.546139+0000 mgr.y (mgr.14142) 262 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d with id 4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297 2023-12-27T22:19:54.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:54 smithi005 bash[108203]: cephadm 2023-12-27T22:19:52.547074+0000 mgr.y (mgr.14142) 263 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-12-27T22:19:54.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:54 smithi005 bash[108203]: cephadm 2023-12-27T22:19:52.547224+0000 mgr.y (mgr.14142) 264 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-27T22:19:54.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:54 smithi005 bash[108203]: cephadm 2023-12-27T22:19:52.754437+0000 mgr.y (mgr.14142) 265 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d on smithi115 2023-12-27T22:19:54.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:54 smithi005 bash[108203]: cluster 2023-12-27T22:19:53.012470+0000 mgr.y (mgr.14142) 266 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:54.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:54 smithi005 bash[111615]: cephadm 2023-12-27T22:19:52.546139+0000 mgr.y (mgr.14142) 262 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d with id 4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297 2023-12-27T22:19:54.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:54 smithi005 bash[111615]: cephadm 2023-12-27T22:19:52.547074+0000 mgr.y (mgr.14142) 263 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-12-27T22:19:54.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:54 smithi005 bash[111615]: cephadm 2023-12-27T22:19:52.547224+0000 mgr.y (mgr.14142) 264 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-27T22:19:54.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:54 smithi005 bash[111615]: cephadm 2023-12-27T22:19:52.754437+0000 mgr.y (mgr.14142) 265 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d on smithi115 2023-12-27T22:19:54.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:54 smithi005 bash[111615]: cluster 2023-12-27T22:19:53.012470+0000 mgr.y (mgr.14142) 266 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:54.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:54 smithi115 bash[108225]: cephadm 2023-12-27T22:19:52.546139+0000 mgr.y (mgr.14142) 262 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d with id 4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297 2023-12-27T22:19:54.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:54 smithi115 bash[108225]: cephadm 2023-12-27T22:19:52.547074+0000 mgr.y (mgr.14142) 263 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-12-27T22:19:54.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:54 smithi115 bash[108225]: cephadm 2023-12-27T22:19:52.547224+0000 mgr.y (mgr.14142) 264 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-27T22:19:54.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:54 smithi115 bash[108225]: cephadm 2023-12-27T22:19:52.754437+0000 mgr.y (mgr.14142) 265 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d on smithi115 2023-12-27T22:19:54.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:54 smithi115 bash[108225]: cluster 2023-12-27T22:19:53.012470+0000 mgr.y (mgr.14142) 266 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:55.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:55 smithi115 bash[108225]: cluster 2023-12-27T22:19:55.012930+0000 mgr.y (mgr.14142) 267 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:55.613 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:55 smithi005 bash[108203]: cluster 2023-12-27T22:19:55.012930+0000 mgr.y (mgr.14142) 267 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:55.614 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:55 smithi005 bash[111615]: cluster 2023-12-27T22:19:55.012930+0000 mgr.y (mgr.14142) 267 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:57.292 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-12-27T22:19:57.786 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-27T22:19:57.786 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.a smithi005 running (2m) 2m ago 3m docker.io/prom/alertmanager:latest 9f27df16978d 961ab43a4ec3 2023-12-27T22:19:57.786 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.a smithi115 running (3m) 2m ago 3m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 8571ad765d1a 2023-12-27T22:19:57.786 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.x smithi115 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 61bab67fa2c0 2023-12-27T22:19:57.786 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.y smithi005 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bedbd7336f17 2023-12-27T22:19:57.786 INFO:teuthology.orchestra.run.smithi005.stdout:mon.a smithi005 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 80f3fbcd99b9 2023-12-27T22:19:57.786 INFO:teuthology.orchestra.run.smithi005.stdout:mon.b smithi115 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cd9e61900ac7 2023-12-27T22:19:57.786 INFO:teuthology.orchestra.run.smithi005.stdout:mon.c smithi005 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 fc5d3c2adcdf 2023-12-27T22:19:57.786 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.a smithi005 running (3m) 2m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 6aa886eccd9f 2023-12-27T22:19:57.786 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.b smithi115 running (3m) 2m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 1175f3b054db 2023-12-27T22:19:57.786 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8c4bb7ee9386 2023-12-27T22:19:57.786 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 eb2b8d30dc83 2023-12-27T22:19:57.786 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (4m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 ac1a0664dc38 2023-12-27T22:19:57.787 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e9b08505b4a9 2023-12-27T22:19:57.787 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi115 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 ee6eb3d4fea4 2023-12-27T22:19:57.787 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi115 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 590f336246c3 2023-12-27T22:19:57.787 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi115 running (3m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 af0919f79f4a 2023-12-27T22:19:57.787 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi115 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 480caad5c3db 2023-12-27T22:19:57.787 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.a smithi115 running (2m) 2m ago 3m docker.io/prom/prometheus:latest ea7f826b1553 fd2cd380ebc4 2023-12-27T22:19:57.787 INFO:teuthology.orchestra.run.smithi005.stdout:rgw.r.z.smithi005.vumxnj smithi005 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44e04367b37c 2023-12-27T22:19:57.787 INFO:teuthology.orchestra.run.smithi005.stdout:rgw.r.z.smithi115.sxtabd smithi115 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e646d305d982 2023-12-27T22:19:58.093 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-12-27T22:19:58.093 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-12-27T22:19:58.093 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-27T22:19:58.093 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:19:58.093 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-12-27T22:19:58.093 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-27T22:19:58.093 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:19:58.093 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-12-27T22:19:58.093 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-27T22:19:58.093 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:19:58.094 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": {}, 2023-12-27T22:19:58.094 INFO:teuthology.orchestra.run.smithi005.stdout: "rgw": { 2023-12-27T22:19:58.094 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-27T22:19:58.094 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:19:58.094 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-12-27T22:19:58.094 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2023-12-27T22:19:58.094 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-12-27T22:19:58.094 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-12-27T22:19:58.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:58 smithi005 bash[108203]: cluster 2023-12-27T22:19:57.013563+0000 mgr.y (mgr.14142) 268 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:58.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:58 smithi005 bash[111615]: cluster 2023-12-27T22:19:57.013563+0000 mgr.y (mgr.14142) 268 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:58.380 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-12-27T22:19:58.381 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d", 2023-12-27T22:19:58.381 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-12-27T22:19:58.381 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-12-27T22:19:58.381 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "" 2023-12-27T22:19:58.381 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-12-27T22:19:58.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:58 smithi115 bash[108225]: cluster 2023-12-27T22:19:57.013563+0000 mgr.y (mgr.14142) 268 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:19:59.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:59 smithi005 bash[108203]: audit 2023-12-27T22:19:57.214911+0000 mgr.y (mgr.14142) 269 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:19:59.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:59 smithi005 bash[108203]: audit 2023-12-27T22:19:57.498562+0000 mgr.y (mgr.14142) 270 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:19:59.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:59 smithi005 bash[108203]: audit 2023-12-27T22:19:57.782935+0000 mgr.y (mgr.14142) 271 : audit [DBG] from='client.24685 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:19:59.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:19:59 smithi005 bash[108203]: audit 2023-12-27T22:19:58.093927+0000 mon.a (mon.0) 808 : audit [DBG] from='client.? 172.21.15.5:0/1196028162' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:19:59.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:59 smithi005 bash[111615]: audit 2023-12-27T22:19:57.214911+0000 mgr.y (mgr.14142) 269 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:19:59.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:59 smithi005 bash[111615]: audit 2023-12-27T22:19:57.498562+0000 mgr.y (mgr.14142) 270 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:19:59.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:59 smithi005 bash[111615]: audit 2023-12-27T22:19:57.782935+0000 mgr.y (mgr.14142) 271 : audit [DBG] from='client.24685 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:19:59.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:19:59 smithi005 bash[111615]: audit 2023-12-27T22:19:58.093927+0000 mon.a (mon.0) 808 : audit [DBG] from='client.? 172.21.15.5:0/1196028162' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:19:59.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:59 smithi115 bash[108225]: audit 2023-12-27T22:19:57.214911+0000 mgr.y (mgr.14142) 269 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:19:59.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:59 smithi115 bash[108225]: audit 2023-12-27T22:19:57.498562+0000 mgr.y (mgr.14142) 270 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:19:59.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:59 smithi115 bash[108225]: audit 2023-12-27T22:19:57.782935+0000 mgr.y (mgr.14142) 271 : audit [DBG] from='client.24685 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:19:59.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:19:59 smithi115 bash[108225]: audit 2023-12-27T22:19:58.093927+0000 mon.a (mon.0) 808 : audit [DBG] from='client.? 172.21.15.5:0/1196028162' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:20:00.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:00 smithi005 bash[108203]: audit 2023-12-27T22:19:58.381418+0000 mgr.y (mgr.14142) 272 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:20:00.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:00 smithi005 bash[108203]: cluster 2023-12-27T22:19:59.014128+0000 mgr.y (mgr.14142) 273 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:00.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:00 smithi005 bash[111615]: audit 2023-12-27T22:19:58.381418+0000 mgr.y (mgr.14142) 272 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:20:00.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:00 smithi005 bash[111615]: cluster 2023-12-27T22:19:59.014128+0000 mgr.y (mgr.14142) 273 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:00.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:00 smithi115 bash[108225]: audit 2023-12-27T22:19:58.381418+0000 mgr.y (mgr.14142) 272 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:20:00.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:00 smithi115 bash[108225]: cluster 2023-12-27T22:19:59.014128+0000 mgr.y (mgr.14142) 273 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:02.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:02 smithi005 bash[108203]: cluster 2023-12-27T22:20:01.014798+0000 mgr.y (mgr.14142) 274 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:02.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:02 smithi005 bash[111615]: cluster 2023-12-27T22:20:01.014798+0000 mgr.y (mgr.14142) 274 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:02.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:02 smithi115 bash[108225]: cluster 2023-12-27T22:20:01.014798+0000 mgr.y (mgr.14142) 274 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:04.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:04 smithi005 bash[108203]: cluster 2023-12-27T22:20:03.015588+0000 mgr.y (mgr.14142) 275 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:04.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:04 smithi005 bash[111615]: cluster 2023-12-27T22:20:03.015588+0000 mgr.y (mgr.14142) 275 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:04.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:04 smithi115 bash[108225]: cluster 2023-12-27T22:20:03.015588+0000 mgr.y (mgr.14142) 275 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:06.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:06 smithi005 bash[108203]: cluster 2023-12-27T22:20:05.016162+0000 mgr.y (mgr.14142) 276 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:06.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:06 smithi005 bash[111615]: cluster 2023-12-27T22:20:05.016162+0000 mgr.y (mgr.14142) 276 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:06.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:06 smithi115 bash[108225]: cluster 2023-12-27T22:20:05.016162+0000 mgr.y (mgr.14142) 276 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:08.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:08 smithi005 bash[108203]: cluster 2023-12-27T22:20:07.016850+0000 mgr.y (mgr.14142) 277 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:08.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:08 smithi005 bash[111615]: cluster 2023-12-27T22:20:07.016850+0000 mgr.y (mgr.14142) 277 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:08.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:08 smithi115 bash[108225]: cluster 2023-12-27T22:20:07.016850+0000 mgr.y (mgr.14142) 277 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:10.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:10 smithi005 bash[108203]: cluster 2023-12-27T22:20:09.017469+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:10.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:10 smithi005 bash[111615]: cluster 2023-12-27T22:20:09.017469+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:10.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:10 smithi115 bash[108225]: cluster 2023-12-27T22:20:09.017469+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:12.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:12 smithi005 bash[108203]: cluster 2023-12-27T22:20:11.018192+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:12.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:12 smithi005 bash[111615]: cluster 2023-12-27T22:20:11.018192+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:12.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:12 smithi115 bash[108225]: cluster 2023-12-27T22:20:11.018192+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:14.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:14 smithi005 bash[108203]: cluster 2023-12-27T22:20:13.019007+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:14.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:14 smithi005 bash[111615]: cluster 2023-12-27T22:20:13.019007+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:14.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:14 smithi115 bash[108225]: cluster 2023-12-27T22:20:13.019007+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:16.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:16 smithi005 bash[108203]: cluster 2023-12-27T22:20:15.019736+0000 mgr.y (mgr.14142) 281 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:16.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:16 smithi005 bash[111615]: cluster 2023-12-27T22:20:15.019736+0000 mgr.y (mgr.14142) 281 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:16.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:16 smithi115 bash[108225]: cluster 2023-12-27T22:20:15.019736+0000 mgr.y (mgr.14142) 281 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:18.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:18 smithi005 bash[108203]: cluster 2023-12-27T22:20:17.020584+0000 mgr.y (mgr.14142) 282 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:18.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:18 smithi005 bash[111615]: cluster 2023-12-27T22:20:17.020584+0000 mgr.y (mgr.14142) 282 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:18.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:18 smithi115 bash[108225]: cluster 2023-12-27T22:20:17.020584+0000 mgr.y (mgr.14142) 282 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:20.338 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:20 smithi115 bash[108225]: cluster 2023-12-27T22:20:19.021111+0000 mgr.y (mgr.14142) 283 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:20.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:20 smithi005 bash[108203]: cluster 2023-12-27T22:20:19.021111+0000 mgr.y (mgr.14142) 283 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:20.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:20 smithi005 bash[111615]: cluster 2023-12-27T22:20:19.021111+0000 mgr.y (mgr.14142) 283 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:21.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:21 smithi005 bash[108203]: audit 2023-12-27T22:20:20.874692+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d", "who": "mgr.x"}]: dispatch 2023-12-27T22:20:21.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:21 smithi005 bash[108203]: audit 2023-12-27T22:20:20.880494+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d", "who": "mgr.x"}]': finished 2023-12-27T22:20:21.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:21 smithi005 bash[108203]: audit 2023-12-27T22:20:20.881558+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2023-12-27T22:20:21.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:21 smithi005 bash[108203]: audit 2023-12-27T22:20:20.882465+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:20:21.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:21 smithi005 bash[108203]: audit 2023-12-27T22:20:20.883840+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-12-27T22:20:21.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:21 smithi005 bash[111615]: audit 2023-12-27T22:20:20.874692+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d", "who": "mgr.x"}]: dispatch 2023-12-27T22:20:21.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:21 smithi005 bash[111615]: audit 2023-12-27T22:20:20.880494+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d", "who": "mgr.x"}]': finished 2023-12-27T22:20:21.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:21 smithi005 bash[111615]: audit 2023-12-27T22:20:20.881558+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2023-12-27T22:20:21.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:21 smithi005 bash[111615]: audit 2023-12-27T22:20:20.882465+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:20:21.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:21 smithi005 bash[111615]: audit 2023-12-27T22:20:20.883840+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-12-27T22:20:21.426 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:21 smithi115 bash[108225]: audit 2023-12-27T22:20:20.874692+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d", "who": "mgr.x"}]: dispatch 2023-12-27T22:20:21.426 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:21 smithi115 bash[108225]: audit 2023-12-27T22:20:20.880494+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d", "who": "mgr.x"}]': finished 2023-12-27T22:20:21.426 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:21 smithi115 bash[108225]: audit 2023-12-27T22:20:20.881558+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2023-12-27T22:20:21.426 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:21 smithi115 bash[108225]: audit 2023-12-27T22:20:20.882465+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:20:21.426 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:21 smithi115 bash[108225]: audit 2023-12-27T22:20:20.883840+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-12-27T22:20:22.088 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:21 smithi115 systemd[1]: Stopping Ceph mgr.x for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:20:22.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:22 smithi005 bash[108203]: cephadm 2023-12-27T22:20:20.874161+0000 mgr.y (mgr.14142) 284 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2023-12-27T22:20:22.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:22 smithi005 bash[108203]: cephadm 2023-12-27T22:20:20.874265+0000 mgr.y (mgr.14142) 285 : cephadm [INF] Upgrade: Redeploying mgr.x 2023-12-27T22:20:22.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:22 smithi005 bash[108203]: cephadm 2023-12-27T22:20:20.883177+0000 mgr.y (mgr.14142) 286 : cephadm [INF] Deploying daemon mgr.x on smithi115 2023-12-27T22:20:22.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:22 smithi005 bash[108203]: cluster 2023-12-27T22:20:21.021922+0000 mgr.y (mgr.14142) 287 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:22.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:22 smithi005 bash[111615]: cephadm 2023-12-27T22:20:20.874161+0000 mgr.y (mgr.14142) 284 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2023-12-27T22:20:22.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:22 smithi005 bash[111615]: cephadm 2023-12-27T22:20:20.874265+0000 mgr.y (mgr.14142) 285 : cephadm [INF] Upgrade: Redeploying mgr.x 2023-12-27T22:20:22.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:22 smithi005 bash[111615]: cephadm 2023-12-27T22:20:20.883177+0000 mgr.y (mgr.14142) 286 : cephadm [INF] Deploying daemon mgr.x on smithi115 2023-12-27T22:20:22.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:22 smithi005 bash[111615]: cluster 2023-12-27T22:20:21.021922+0000 mgr.y (mgr.14142) 287 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:22.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:22 smithi115 bash[108225]: cephadm 2023-12-27T22:20:20.874161+0000 mgr.y (mgr.14142) 284 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2023-12-27T22:20:22.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:22 smithi115 bash[108225]: cephadm 2023-12-27T22:20:20.874265+0000 mgr.y (mgr.14142) 285 : cephadm [INF] Upgrade: Redeploying mgr.x 2023-12-27T22:20:22.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:22 smithi115 bash[108225]: cephadm 2023-12-27T22:20:20.883177+0000 mgr.y (mgr.14142) 286 : cephadm [INF] Deploying daemon mgr.x on smithi115 2023-12-27T22:20:22.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:22 smithi115 bash[108225]: cluster 2023-12-27T22:20:21.021922+0000 mgr.y (mgr.14142) 287 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:24.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:24 smithi005 bash[108203]: cluster 2023-12-27T22:20:23.022645+0000 mgr.y (mgr.14142) 288 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:24.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:24 smithi005 bash[111615]: cluster 2023-12-27T22:20:23.022645+0000 mgr.y (mgr.14142) 288 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:24.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:24 smithi115 bash[108225]: cluster 2023-12-27T22:20:23.022645+0000 mgr.y (mgr.14142) 288 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:26.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:26 smithi005 bash[108203]: cluster 2023-12-27T22:20:25.023168+0000 mgr.y (mgr.14142) 289 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:26.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:26 smithi005 bash[111615]: cluster 2023-12-27T22:20:25.023168+0000 mgr.y (mgr.14142) 289 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:26.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:26 smithi115 bash[108225]: cluster 2023-12-27T22:20:25.023168+0000 mgr.y (mgr.14142) 289 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:28.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:28 smithi005 bash[108203]: cluster 2023-12-27T22:20:27.024006+0000 mgr.y (mgr.14142) 290 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:28.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:28 smithi005 bash[111615]: cluster 2023-12-27T22:20:27.024006+0000 mgr.y (mgr.14142) 290 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:28.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:28 smithi115 bash[108225]: cluster 2023-12-27T22:20:27.024006+0000 mgr.y (mgr.14142) 290 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:28.689 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-12-27T22:20:29.248 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-27T22:20:29.248 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.a smithi005 running (3m) 3m ago 3m docker.io/prom/alertmanager:latest 9f27df16978d 961ab43a4ec3 2023-12-27T22:20:29.248 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.a smithi115 running (3m) 3m ago 3m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 8571ad765d1a 2023-12-27T22:20:29.248 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.x smithi115 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 61bab67fa2c0 2023-12-27T22:20:29.248 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.y smithi005 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 bedbd7336f17 2023-12-27T22:20:29.248 INFO:teuthology.orchestra.run.smithi005.stdout:mon.a smithi005 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 80f3fbcd99b9 2023-12-27T22:20:29.248 INFO:teuthology.orchestra.run.smithi005.stdout:mon.b smithi115 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cd9e61900ac7 2023-12-27T22:20:29.248 INFO:teuthology.orchestra.run.smithi005.stdout:mon.c smithi005 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 fc5d3c2adcdf 2023-12-27T22:20:29.248 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.a smithi005 running (3m) 3m ago 4m docker.io/prom/node-exporter:latest 72c9c2088986 6aa886eccd9f 2023-12-27T22:20:29.248 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.b smithi115 running (3m) 3m ago 4m docker.io/prom/node-exporter:latest 72c9c2088986 1175f3b054db 2023-12-27T22:20:29.248 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (5m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8c4bb7ee9386 2023-12-27T22:20:29.248 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 eb2b8d30dc83 2023-12-27T22:20:29.248 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 ac1a0664dc38 2023-12-27T22:20:29.249 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e9b08505b4a9 2023-12-27T22:20:29.249 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi115 running (4m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 ee6eb3d4fea4 2023-12-27T22:20:29.249 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi115 running (4m) 3m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 590f336246c3 2023-12-27T22:20:29.249 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi115 running (4m) 3m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 af0919f79f4a 2023-12-27T22:20:29.249 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi115 running (4m) 3m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 480caad5c3db 2023-12-27T22:20:29.249 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.a smithi115 running (3m) 3m ago 4m docker.io/prom/prometheus:latest ea7f826b1553 fd2cd380ebc4 2023-12-27T22:20:29.249 INFO:teuthology.orchestra.run.smithi005.stdout:rgw.r.z.smithi005.vumxnj smithi005 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 44e04367b37c 2023-12-27T22:20:29.249 INFO:teuthology.orchestra.run.smithi005.stdout:rgw.r.z.smithi115.sxtabd smithi115 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e646d305d982 2023-12-27T22:20:29.550 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-12-27T22:20:29.550 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-12-27T22:20:29.550 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-27T22:20:29.550 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:20:29.550 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-12-27T22:20:29.550 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-27T22:20:29.550 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:20:29.550 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-12-27T22:20:29.550 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-27T22:20:29.550 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:20:29.551 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": {}, 2023-12-27T22:20:29.551 INFO:teuthology.orchestra.run.smithi005.stdout: "rgw": { 2023-12-27T22:20:29.551 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-27T22:20:29.551 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:20:29.551 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-12-27T22:20:29.551 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2023-12-27T22:20:29.551 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-12-27T22:20:29.551 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-12-27T22:20:29.836 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-12-27T22:20:29.836 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d", 2023-12-27T22:20:29.836 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-12-27T22:20:29.836 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-12-27T22:20:29.836 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "" 2023-12-27T22:20:29.836 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-12-27T22:20:30.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:30 smithi005 bash[108203]: audit 2023-12-27T22:20:28.678821+0000 mgr.y (mgr.14142) 291 : audit [DBG] from='client.24703 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:20:30.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:30 smithi005 bash[108203]: audit 2023-12-27T22:20:28.964063+0000 mgr.y (mgr.14142) 292 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:20:30.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:30 smithi005 bash[108203]: cluster 2023-12-27T22:20:29.024527+0000 mgr.y (mgr.14142) 293 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:30.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:30 smithi005 bash[108203]: audit 2023-12-27T22:20:29.550990+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.5:0/425846326' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:20:30.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:30 smithi005 bash[111615]: audit 2023-12-27T22:20:28.678821+0000 mgr.y (mgr.14142) 291 : audit [DBG] from='client.24703 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:20:30.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:30 smithi005 bash[111615]: audit 2023-12-27T22:20:28.964063+0000 mgr.y (mgr.14142) 292 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:20:30.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:30 smithi005 bash[111615]: cluster 2023-12-27T22:20:29.024527+0000 mgr.y (mgr.14142) 293 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:30.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:30 smithi005 bash[111615]: audit 2023-12-27T22:20:29.550990+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.5:0/425846326' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:20:30.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:30 smithi115 bash[108225]: audit 2023-12-27T22:20:28.678821+0000 mgr.y (mgr.14142) 291 : audit [DBG] from='client.24703 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:20:30.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:30 smithi115 bash[108225]: audit 2023-12-27T22:20:28.964063+0000 mgr.y (mgr.14142) 292 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:20:30.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:30 smithi115 bash[108225]: cluster 2023-12-27T22:20:29.024527+0000 mgr.y (mgr.14142) 293 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:30.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:30 smithi115 bash[108225]: audit 2023-12-27T22:20:29.550990+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.5:0/425846326' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:20:31.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:31 smithi005 bash[108203]: audit 2023-12-27T22:20:29.245242+0000 mgr.y (mgr.14142) 294 : audit [DBG] from='client.24715 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:20:31.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:31 smithi005 bash[108203]: audit 2023-12-27T22:20:29.836228+0000 mgr.y (mgr.14142) 295 : audit [DBG] from='client.24727 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:20:31.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:31 smithi005 bash[111615]: audit 2023-12-27T22:20:29.245242+0000 mgr.y (mgr.14142) 294 : audit [DBG] from='client.24715 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:20:31.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:31 smithi005 bash[111615]: audit 2023-12-27T22:20:29.836228+0000 mgr.y (mgr.14142) 295 : audit [DBG] from='client.24727 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:20:31.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:31 smithi115 bash[108225]: audit 2023-12-27T22:20:29.245242+0000 mgr.y (mgr.14142) 294 : audit [DBG] from='client.24715 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:20:31.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:31 smithi115 bash[108225]: audit 2023-12-27T22:20:29.836228+0000 mgr.y (mgr.14142) 295 : audit [DBG] from='client.24727 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:20:32.108 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:31 smithi115 podman[122691]: time="2023-12-27T22:20:31Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr.x in 10 seconds, resorting to SIGKILL" 2023-12-27T22:20:32.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:32 smithi005 bash[108203]: cluster 2023-12-27T22:20:31.025119+0000 mgr.y (mgr.14142) 296 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:32.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:32 smithi005 bash[111615]: cluster 2023-12-27T22:20:31.025119+0000 mgr.y (mgr.14142) 296 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:32.503 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:32 smithi115 bash[108225]: cluster 2023-12-27T22:20:31.025119+0000 mgr.y (mgr.14142) 296 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:33.254 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:32 smithi115 podman[122691]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr.x 2023-12-27T22:20:33.866 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:33 smithi115 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@mgr.x.service: Main process exited, code=exited, status=137/n/a 2023-12-27T22:20:33.866 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:33 smithi115 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-27T22:20:33.867 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:33 smithi115 systemd[1]: Stopped Ceph mgr.x for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:20:33.867 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:33 smithi115 systemd[1]: Starting Ceph mgr.x for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:20:33.867 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:33 smithi115 podman[122767]: Error: no container with ID or name "ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr.x" found: no such container 2023-12-27T22:20:33.867 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:33 smithi115 systemd[1]: Started Ceph mgr.x for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:20:34.134 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:34 smithi115 bash[122784]: debug 2023-12-27T22:20:34.005+0000 7fd4df142700 1 -- 172.21.15.115:0/2503255608 <== mon.2 v2:172.21.15.115:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5579726c64e0 con 0x55797269d000 2023-12-27T22:20:34.135 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:34 smithi115 bash[108225]: cluster 2023-12-27T22:20:33.025797+0000 mgr.y (mgr.14142) 297 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:34.135 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:34 smithi115 bash[108225]: audit 2023-12-27T22:20:33.763138+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893564\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893695\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893729\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893762\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893793\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893826\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893859\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:24.893891\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}, \"rgw.r.z.smithi115.sxtabd\": {\"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893923\", \"created\": \"2023-12-27T22:17:19.295738\", \"started\": \"2023-12-27T22:17:19.326259\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:20:34.135 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:34 smithi115 bash[108225]: audit 2023-12-27T22:20:33.766774+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893564\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893695\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893729\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893762\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893793\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893826\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893859\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:24.893891\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}, \"rgw.r.z.smithi115.sxtabd\": {\"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893923\", \"created\": \"2023-12-27T22:17:19.295738\", \"started\": \"2023-12-27T22:17:19.326259\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:20:34.135 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:34 smithi115 bash[108225]: audit 2023-12-27T22:20:33.767741+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:20:34.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:34 smithi005 bash[108203]: cluster 2023-12-27T22:20:33.025797+0000 mgr.y (mgr.14142) 297 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:34.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:34 smithi005 bash[111615]: cluster 2023-12-27T22:20:33.025797+0000 mgr.y (mgr.14142) 297 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:34.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:34 smithi005 bash[108203]: audit 2023-12-27T22:20:33.763138+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893564\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893695\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893729\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893762\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893793\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893826\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893859\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:24.893891\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}, \"rgw.r.z.smithi115.sxtabd\": {\"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893923\", \"created\": \"2023-12-27T22:17:19.295738\", \"started\": \"2023-12-27T22:17:19.326259\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:20:34.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:34 smithi005 bash[108203]: audit 2023-12-27T22:20:33.766774+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893564\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893695\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893729\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893762\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893793\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893826\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893859\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:24.893891\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}, \"rgw.r.z.smithi115.sxtabd\": {\"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893923\", \"created\": \"2023-12-27T22:17:19.295738\", \"started\": \"2023-12-27T22:17:19.326259\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:20:34.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:34 smithi005 bash[108203]: audit 2023-12-27T22:20:33.767741+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:20:34.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:34 smithi005 bash[111615]: audit 2023-12-27T22:20:33.763138+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893564\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893695\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893729\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893762\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893793\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893826\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893859\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:24.893891\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}, \"rgw.r.z.smithi115.sxtabd\": {\"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893923\", \"created\": \"2023-12-27T22:17:19.295738\", \"started\": \"2023-12-27T22:17:19.326259\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:20:34.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:34 smithi005 bash[111615]: audit 2023-12-27T22:20:33.766774+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893564\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893695\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893729\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893762\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:17:24.893793\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893826\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893859\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:17:24.893891\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}, \"rgw.r.z.smithi115.sxtabd\": {\"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:17:24.893923\", \"created\": \"2023-12-27T22:17:19.295738\", \"started\": \"2023-12-27T22:17:19.326259\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:20:34.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:34 smithi005 bash[111615]: audit 2023-12-27T22:20:33.767741+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-27T22:20:34.504 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:34 smithi115 bash[122784]: debug 2023-12-27T22:20:34.134+0000 7fd4ef729680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-27T22:20:34.504 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:34 smithi115 bash[122784]: debug 2023-12-27T22:20:34.221+0000 7fd4ef729680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-27T22:20:34.862 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:34 smithi115 bash[122784]: debug 2023-12-27T22:20:34.616+0000 7fd4ef729680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-27T22:20:35.451 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:35 smithi115 bash[122784]: debug 2023-12-27T22:20:35.445+0000 7fd4ef729680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-27T22:20:35.752 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:35 smithi115 bash[122784]: debug 2023-12-27T22:20:35.534+0000 7fd4ef729680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-27T22:20:36.004 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:35 smithi115 bash[122784]: debug 2023-12-27T22:20:35.752+0000 7fd4ef729680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-27T22:20:36.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:36 smithi115 bash[108225]: cluster 2023-12-27T22:20:35.026446+0000 mgr.y (mgr.14142) 298 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:36.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:36 smithi005 bash[108203]: cluster 2023-12-27T22:20:35.026446+0000 mgr.y (mgr.14142) 298 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:36.614 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:36 smithi005 bash[111615]: cluster 2023-12-27T22:20:35.026446+0000 mgr.y (mgr.14142) 298 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:37.004 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:36 smithi115 bash[122784]: debug 2023-12-27T22:20:36.739+0000 7fd4ef729680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-27T22:20:37.004 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:36 smithi115 bash[122784]: debug 2023-12-27T22:20:36.867+0000 7fd4ef729680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-27T22:20:37.004 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:36 smithi115 bash[122784]: debug 2023-12-27T22:20:36.946+0000 7fd4ef729680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-27T22:20:37.505 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:37 smithi115 bash[122784]: debug 2023-12-27T22:20:37.036+0000 7fd4ef729680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-27T22:20:37.505 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:37 smithi115 bash[122784]: debug 2023-12-27T22:20:37.240+0000 7fd4ef729680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-27T22:20:37.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:37 smithi115 bash[108225]: audit 2023-12-27T22:20:36.150774+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149404\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:20:36.149497\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:20:33.761719\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149535\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149568\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149599\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149631\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:20:36.149662\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:20:36.149694\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:20:36.149726\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}, \"rgw.r.z.smithi115.sxtabd\": {\"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:20:36.149757\", \"created\": \"2023-12-27T22:17:19.295738\", \"started\": \"2023-12-27T22:17:19.326259\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751\"}}, \"last_daemon_update\": \"2023-12-27T22:20:36.149852\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:20:37.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:37 smithi115 bash[108225]: audit 2023-12-27T22:20:36.153616+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149404\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:20:36.149497\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:20:33.761719\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149535\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149568\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149599\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149631\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:20:36.149662\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:20:36.149694\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:20:36.149726\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}, \"rgw.r.z.smithi115.sxtabd\": {\"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:20:36.149757\", \"created\": \"2023-12-27T22:17:19.295738\", \"started\": \"2023-12-27T22:17:19.326259\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751\"}}, \"last_daemon_update\": \"2023-12-27T22:20:36.149852\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:20:37.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:37 smithi115 bash[108225]: audit 2023-12-27T22:20:36.156431+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:20:37.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:37 smithi115 bash[108225]: audit 2023-12-27T22:20:36.160045+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-27T22:20:37.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:37 smithi115 bash[108225]: cluster 2023-12-27T22:20:36.164467+0000 mon.a (mon.0) 821 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-27T22:20:37.515 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:20:37 smithi005 bash[108436]: debug 2023-12-27T22:20:37.155+0000 7fe6ce223700 -1 mgr handle_mgr_map I was active but no longer am 2023-12-27T22:20:37.515 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:20:37 smithi005 bash[108436]: ignoring --setuser ceph since I am not root 2023-12-27T22:20:37.515 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:20:37 smithi005 bash[108436]: ignoring --setgroup ceph since I am not root 2023-12-27T22:20:37.515 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:37 smithi005 bash[108203]: audit 2023-12-27T22:20:36.150774+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149404\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:20:36.149497\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:20:33.761719\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149535\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149568\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149599\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149631\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:20:36.149662\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:20:36.149694\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:20:36.149726\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}, \"rgw.r.z.smithi115.sxtabd\": {\"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:20:36.149757\", \"created\": \"2023-12-27T22:17:19.295738\", \"started\": \"2023-12-27T22:17:19.326259\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751\"}}, \"last_daemon_update\": \"2023-12-27T22:20:36.149852\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:20:37.516 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:37 smithi005 bash[111615]: audit 2023-12-27T22:20:36.150774+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149404\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:20:36.149497\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:20:33.761719\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149535\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149568\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149599\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149631\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:20:36.149662\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:20:36.149694\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:20:36.149726\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}, \"rgw.r.z.smithi115.sxtabd\": {\"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:20:36.149757\", \"created\": \"2023-12-27T22:17:19.295738\", \"started\": \"2023-12-27T22:17:19.326259\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751\"}}, \"last_daemon_update\": \"2023-12-27T22:20:36.149852\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]: dispatch 2023-12-27T22:20:37.516 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:37 smithi005 bash[111615]: audit 2023-12-27T22:20:36.153616+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149404\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:20:36.149497\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:20:33.761719\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149535\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149568\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149599\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149631\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:20:36.149662\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:20:36.149694\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:20:36.149726\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}, \"rgw.r.z.smithi115.sxtabd\": {\"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:20:36.149757\", \"created\": \"2023-12-27T22:17:19.295738\", \"started\": \"2023-12-27T22:17:19.326259\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751\"}}, \"last_daemon_update\": \"2023-12-27T22:20:36.149852\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:20:37.516 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:37 smithi005 bash[111615]: audit 2023-12-27T22:20:36.156431+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:20:37.516 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:37 smithi005 bash[111615]: audit 2023-12-27T22:20:36.160045+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-27T22:20:37.516 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:37 smithi005 bash[111615]: cluster 2023-12-27T22:20:36.164467+0000 mon.a (mon.0) 821 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-27T22:20:37.516 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:37 smithi005 bash[108203]: audit 2023-12-27T22:20:36.153616+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149404\", \"created\": \"2023-12-27T22:14:03.938349\", \"started\": \"2023-12-27T22:14:03.970559\"}, \"mgr.x\": {\"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:20:36.149497\", \"created\": \"2023-12-27T22:14:16.552117\", \"started\": \"2023-12-27T22:20:33.761719\"}, \"osd.4\": {\"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149535\", \"created\": \"2023-12-27T22:15:20.082948\", \"started\": \"2023-12-27T22:15:33.459528\"}, \"osd.5\": {\"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149568\", \"created\": \"2023-12-27T22:15:33.718697\", \"started\": \"2023-12-27T22:15:46.592351\"}, \"osd.6\": {\"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149599\", \"created\": \"2023-12-27T22:15:46.581459\", \"started\": \"2023-12-27T22:15:59.748589\"}, \"osd.7\": {\"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-27T22:20:36.149631\", \"created\": \"2023-12-27T22:15:59.857212\", \"started\": \"2023-12-27T22:16:01.182093\"}, \"prometheus.a\": {\"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:20:36.149662\", \"created\": \"2023-12-27T22:16:20.509829\", \"started\": \"2023-12-27T22:17:01.910036\"}, \"node-exporter.b\": {\"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:20:36.149694\", \"created\": \"2023-12-27T22:16:23.037782\", \"started\": \"2023-12-27T22:16:30.903634\"}, \"grafana.a\": {\"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"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-27T22:20:36.149726\", \"created\": \"2023-12-27T22:16:52.184241\", \"started\": \"2023-12-27T22:16:52.293845\"}, \"rgw.r.z.smithi115.sxtabd\": {\"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-27T22:20:36.149757\", \"created\": \"2023-12-27T22:17:19.295738\", \"started\": \"2023-12-27T22:17:19.326259\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751\"}}, \"last_daemon_update\": \"2023-12-27T22:20:36.149852\", \"last_device_update\": \"2023-12-27T22:16:02.400577\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.115\"]}, \"last_host_check\": \"2023-12-27T22:13:44.054291\"}"}]': finished 2023-12-27T22:20:37.516 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:37 smithi005 bash[108203]: audit 2023-12-27T22:20:36.156431+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:20:37.516 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:37 smithi005 bash[108203]: audit 2023-12-27T22:20:36.160045+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-27T22:20:37.516 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:37 smithi005 bash[108203]: cluster 2023-12-27T22:20:36.164467+0000 mon.a (mon.0) 821 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-27T22:20:38.004 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:37 smithi115 bash[122784]: debug 2023-12-27T22:20:37.520+0000 7fd4ef729680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-27T22:20:38.004 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:37 smithi115 bash[122784]: debug 2023-12-27T22:20:37.618+0000 7fd4ef729680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-27T22:20:38.426 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:38 smithi115 bash[122784]: debug 2023-12-27T22:20:38.345+0000 7fd4ef729680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-27T22:20:38.426 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:38 smithi115 bash[108225]: cephadm 2023-12-27T22:20:36.156174+0000 mgr.y (mgr.14142) 299 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d with id 4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297 2023-12-27T22:20:38.426 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:38 smithi115 bash[108225]: cephadm 2023-12-27T22:20:36.157384+0000 mgr.y (mgr.14142) 300 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-12-27T22:20:38.426 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:38 smithi115 bash[108225]: cephadm 2023-12-27T22:20:36.157877+0000 mgr.y (mgr.14142) 301 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-27T22:20:38.426 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:38 smithi115 bash[108225]: cephadm 2023-12-27T22:20:36.159491+0000 mgr.y (mgr.14142) 302 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2023-12-27T22:20:38.426 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:38 smithi115 bash[108225]: cluster 2023-12-27T22:20:37.027078+0000 mgr.y (mgr.14142) 303 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:38.426 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:38 smithi115 bash[108225]: audit 2023-12-27T22:20:37.157776+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-27T22:20:38.426 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:38 smithi115 bash[108225]: cluster 2023-12-27T22:20:37.157838+0000 mon.a (mon.0) 823 : cluster [DBG] mgrmap e15: x(active, starting, since 0.997307s) 2023-12-27T22:20:38.613 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:38 smithi005 bash[108203]: cephadm 2023-12-27T22:20:36.156174+0000 mgr.y (mgr.14142) 299 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d with id 4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297 2023-12-27T22:20:38.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:38 smithi005 bash[108203]: cephadm 2023-12-27T22:20:36.157384+0000 mgr.y (mgr.14142) 300 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-12-27T22:20:38.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:38 smithi005 bash[108203]: cephadm 2023-12-27T22:20:36.157877+0000 mgr.y (mgr.14142) 301 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-27T22:20:38.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:38 smithi005 bash[108203]: cephadm 2023-12-27T22:20:36.159491+0000 mgr.y (mgr.14142) 302 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2023-12-27T22:20:38.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:38 smithi005 bash[108203]: cluster 2023-12-27T22:20:37.027078+0000 mgr.y (mgr.14142) 303 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:38.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:38 smithi005 bash[108203]: audit 2023-12-27T22:20:37.157776+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-27T22:20:38.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:38 smithi005 bash[108203]: cluster 2023-12-27T22:20:37.157838+0000 mon.a (mon.0) 823 : cluster [DBG] mgrmap e15: x(active, starting, since 0.997307s) 2023-12-27T22:20:38.614 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:38 smithi005 bash[111615]: cephadm 2023-12-27T22:20:36.156174+0000 mgr.y (mgr.14142) 299 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d with id 4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297 2023-12-27T22:20:38.614 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:38 smithi005 bash[111615]: cephadm 2023-12-27T22:20:36.157384+0000 mgr.y (mgr.14142) 300 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-12-27T22:20:38.614 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:38 smithi005 bash[111615]: cephadm 2023-12-27T22:20:36.157877+0000 mgr.y (mgr.14142) 301 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-27T22:20:38.614 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:38 smithi005 bash[111615]: cephadm 2023-12-27T22:20:36.159491+0000 mgr.y (mgr.14142) 302 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2023-12-27T22:20:38.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:38 smithi005 bash[111615]: cluster 2023-12-27T22:20:37.027078+0000 mgr.y (mgr.14142) 303 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 6.3 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:38.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:38 smithi005 bash[111615]: audit 2023-12-27T22:20:37.157776+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14142 172.21.15.5:0/358664617' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-27T22:20:38.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:38 smithi005 bash[111615]: cluster 2023-12-27T22:20:37.157838+0000 mon.a (mon.0) 823 : cluster [DBG] mgrmap e15: x(active, starting, since 0.997307s) 2023-12-27T22:20:38.695 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:38 smithi115 bash[122784]: debug 2023-12-27T22:20:38.426+0000 7fd4ef729680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-27T22:20:38.696 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:38 smithi115 bash[122784]: debug 2023-12-27T22:20:38.522+0000 7fd4ef729680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-27T22:20:38.953 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:38 smithi115 bash[122784]: debug 2023-12-27T22:20:38.696+0000 7fd4ef729680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-27T22:20:39.219 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:38 smithi115 bash[122784]: debug 2023-12-27T22:20:38.953+0000 7fd4ef729680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-27T22:20:39.219 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:39 smithi115 bash[122784]: debug 2023-12-27T22:20:39.086+0000 7fd4ef729680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-27T22:20:39.477 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:39 smithi115 bash[122784]: debug 2023-12-27T22:20:39.220+0000 7fd4ef729680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-27T22:20:39.477 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:39 smithi115 bash[122784]: debug 2023-12-27T22:20:39.393+0000 7fd4ef729680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-27T22:20:39.754 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:39 smithi115 bash[122784]: debug 2023-12-27T22:20:39.477+0000 7fd4ef729680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-27T22:20:39.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:39 smithi115 bash[108225]: cluster 2023-12-27T22:20:39.480014+0000 mon.a (mon.0) 824 : cluster [INF] Active manager daemon x restarted 2023-12-27T22:20:39.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:39 smithi115 bash[108225]: cluster 2023-12-27T22:20:39.480559+0000 mon.a (mon.0) 825 : cluster [INF] Activating manager daemon x 2023-12-27T22:20:39.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:39 smithi115 bash[108225]: audit 2023-12-27T22:20:39.480717+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-27T22:20:39.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:39 smithi115 bash[108225]: cluster 2023-12-27T22:20:39.483371+0000 mon.a (mon.0) 826 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-27T22:20:39.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:39 smithi115 bash[108225]: audit 2023-12-27T22:20:39.485984+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:20:39.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:39 smithi115 bash[108225]: audit 2023-12-27T22:20:39.487088+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-27T22:20:39.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:39 smithi115 bash[108225]: audit 2023-12-27T22:20:39.487311+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:20:39.863 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:39 smithi005 bash[108203]: cluster 2023-12-27T22:20:39.480014+0000 mon.a (mon.0) 824 : cluster [INF] Active manager daemon x restarted 2023-12-27T22:20:39.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:39 smithi005 bash[108203]: cluster 2023-12-27T22:20:39.480559+0000 mon.a (mon.0) 825 : cluster [INF] Activating manager daemon x 2023-12-27T22:20:39.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:39 smithi005 bash[108203]: audit 2023-12-27T22:20:39.480717+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-27T22:20:39.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:39 smithi005 bash[108203]: cluster 2023-12-27T22:20:39.483371+0000 mon.a (mon.0) 826 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-27T22:20:39.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:39 smithi005 bash[108203]: audit 2023-12-27T22:20:39.485984+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:20:39.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:39 smithi005 bash[108203]: audit 2023-12-27T22:20:39.487088+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-27T22:20:39.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:39 smithi005 bash[108203]: audit 2023-12-27T22:20:39.487311+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:20:39.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:39 smithi005 bash[111615]: cluster 2023-12-27T22:20:39.480014+0000 mon.a (mon.0) 824 : cluster [INF] Active manager daemon x restarted 2023-12-27T22:20:39.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:39 smithi005 bash[111615]: cluster 2023-12-27T22:20:39.480559+0000 mon.a (mon.0) 825 : cluster [INF] Activating manager daemon x 2023-12-27T22:20:39.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:39 smithi005 bash[111615]: audit 2023-12-27T22:20:39.480717+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-27T22:20:39.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:39 smithi005 bash[111615]: cluster 2023-12-27T22:20:39.483371+0000 mon.a (mon.0) 826 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-27T22:20:39.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:39 smithi005 bash[111615]: audit 2023-12-27T22:20:39.485984+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:20:39.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:39 smithi005 bash[111615]: audit 2023-12-27T22:20:39.487088+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-27T22:20:39.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:39 smithi005 bash[111615]: audit 2023-12-27T22:20:39.487311+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:20:40.863 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:40 smithi005 bash[108203]: cluster 2023-12-27T22:20:39.535071+0000 mon.a (mon.0) 827 : cluster [DBG] mgrmap e16: x(active, starting, since 0.0546672s) 2023-12-27T22:20:40.863 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:40 smithi005 bash[111615]: cluster 2023-12-27T22:20:39.535071+0000 mon.a (mon.0) 827 : cluster [DBG] mgrmap e16: x(active, starting, since 0.0546672s) 2023-12-27T22:20:41.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:40 smithi115 bash[108225]: cluster 2023-12-27T22:20:39.535071+0000 mon.a (mon.0) 827 : cluster [DBG] mgrmap e16: x(active, starting, since 0.0546672s) 2023-12-27T22:20:41.863 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:41 smithi005 bash[108203]: cluster 2023-12-27T22:20:40.958254+0000 mon.a (mon.0) 828 : cluster [DBG] Standby manager daemon y started 2023-12-27T22:20:41.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:41 smithi005 bash[108203]: audit 2023-12-27T22:20:40.959155+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.? 172.21.15.5:0/3331072068' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:20:41.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:41 smithi005 bash[108203]: audit 2023-12-27T22:20:40.960217+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.? 172.21.15.5:0/3331072068' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:20:41.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:41 smithi005 bash[111615]: cluster 2023-12-27T22:20:40.958254+0000 mon.a (mon.0) 828 : cluster [DBG] Standby manager daemon y started 2023-12-27T22:20:41.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:41 smithi005 bash[111615]: audit 2023-12-27T22:20:40.959155+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.? 172.21.15.5:0/3331072068' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:20:41.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:41 smithi005 bash[111615]: audit 2023-12-27T22:20:40.960217+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.? 172.21.15.5:0/3331072068' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:20:42.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:41 smithi115 bash[108225]: cluster 2023-12-27T22:20:40.958254+0000 mon.a (mon.0) 828 : cluster [DBG] Standby manager daemon y started 2023-12-27T22:20:42.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:41 smithi115 bash[108225]: audit 2023-12-27T22:20:40.959155+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.? 172.21.15.5:0/3331072068' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:20:42.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:41 smithi115 bash[108225]: audit 2023-12-27T22:20:40.960217+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.? 172.21.15.5:0/3331072068' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:20:42.863 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:42 smithi005 bash[108203]: cluster 2023-12-27T22:20:41.552384+0000 mon.a (mon.0) 831 : cluster [DBG] mgrmap e17: x(active, starting, since 2s), standbys: y 2023-12-27T22:20:42.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:42 smithi005 bash[108203]: audit 2023-12-27T22:20:41.553658+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-27T22:20:42.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:42 smithi005 bash[108203]: audit 2023-12-27T22:20:41.553864+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.? 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-27T22:20:42.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:42 smithi005 bash[111615]: cluster 2023-12-27T22:20:41.552384+0000 mon.a (mon.0) 831 : cluster [DBG] mgrmap e17: x(active, starting, since 2s), standbys: y 2023-12-27T22:20:42.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:42 smithi005 bash[111615]: audit 2023-12-27T22:20:41.553658+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-27T22:20:42.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:42 smithi005 bash[111615]: audit 2023-12-27T22:20:41.553864+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.? 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-27T22:20:43.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:42 smithi115 bash[108225]: cluster 2023-12-27T22:20:41.552384+0000 mon.a (mon.0) 831 : cluster [DBG] mgrmap e17: x(active, starting, since 2s), standbys: y 2023-12-27T22:20:43.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:42 smithi115 bash[108225]: audit 2023-12-27T22:20:41.553658+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-27T22:20:43.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:42 smithi115 bash[108225]: audit 2023-12-27T22:20:41.553864+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.? 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-27T22:20:45.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.539191+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-27T22:20:45.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.539350+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-27T22:20:45.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.539482+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-27T22:20:45.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.540948+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-27T22:20:45.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.541258+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:20:45.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.541440+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:20:45.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.541623+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:20:45.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.541795+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-27T22:20:45.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.541968+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:20:45.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.542166+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:20:45.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.542372+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:20:45.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.543634+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-27T22:20:45.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.543848+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-27T22:20:45.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.544450+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-27T22:20:45.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.545213+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-27T22:20:45.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.545925+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-27T22:20:45.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.546213+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-27T22:20:45.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.546471+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi005"}]: dispatch 2023-12-27T22:20:45.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.546739+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi115"}]: dispatch 2023-12-27T22:20:45.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.546980+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-27T22:20:45.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.547305+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-27T22:20:45.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.547567+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-27T22:20:45.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.547825+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-27T22:20:45.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.548086+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-27T22:20:45.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.548349+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-27T22:20:45.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.548603+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-27T22:20:45.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.548857+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-27T22:20:45.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.549133+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-27T22:20:45.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.549391+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-27T22:20:45.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.549638+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-27T22:20:45.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.549889+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:20:45.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.550149+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:20:45.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.550407+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-27T22:20:45.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.550652+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-27T22:20:45.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.550914+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-27T22:20:45.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: audit 2023-12-27T22:20:45.551175+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-27T22:20:45.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[108203]: cluster 2023-12-27T22:20:45.577938+0000 mon.a (mon.0) 832 : cluster [INF] Manager daemon x is now available 2023-12-27T22:20:45.867 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.539191+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-27T22:20:45.867 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.539350+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-27T22:20:45.867 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.539482+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-27T22:20:45.867 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.540948+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-27T22:20:45.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.541258+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:20:45.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.541440+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:20:45.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.541623+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:20:45.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.541795+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-27T22:20:45.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.541968+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:20:45.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.542166+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:20:45.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.542372+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:20:45.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.543634+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-27T22:20:45.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.543848+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-27T22:20:45.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.544450+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-27T22:20:45.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.545213+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-27T22:20:45.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.545925+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-27T22:20:45.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.546213+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-27T22:20:45.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.546471+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi005"}]: dispatch 2023-12-27T22:20:45.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.546739+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi115"}]: dispatch 2023-12-27T22:20:45.869 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.546980+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-27T22:20:45.869 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.547305+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-27T22:20:45.869 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.547567+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-27T22:20:45.869 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.547825+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-27T22:20:45.869 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.548086+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-27T22:20:45.869 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.548349+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-27T22:20:45.869 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.548603+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-27T22:20:45.869 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.548857+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-27T22:20:45.869 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.549133+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-27T22:20:45.869 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.549391+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-27T22:20:45.869 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.549638+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-27T22:20:45.869 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.549889+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:20:45.869 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.550149+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:20:45.869 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.550407+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-27T22:20:45.869 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.550652+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-27T22:20:45.870 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.550914+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-27T22:20:45.870 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: audit 2023-12-27T22:20:45.551175+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-27T22:20:45.870 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:45 smithi005 bash[111615]: cluster 2023-12-27T22:20:45.577938+0000 mon.a (mon.0) 832 : cluster [INF] Manager daemon x is now available 2023-12-27T22:20:46.004 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[122784]: Warning: Permanently added '172.21.15.5' (ECDSA) to the list of known hosts. 2023-12-27T22:20:46.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.539191+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-27T22:20:46.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.539350+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-27T22:20:46.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.539482+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-27T22:20:46.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.540948+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-27T22:20:46.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.541258+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:20:46.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.541440+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:20:46.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.541623+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:20:46.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.541795+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-27T22:20:46.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.541968+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:20:46.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.542166+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:20:46.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.542372+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:20:46.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.543634+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-27T22:20:46.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.543848+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-27T22:20:46.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.544450+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-27T22:20:46.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.545213+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-27T22:20:46.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.545925+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-27T22:20:46.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.546213+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-27T22:20:46.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.546471+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi005"}]: dispatch 2023-12-27T22:20:46.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.546739+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi115"}]: dispatch 2023-12-27T22:20:46.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.546980+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-27T22:20:46.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.547305+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-27T22:20:46.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.547567+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-27T22:20:46.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.547825+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-27T22:20:46.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.548086+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-27T22:20:46.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.548349+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-27T22:20:46.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.548603+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-27T22:20:46.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.548857+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-27T22:20:46.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.549133+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-27T22:20:46.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.549391+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-27T22:20:46.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.549638+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-27T22:20:46.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.549889+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:20:46.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.550149+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:20:46.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.550407+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-27T22:20:46.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.550652+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-27T22:20:46.007 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.550914+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-27T22:20:46.007 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: audit 2023-12-27T22:20:45.551175+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-27T22:20:46.007 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:45 smithi115 bash[108225]: cluster 2023-12-27T22:20:45.577938+0000 mon.a (mon.0) 832 : cluster [INF] Manager daemon x is now available 2023-12-27T22:20:46.849 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[108203]: cephadm 2023-12-27T22:20:45.588733+0000 mgr.x (mgr.34694) 1 : cephadm [INF] inventory: adjusted host smithi005 addr 'smithi005' -> '172.21.15.5' 2023-12-27T22:20:46.849 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[108203]: audit 2023-12-27T22:20:45.589147+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi005\": {\"hostname\": \"smithi005\", \"addr\": \"172.21.15.5\", \"labels\": [], \"status\": \"\"}, \"smithi115\": {\"hostname\": \"smithi115\", \"addr\": \"smithi115\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-27T22:20:46.849 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[108203]: audit 2023-12-27T22:20:45.589540+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi005\": {\"hostname\": \"smithi005\", \"addr\": \"172.21.15.5\", \"labels\": [], \"status\": \"\"}, \"smithi115\": {\"hostname\": \"smithi115\", \"addr\": \"smithi115\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-27T22:20:46.849 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[108203]: audit 2023-12-27T22:20:45.592743+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi005\": {\"hostname\": \"smithi005\", \"addr\": \"172.21.15.5\", \"labels\": [], \"status\": \"\"}, \"smithi115\": {\"hostname\": \"smithi115\", \"addr\": \"smithi115\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-27T22:20:46.849 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[108203]: cephadm 2023-12-27T22:20:45.597008+0000 mgr.x (mgr.34694) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-27T22:20:46.849 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[108203]: audit 2023-12-27T22:20:45.600282+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-12-27T22:20:46.849 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[108203]: audit 2023-12-27T22:20:45.600626+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-12-27T22:20:46.849 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[108203]: audit 2023-12-27T22:20:45.604247+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2023-12-27T22:20:46.849 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[108203]: cluster 2023-12-27T22:20:45.636508+0000 mon.a (mon.0) 837 : cluster [DBG] mgrmap e18: x(active, since 6s), standbys: y 2023-12-27T22:20:46.850 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[108203]: cluster 2023-12-27T22:20:45.640443+0000 mgr.x (mgr.34694) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:46.850 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[108203]: audit 2023-12-27T22:20:45.695407+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' 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-27T22:20:46.850 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[108203]: audit 2023-12-27T22:20:45.695788+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.34694 ' 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-27T22:20:46.850 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[111615]: cephadm 2023-12-27T22:20:45.588733+0000 mgr.x (mgr.34694) 1 : cephadm [INF] inventory: adjusted host smithi005 addr 'smithi005' -> '172.21.15.5' 2023-12-27T22:20:46.850 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[111615]: audit 2023-12-27T22:20:45.589147+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi005\": {\"hostname\": \"smithi005\", \"addr\": \"172.21.15.5\", \"labels\": [], \"status\": \"\"}, \"smithi115\": {\"hostname\": \"smithi115\", \"addr\": \"smithi115\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-27T22:20:46.850 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[111615]: audit 2023-12-27T22:20:45.589540+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi005\": {\"hostname\": \"smithi005\", \"addr\": \"172.21.15.5\", \"labels\": [], \"status\": \"\"}, \"smithi115\": {\"hostname\": \"smithi115\", \"addr\": \"smithi115\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-27T22:20:46.850 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[111615]: audit 2023-12-27T22:20:45.592743+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi005\": {\"hostname\": \"smithi005\", \"addr\": \"172.21.15.5\", \"labels\": [], \"status\": \"\"}, \"smithi115\": {\"hostname\": \"smithi115\", \"addr\": \"smithi115\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-27T22:20:46.850 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[111615]: cephadm 2023-12-27T22:20:45.597008+0000 mgr.x (mgr.34694) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-27T22:20:46.850 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[111615]: audit 2023-12-27T22:20:45.600282+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-12-27T22:20:46.850 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[111615]: audit 2023-12-27T22:20:45.600626+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-12-27T22:20:46.850 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[111615]: audit 2023-12-27T22:20:45.604247+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2023-12-27T22:20:46.850 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[111615]: cluster 2023-12-27T22:20:45.636508+0000 mon.a (mon.0) 837 : cluster [DBG] mgrmap e18: x(active, since 6s), standbys: y 2023-12-27T22:20:46.851 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[111615]: cluster 2023-12-27T22:20:45.640443+0000 mgr.x (mgr.34694) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:46.851 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[111615]: audit 2023-12-27T22:20:45.695407+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' 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-27T22:20:46.851 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[111615]: audit 2023-12-27T22:20:45.695788+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.34694 ' 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-27T22:20:46.851 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[111615]: audit 2023-12-27T22:20:45.698904+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.34694 ' 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-27T22:20:46.851 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[111615]: audit 2023-12-27T22:20:45.700007+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:20:46.851 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[111615]: audit 2023-12-27T22:20:45.701507+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:20:46.851 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[111615]: audit 2023-12-27T22:20:45.732926+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-27T22:20:46.851 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[111615]: audit 2023-12-27T22:20:45.733380+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-27T22:20:46.851 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[111615]: audit 2023-12-27T22:20:45.737827+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-27T22:20:46.851 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[111615]: audit 2023-12-27T22:20:45.738145+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-27T22:20:46.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[108203]: audit 2023-12-27T22:20:45.698904+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.34694 ' 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-27T22:20:46.851 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[108203]: audit 2023-12-27T22:20:45.700007+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:20:46.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[108203]: audit 2023-12-27T22:20:45.701507+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:20:46.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[108203]: audit 2023-12-27T22:20:45.732926+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-27T22:20:46.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[108203]: audit 2023-12-27T22:20:45.733380+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-27T22:20:46.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[108203]: audit 2023-12-27T22:20:45.737827+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-27T22:20:46.852 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:46 smithi005 bash[108203]: audit 2023-12-27T22:20:45.738145+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-27T22:20:47.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:46 smithi115 bash[108225]: cephadm 2023-12-27T22:20:45.588733+0000 mgr.x (mgr.34694) 1 : cephadm [INF] inventory: adjusted host smithi005 addr 'smithi005' -> '172.21.15.5' 2023-12-27T22:20:47.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:46 smithi115 bash[108225]: audit 2023-12-27T22:20:45.589147+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi005\": {\"hostname\": \"smithi005\", \"addr\": \"172.21.15.5\", \"labels\": [], \"status\": \"\"}, \"smithi115\": {\"hostname\": \"smithi115\", \"addr\": \"smithi115\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-27T22:20:47.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:46 smithi115 bash[108225]: audit 2023-12-27T22:20:45.589540+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi005\": {\"hostname\": \"smithi005\", \"addr\": \"172.21.15.5\", \"labels\": [], \"status\": \"\"}, \"smithi115\": {\"hostname\": \"smithi115\", \"addr\": \"smithi115\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-27T22:20:47.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:46 smithi115 bash[108225]: audit 2023-12-27T22:20:45.592743+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi005\": {\"hostname\": \"smithi005\", \"addr\": \"172.21.15.5\", \"labels\": [], \"status\": \"\"}, \"smithi115\": {\"hostname\": \"smithi115\", \"addr\": \"smithi115\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-27T22:20:47.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:46 smithi115 bash[108225]: cephadm 2023-12-27T22:20:45.597008+0000 mgr.x (mgr.34694) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-27T22:20:47.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:46 smithi115 bash[108225]: audit 2023-12-27T22:20:45.600282+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-12-27T22:20:47.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:46 smithi115 bash[108225]: audit 2023-12-27T22:20:45.600626+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-12-27T22:20:47.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:46 smithi115 bash[108225]: audit 2023-12-27T22:20:45.604247+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2023-12-27T22:20:47.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:46 smithi115 bash[108225]: cluster 2023-12-27T22:20:45.636508+0000 mon.a (mon.0) 837 : cluster [DBG] mgrmap e18: x(active, since 6s), standbys: y 2023-12-27T22:20:47.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:46 smithi115 bash[108225]: cluster 2023-12-27T22:20:45.640443+0000 mgr.x (mgr.34694) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:47.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:46 smithi115 bash[108225]: audit 2023-12-27T22:20:45.695407+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' 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-27T22:20:47.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:46 smithi115 bash[108225]: audit 2023-12-27T22:20:45.695788+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.34694 ' 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-27T22:20:47.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:46 smithi115 bash[108225]: audit 2023-12-27T22:20:45.698904+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.34694 ' 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-27T22:20:47.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:46 smithi115 bash[108225]: audit 2023-12-27T22:20:45.700007+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:20:47.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:46 smithi115 bash[108225]: audit 2023-12-27T22:20:45.701507+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:20:47.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:46 smithi115 bash[108225]: audit 2023-12-27T22:20:45.732926+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-27T22:20:47.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:46 smithi115 bash[108225]: audit 2023-12-27T22:20:45.733380+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-27T22:20:47.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:46 smithi115 bash[108225]: audit 2023-12-27T22:20:45.737827+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-27T22:20:47.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:46 smithi115 bash[108225]: audit 2023-12-27T22:20:45.738145+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-27T22:20:49.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:48 smithi115 bash[108225]: cluster 2023-12-27T22:20:47.543747+0000 mgr.x (mgr.34694) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:49.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:48 smithi115 bash[108225]: cluster 2023-12-27T22:20:47.641543+0000 mon.a (mon.0) 842 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2023-12-27T22:20:49.113 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:48 smithi005 bash[108203]: cluster 2023-12-27T22:20:47.543747+0000 mgr.x (mgr.34694) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:49.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:48 smithi005 bash[108203]: cluster 2023-12-27T22:20:47.641543+0000 mon.a (mon.0) 842 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2023-12-27T22:20:49.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:48 smithi005 bash[111615]: cluster 2023-12-27T22:20:47.543747+0000 mgr.x (mgr.34694) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:49.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:48 smithi005 bash[111615]: cluster 2023-12-27T22:20:47.641543+0000 mon.a (mon.0) 842 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2023-12-27T22:20:51.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:50 smithi115 bash[108225]: cluster 2023-12-27T22:20:49.544225+0000 mgr.x (mgr.34694) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:51.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:50 smithi005 bash[108203]: cluster 2023-12-27T22:20:49.544225+0000 mgr.x (mgr.34694) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:51.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:50 smithi005 bash[111615]: cluster 2023-12-27T22:20:49.544225+0000 mgr.x (mgr.34694) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:52.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:52 smithi005 bash[108203]: cluster 2023-12-27T22:20:51.545155+0000 mgr.x (mgr.34694) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:52.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:52 smithi005 bash[111615]: cluster 2023-12-27T22:20:51.545155+0000 mgr.x (mgr.34694) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:52.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:52 smithi115 bash[108225]: cluster 2023-12-27T22:20:51.545155+0000 mgr.x (mgr.34694) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:54.863 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:54 smithi005 bash[108203]: cluster 2023-12-27T22:20:53.545630+0000 mgr.x (mgr.34694) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:54.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:54 smithi005 bash[111615]: cluster 2023-12-27T22:20:53.545630+0000 mgr.x (mgr.34694) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:55.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:54 smithi115 bash[108225]: cluster 2023-12-27T22:20:53.545630+0000 mgr.x (mgr.34694) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:55.754 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:20:55 smithi115 bash[122784]: Warning: Permanently added 'smithi115,172.21.15.115' (ECDSA) to the list of known hosts. 2023-12-27T22:20:55.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:55 smithi115 bash[108225]: audit 2023-12-27T22:20:55.341821+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2023-12-27T22:20:55.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:55 smithi115 bash[108225]: audit 2023-12-27T22:20:55.342422+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2023-12-27T22:20:55.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:55 smithi115 bash[108225]: audit 2023-12-27T22:20:55.347554+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2023-12-27T22:20:55.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:55 smithi115 bash[108225]: audit 2023-12-27T22:20:55.348836+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mgr.x"}]: dispatch 2023-12-27T22:20:55.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:55 smithi115 bash[108225]: audit 2023-12-27T22:20:55.349205+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mgr.x"}]: dispatch 2023-12-27T22:20:55.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:55 smithi115 bash[108225]: audit 2023-12-27T22:20:55.352574+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mgr.x"}]': finished 2023-12-27T22:20:55.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:55 smithi115 bash[108225]: audit 2023-12-27T22:20:55.354678+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:20:55.863 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:55 smithi005 bash[108203]: audit 2023-12-27T22:20:55.341821+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2023-12-27T22:20:55.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:55 smithi005 bash[108203]: audit 2023-12-27T22:20:55.342422+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2023-12-27T22:20:55.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:55 smithi005 bash[108203]: audit 2023-12-27T22:20:55.347554+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2023-12-27T22:20:55.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:55 smithi005 bash[108203]: audit 2023-12-27T22:20:55.348836+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mgr.x"}]: dispatch 2023-12-27T22:20:55.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:55 smithi005 bash[108203]: audit 2023-12-27T22:20:55.349205+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mgr.x"}]: dispatch 2023-12-27T22:20:55.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:55 smithi005 bash[108203]: audit 2023-12-27T22:20:55.352574+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mgr.x"}]': finished 2023-12-27T22:20:55.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:55 smithi005 bash[108203]: audit 2023-12-27T22:20:55.354678+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:20:55.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:55 smithi005 bash[111615]: audit 2023-12-27T22:20:55.341821+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2023-12-27T22:20:55.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:55 smithi005 bash[111615]: audit 2023-12-27T22:20:55.342422+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2023-12-27T22:20:55.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:55 smithi005 bash[111615]: audit 2023-12-27T22:20:55.347554+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2023-12-27T22:20:55.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:55 smithi005 bash[111615]: audit 2023-12-27T22:20:55.348836+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mgr.x"}]: dispatch 2023-12-27T22:20:55.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:55 smithi005 bash[111615]: audit 2023-12-27T22:20:55.349205+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mgr.x"}]: dispatch 2023-12-27T22:20:55.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:55 smithi005 bash[111615]: audit 2023-12-27T22:20:55.352574+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mgr.x"}]': finished 2023-12-27T22:20:55.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:55 smithi005 bash[111615]: audit 2023-12-27T22:20:55.354678+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:20:56.863 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:56 smithi005 bash[108203]: cluster 2023-12-27T22:20:55.546106+0000 mgr.x (mgr.34694) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:56.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:56 smithi005 bash[108203]: audit 2023-12-27T22:20:55.625701+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:20:56.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:56 smithi005 bash[111615]: cluster 2023-12-27T22:20:55.546106+0000 mgr.x (mgr.34694) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:56.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:56 smithi005 bash[111615]: audit 2023-12-27T22:20:55.625701+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:20:56.911 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:56 smithi115 bash[108225]: cluster 2023-12-27T22:20:55.546106+0000 mgr.x (mgr.34694) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:56.911 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:56 smithi115 bash[108225]: audit 2023-12-27T22:20:55.625701+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:20:58.858 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:58 smithi115 bash[108225]: cluster 2023-12-27T22:20:57.546764+0000 mgr.x (mgr.34694) 9 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:58.858 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:58 smithi115 bash[108225]: audit 2023-12-27T22:20:58.162194+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 17888706, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160823Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:16:59.826344Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:58.160995Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:20:58.858 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:58 smithi115 bash[108225]: audit 2023-12-27T22:20:58.163079+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 17888706, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160823Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:16:59.826344Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:58.160995Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:20:58.858 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:58 smithi115 bash[108225]: audit 2023-12-27T22:20:58.165946+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 17888706, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160823Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:16:59.826344Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:58.160995Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-27T22:20:58.858 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:58 smithi115 bash[108225]: audit 2023-12-27T22:20:58.480147+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:20:58.858 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:58 smithi115 bash[108225]: audit 2023-12-27T22:20:58.480517+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-27T22:20:58.858 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:58 smithi115 bash[108225]: audit 2023-12-27T22:20:58.480784+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:20:58.858 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:58 smithi115 bash[108225]: audit 2023-12-27T22:20:58.481007+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-27T22:20:58.859 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:58 smithi115 bash[108225]: audit 2023-12-27T22:20:58.481249+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:20:58.859 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:58 smithi115 bash[108225]: audit 2023-12-27T22:20:58.481471+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-27T22:20:58.859 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:58 smithi115 bash[108225]: audit 2023-12-27T22:20:58.481695+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:20:58.859 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:58 smithi115 bash[108225]: audit 2023-12-27T22:20:58.481903+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-27T22:20:58.859 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:58 smithi115 bash[108225]: audit 2023-12-27T22:20:58.482138+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:20:58.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:58 smithi005 bash[108203]: cluster 2023-12-27T22:20:57.546764+0000 mgr.x (mgr.34694) 9 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:58.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:58 smithi005 bash[111615]: cluster 2023-12-27T22:20:57.546764+0000 mgr.x (mgr.34694) 9 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:20:58.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:58 smithi005 bash[111615]: audit 2023-12-27T22:20:58.162194+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 17888706, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160823Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:16:59.826344Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:58.160995Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:20:58.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:58 smithi005 bash[108203]: audit 2023-12-27T22:20:58.162194+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 17888706, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160823Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:16:59.826344Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:58.160995Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:20:58.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:58 smithi005 bash[111615]: audit 2023-12-27T22:20:58.163079+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 17888706, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160823Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:16:59.826344Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:58.160995Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:20:58.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:58 smithi005 bash[108203]: audit 2023-12-27T22:20:58.163079+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 17888706, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160823Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:16:59.826344Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:58.160995Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:20:58.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:58 smithi005 bash[111615]: audit 2023-12-27T22:20:58.165946+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 17888706, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160823Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:16:59.826344Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:58.160995Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-27T22:20:58.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:58 smithi005 bash[111615]: audit 2023-12-27T22:20:58.480147+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:20:58.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:58 smithi005 bash[111615]: audit 2023-12-27T22:20:58.480517+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-27T22:20:58.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:58 smithi005 bash[111615]: audit 2023-12-27T22:20:58.480784+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:20:58.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:58 smithi005 bash[111615]: audit 2023-12-27T22:20:58.481007+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-27T22:20:58.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:58 smithi005 bash[111615]: audit 2023-12-27T22:20:58.481249+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:20:58.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:58 smithi005 bash[111615]: audit 2023-12-27T22:20:58.481471+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-27T22:20:58.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:58 smithi005 bash[111615]: audit 2023-12-27T22:20:58.481695+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:20:58.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:58 smithi005 bash[111615]: audit 2023-12-27T22:20:58.481903+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-27T22:20:58.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:58 smithi005 bash[111615]: audit 2023-12-27T22:20:58.482138+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:20:58.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:58 smithi005 bash[108203]: audit 2023-12-27T22:20:58.165946+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 17888706, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160823Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:16:59.826344Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:58.160995Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-27T22:20:58.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:58 smithi005 bash[108203]: audit 2023-12-27T22:20:58.480147+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:20:58.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:58 smithi005 bash[108203]: audit 2023-12-27T22:20:58.480517+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-27T22:20:58.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:58 smithi005 bash[108203]: audit 2023-12-27T22:20:58.480784+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:20:58.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:58 smithi005 bash[108203]: audit 2023-12-27T22:20:58.481007+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-27T22:20:58.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:58 smithi005 bash[108203]: audit 2023-12-27T22:20:58.481249+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:20:58.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:58 smithi005 bash[108203]: audit 2023-12-27T22:20:58.481471+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-27T22:20:58.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:58 smithi005 bash[108203]: audit 2023-12-27T22:20:58.481695+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:20:58.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:58 smithi005 bash[108203]: audit 2023-12-27T22:20:58.481903+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-27T22:20:58.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:58 smithi005 bash[108203]: audit 2023-12-27T22:20:58.482138+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:20:59.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:59 smithi005 bash[108203]: audit 2023-12-27T22:20:59.499716+0000 mon.b (mon.2) 91 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191155404, \"cpu_percentage\": \"1.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497812Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"30.72%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497948Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77238108, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498017Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71743569, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498109Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67140321, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498174Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76829163, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498237Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 29444014, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498299Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:17:01.910036Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11502878, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498377Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33323745, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55532584, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498494Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:59.498601Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:20:59.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:59 smithi005 bash[111615]: audit 2023-12-27T22:20:59.499716+0000 mon.b (mon.2) 91 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191155404, \"cpu_percentage\": \"1.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497812Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"30.72%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497948Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77238108, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498017Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71743569, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498109Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67140321, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498174Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76829163, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498237Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 29444014, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498299Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:17:01.910036Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11502878, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498377Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33323745, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55532584, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498494Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:59.498601Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:20:59.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:59 smithi005 bash[108203]: audit 2023-12-27T22:20:59.500729+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191155404, \"cpu_percentage\": \"1.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497812Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"30.72%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497948Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77238108, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498017Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71743569, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498109Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67140321, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498174Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76829163, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498237Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 29444014, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498299Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:17:01.910036Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11502878, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498377Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33323745, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55532584, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498494Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:59.498601Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:20:59.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:20:59 smithi005 bash[108203]: audit 2023-12-27T22:20:59.504041+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191155404, \"cpu_percentage\": \"1.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497812Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"30.72%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497948Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77238108, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498017Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71743569, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498109Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67140321, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498174Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76829163, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498237Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 29444014, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498299Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:17:01.910036Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11502878, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498377Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33323745, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55532584, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498494Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:59.498601Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-27T22:20:59.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:59 smithi005 bash[111615]: audit 2023-12-27T22:20:59.500729+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191155404, \"cpu_percentage\": \"1.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497812Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"30.72%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497948Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77238108, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498017Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71743569, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498109Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67140321, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498174Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76829163, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498237Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 29444014, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498299Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:17:01.910036Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11502878, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498377Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33323745, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55532584, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498494Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:59.498601Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:20:59.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:20:59 smithi005 bash[111615]: audit 2023-12-27T22:20:59.504041+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191155404, \"cpu_percentage\": \"1.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497812Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"30.72%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497948Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77238108, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498017Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71743569, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498109Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67140321, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498174Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76829163, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498237Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 29444014, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498299Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:17:01.910036Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11502878, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498377Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33323745, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55532584, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498494Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:59.498601Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-27T22:21:00.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:59 smithi115 bash[108225]: audit 2023-12-27T22:20:59.499716+0000 mon.b (mon.2) 91 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191155404, \"cpu_percentage\": \"1.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497812Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"30.72%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497948Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77238108, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498017Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71743569, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498109Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67140321, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498174Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76829163, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498237Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 29444014, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498299Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:17:01.910036Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11502878, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498377Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33323745, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55532584, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498494Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:59.498601Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:21:00.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:59 smithi115 bash[108225]: audit 2023-12-27T22:20:59.500729+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191155404, \"cpu_percentage\": \"1.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497812Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"30.72%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497948Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77238108, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498017Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71743569, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498109Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67140321, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498174Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76829163, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498237Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 29444014, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498299Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:17:01.910036Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11502878, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498377Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33323745, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55532584, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498494Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:59.498601Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:21:00.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:20:59 smithi115 bash[108225]: audit 2023-12-27T22:20:59.504041+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191155404, \"cpu_percentage\": \"1.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497812Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"30.72%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497948Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77238108, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498017Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71743569, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498109Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67140321, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498174Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76829163, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498237Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 29444014, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498299Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:17:01.910036Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11502878, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498377Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33323745, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55532584, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498494Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:00.062481Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:59.498601Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-27T22:21:00.194 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-12-27T22:21:00.847 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-27T22:21:00.847 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.a smithi005 running (4m) 2s ago 4m 17.0M - 0.26.0 9f27df16978d 961ab43a4ec3 2023-12-27T22:21:00.847 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.a smithi115 running (4m) 1s ago 4m 31.7M - 6.6.2 87a51ecf0b1c 8571ad765d1a 2023-12-27T22:21:00.847 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.x smithi115 running (27s) 1s ago 6m 423M - 16.2.14-417-gc5564c79 4edbaf1adc50 81f98ea08500 2023-12-27T22:21:00.847 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.y smithi005 running (8m) 2s ago 8m 308M - 15.2.0 204a01f9b0b6 bedbd7336f17 2023-12-27T22:21:00.847 INFO:teuthology.orchestra.run.smithi005.stdout:mon.a smithi005 running (8m) 2s ago 8m 192M 2048M 15.2.0 204a01f9b0b6 80f3fbcd99b9 2023-12-27T22:21:00.847 INFO:teuthology.orchestra.run.smithi005.stdout:mon.b smithi115 running (6m) 1s ago 6m 182M 2048M 15.2.0 204a01f9b0b6 cd9e61900ac7 2023-12-27T22:21:00.847 INFO:teuthology.orchestra.run.smithi005.stdout:mon.c smithi005 running (7m) 2s ago 7m 184M 2048M 15.2.0 204a01f9b0b6 fc5d3c2adcdf 2023-12-27T22:21:00.847 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.a smithi005 running (4m) 2s ago 4m 10.9M - 1.7.0 72c9c2088986 6aa886eccd9f 2023-12-27T22:21:00.847 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.b smithi115 running (4m) 1s ago 4m 10.9M - 1.7.0 72c9c2088986 1175f3b054db 2023-12-27T22:21:00.848 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (6m) 2s ago 6m 70.1M 4096M 15.2.0 204a01f9b0b6 8c4bb7ee9386 2023-12-27T22:21:00.848 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (6m) 2s ago 6m 73.6M 4096M 15.2.0 204a01f9b0b6 eb2b8d30dc83 2023-12-27T22:21:00.848 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (5m) 2s ago 6m 59.3M 4096M 15.2.0 204a01f9b0b6 ac1a0664dc38 2023-12-27T22:21:00.848 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (5m) 2s ago 5m 73.3M 4096M 15.2.0 204a01f9b0b6 e9b08505b4a9 2023-12-27T22:21:00.848 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi115 running (5m) 1s ago 5m 73.6M 4096M 15.2.0 204a01f9b0b6 ee6eb3d4fea4 2023-12-27T22:21:00.848 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi115 running (5m) 1s ago 5m 68.4M 4096M 15.2.0 204a01f9b0b6 590f336246c3 2023-12-27T22:21:00.848 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi115 running (5m) 1s ago 5m 64.0M 4096M 15.2.0 204a01f9b0b6 af0919f79f4a 2023-12-27T22:21:00.848 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi115 running (4m) 1s ago 5m 73.2M 4096M 15.2.0 204a01f9b0b6 480caad5c3db 2023-12-27T22:21:00.848 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.a smithi115 running (3m) 1s ago 4m 28.0M - 2.48.1 ea7f826b1553 fd2cd380ebc4 2023-12-27T22:21:00.848 INFO:teuthology.orchestra.run.smithi005.stdout:rgw.r.z.smithi005.vumxnj smithi005 running (3m) 2s ago 3m 54.4M - 15.2.0 204a01f9b0b6 44e04367b37c 2023-12-27T22:21:00.848 INFO:teuthology.orchestra.run.smithi005.stdout:rgw.r.z.smithi115.sxtabd smithi115 running (3m) 1s ago 3m 52.9M - 15.2.0 204a01f9b0b6 e646d305d982 2023-12-27T22:21:00.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[108203]: cluster 2023-12-27T22:20:59.547129+0000 mgr.x (mgr.34694) 10 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:00.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[108203]: audit 2023-12-27T22:20:59.795393+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:00.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[108203]: audit 2023-12-27T22:20:59.795781+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:00.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[108203]: audit 2023-12-27T22:20:59.796078+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:00.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[108203]: audit 2023-12-27T22:20:59.796349+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:00.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[108203]: audit 2023-12-27T22:20:59.796623+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:00.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[108203]: audit 2023-12-27T22:20:59.796884+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:00.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[108203]: audit 2023-12-27T22:20:59.797151+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:00.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[108203]: audit 2023-12-27T22:20:59.797407+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:00.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[108203]: audit 2023-12-27T22:20:59.797683+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:00.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[108203]: audit 2023-12-27T22:20:59.798838+0000 mon.b (mon.2) 101 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-27T22:21:00.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[108203]: audit 2023-12-27T22:20:59.799283+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-27T22:21:00.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[108203]: audit 2023-12-27T22:20:59.802080+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-27T22:21:00.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[108203]: cephadm 2023-12-27T22:20:59.804812+0000 mgr.x (mgr.34694) 11 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-27T22:21:00.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[108203]: audit 2023-12-27T22:20:59.805041+0000 mon.b (mon.2) 102 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:21:00.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[108203]: audit 2023-12-27T22:20:59.805564+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:21:00.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[108203]: audit 2023-12-27T22:20:59.806043+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:21:00.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[108203]: cephadm 2023-12-27T22:20:59.806499+0000 mgr.x (mgr.34694) 12 : cephadm [INF] Reconfiguring daemon mon.a on smithi005 2023-12-27T22:21:00.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[108203]: audit 2023-12-27T22:20:59.806795+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-27T22:21:00.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[111615]: cluster 2023-12-27T22:20:59.547129+0000 mgr.x (mgr.34694) 10 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:00.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[111615]: audit 2023-12-27T22:20:59.795393+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:00.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[111615]: audit 2023-12-27T22:20:59.795781+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:00.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[111615]: audit 2023-12-27T22:20:59.796078+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:00.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[111615]: audit 2023-12-27T22:20:59.796349+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:00.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[111615]: audit 2023-12-27T22:20:59.796623+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:00.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[111615]: audit 2023-12-27T22:20:59.796884+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:00.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[111615]: audit 2023-12-27T22:20:59.797151+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:00.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[111615]: audit 2023-12-27T22:20:59.797407+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:00.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[111615]: audit 2023-12-27T22:20:59.797683+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:00.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[111615]: audit 2023-12-27T22:20:59.798838+0000 mon.b (mon.2) 101 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-27T22:21:00.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[111615]: audit 2023-12-27T22:20:59.799283+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-27T22:21:00.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[111615]: audit 2023-12-27T22:20:59.802080+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-27T22:21:00.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[111615]: cephadm 2023-12-27T22:20:59.804812+0000 mgr.x (mgr.34694) 11 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-27T22:21:00.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[111615]: audit 2023-12-27T22:20:59.805041+0000 mon.b (mon.2) 102 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:21:00.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[111615]: audit 2023-12-27T22:20:59.805564+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:21:00.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[111615]: audit 2023-12-27T22:20:59.806043+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:21:00.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[111615]: cephadm 2023-12-27T22:20:59.806499+0000 mgr.x (mgr.34694) 12 : cephadm [INF] Reconfiguring daemon mon.a on smithi005 2023-12-27T22:21:00.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:00 smithi005 bash[111615]: audit 2023-12-27T22:20:59.806795+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-27T22:21:01.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:00 smithi115 bash[108225]: cluster 2023-12-27T22:20:59.547129+0000 mgr.x (mgr.34694) 10 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:01.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:00 smithi115 bash[108225]: audit 2023-12-27T22:20:59.795393+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:01.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:00 smithi115 bash[108225]: audit 2023-12-27T22:20:59.795781+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:00 smithi115 bash[108225]: audit 2023-12-27T22:20:59.796078+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:01.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:00 smithi115 bash[108225]: audit 2023-12-27T22:20:59.796349+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:00 smithi115 bash[108225]: audit 2023-12-27T22:20:59.796623+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:01.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:00 smithi115 bash[108225]: audit 2023-12-27T22:20:59.796884+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:00 smithi115 bash[108225]: audit 2023-12-27T22:20:59.797151+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:01.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:00 smithi115 bash[108225]: audit 2023-12-27T22:20:59.797407+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:00 smithi115 bash[108225]: audit 2023-12-27T22:20:59.797683+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:01.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:00 smithi115 bash[108225]: audit 2023-12-27T22:20:59.798838+0000 mon.b (mon.2) 101 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-27T22:21:01.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:00 smithi115 bash[108225]: audit 2023-12-27T22:20:59.799283+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-27T22:21:01.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:00 smithi115 bash[108225]: audit 2023-12-27T22:20:59.802080+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-27T22:21:01.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:00 smithi115 bash[108225]: cephadm 2023-12-27T22:20:59.804812+0000 mgr.x (mgr.34694) 11 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-27T22:21:01.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:00 smithi115 bash[108225]: audit 2023-12-27T22:20:59.805041+0000 mon.b (mon.2) 102 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:21:01.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:00 smithi115 bash[108225]: audit 2023-12-27T22:20:59.805564+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:21:01.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:00 smithi115 bash[108225]: audit 2023-12-27T22:20:59.806043+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:21:01.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:00 smithi115 bash[108225]: cephadm 2023-12-27T22:20:59.806499+0000 mgr.x (mgr.34694) 12 : cephadm [INF] Reconfiguring daemon mon.a on smithi005 2023-12-27T22:21:01.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:00 smithi115 bash[108225]: audit 2023-12-27T22:20:59.806795+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-27T22:21:01.253 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-12-27T22:21:01.253 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-12-27T22:21:01.253 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-27T22:21:01.253 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:21:01.253 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-12-27T22:21:01.253 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2023-12-27T22:21:01.253 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.14-417-gc5564c79 (c5564c7988cbaadc3382253af5843a8595347c2d) pacific (stable)": 1 2023-12-27T22:21:01.253 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:21:01.253 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-12-27T22:21:01.253 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-27T22:21:01.253 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:21:01.254 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": {}, 2023-12-27T22:21:01.254 INFO:teuthology.orchestra.run.smithi005.stdout: "rgw": { 2023-12-27T22:21:01.254 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-27T22:21:01.254 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:21:01.254 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-12-27T22:21:01.254 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2023-12-27T22:21:01.254 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.14-417-gc5564c79 (c5564c7988cbaadc3382253af5843a8595347c2d) pacific (stable)": 1 2023-12-27T22:21:01.254 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-12-27T22:21:01.254 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-12-27T22:21:01.597 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-12-27T22:21:01.598 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d", 2023-12-27T22:21:01.598 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-12-27T22:21:01.598 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-27T22:21:01.598 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [], 2023-12-27T22:21:01.598 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "", 2023-12-27T22:21:01.598 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "", 2023-12-27T22:21:01.598 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-12-27T22:21:01.598 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-12-27T22:21:01.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[108203]: audit 2023-12-27T22:21:00.181490+0000 mgr.x (mgr.34694) 13 : audit [DBG] from='client.14847 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:21:01.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[108203]: audit 2023-12-27T22:21:00.512863+0000 mgr.x (mgr.34694) 14 : audit [DBG] from='client.14853 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:21:01.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[111615]: audit 2023-12-27T22:21:00.181490+0000 mgr.x (mgr.34694) 13 : audit [DBG] from='client.14847 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:21:01.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[111615]: audit 2023-12-27T22:21:00.512863+0000 mgr.x (mgr.34694) 14 : audit [DBG] from='client.14853 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:21:01.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[108203]: audit 2023-12-27T22:21:00.690206+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 17888706, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160823Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:16:59.826344Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:58.160995Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:21:01.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[111615]: audit 2023-12-27T22:21:00.690206+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 17888706, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160823Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:16:59.826344Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:58.160995Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:21:01.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[108203]: audit 2023-12-27T22:21:00.690870+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 17888706, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160823Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:16:59.826344Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:58.160995Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:21:01.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[111615]: audit 2023-12-27T22:21:00.690870+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 17888706, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160823Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:16:59.826344Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:58.160995Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:21:01.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[108203]: audit 2023-12-27T22:21:00.693787+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 17888706, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160823Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:16:59.826344Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:58.160995Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-27T22:21:01.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[108203]: cephadm 2023-12-27T22:21:00.695289+0000 mgr.x (mgr.34694) 15 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-27T22:21:01.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[108203]: audit 2023-12-27T22:21:00.695626+0000 mon.b (mon.2) 107 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:21:01.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[108203]: audit 2023-12-27T22:21:00.696363+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:21:01.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[108203]: audit 2023-12-27T22:21:00.697042+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:21:01.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[108203]: cephadm 2023-12-27T22:21:00.697681+0000 mgr.x (mgr.34694) 16 : cephadm [INF] Reconfiguring daemon mon.c on smithi005 2023-12-27T22:21:01.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[108203]: audit 2023-12-27T22:21:00.698108+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-27T22:21:01.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[108203]: audit 2023-12-27T22:21:00.835063+0000 mgr.x (mgr.34694) 17 : audit [DBG] from='client.24769 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:21:01.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[108203]: audit 2023-12-27T22:21:00.837329+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-27T22:21:01.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[108203]: audit 2023-12-27T22:21:00.837757+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-27T22:21:01.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[108203]: audit 2023-12-27T22:21:00.838114+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[108203]: audit 2023-12-27T22:21:00.838483+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[111615]: audit 2023-12-27T22:21:00.693787+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 17888706, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160823Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:16:59.826344Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:58.160995Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-27T22:21:01.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[111615]: cephadm 2023-12-27T22:21:00.695289+0000 mgr.x (mgr.34694) 15 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-27T22:21:01.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[111615]: audit 2023-12-27T22:21:00.695626+0000 mon.b (mon.2) 107 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:21:01.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[111615]: audit 2023-12-27T22:21:00.696363+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:21:01.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[111615]: audit 2023-12-27T22:21:00.697042+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:21:01.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[111615]: cephadm 2023-12-27T22:21:00.697681+0000 mgr.x (mgr.34694) 16 : cephadm [INF] Reconfiguring daemon mon.c on smithi005 2023-12-27T22:21:01.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[111615]: audit 2023-12-27T22:21:00.698108+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-27T22:21:01.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[111615]: audit 2023-12-27T22:21:00.835063+0000 mgr.x (mgr.34694) 17 : audit [DBG] from='client.24769 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:21:01.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[111615]: audit 2023-12-27T22:21:00.837329+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-27T22:21:01.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[111615]: audit 2023-12-27T22:21:00.837757+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-27T22:21:01.869 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[111615]: audit 2023-12-27T22:21:00.838114+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.869 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[111615]: audit 2023-12-27T22:21:00.838483+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.869 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[108203]: audit 2023-12-27T22:21:00.838833+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.869 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[108203]: audit 2023-12-27T22:21:00.839185+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.869 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[108203]: audit 2023-12-27T22:21:00.841236+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-27T22:21:01.869 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[108203]: audit 2023-12-27T22:21:00.841656+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.869 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[108203]: audit 2023-12-27T22:21:00.842035+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.869 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[108203]: audit 2023-12-27T22:21:00.842426+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.869 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[108203]: audit 2023-12-27T22:21:00.842807+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.870 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[108203]: audit 2023-12-27T22:21:01.253814+0000 mon.c (mon.1) 33 : audit [DBG] from='client.? 172.21.15.5:0/2408786654' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:21:01.870 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[111615]: audit 2023-12-27T22:21:00.838833+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.870 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[111615]: audit 2023-12-27T22:21:00.839185+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.870 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[111615]: audit 2023-12-27T22:21:00.841236+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-27T22:21:01.870 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[111615]: audit 2023-12-27T22:21:00.841656+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.870 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[111615]: audit 2023-12-27T22:21:00.842035+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.870 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[111615]: audit 2023-12-27T22:21:00.842426+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.870 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[111615]: audit 2023-12-27T22:21:00.842807+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.870 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[111615]: audit 2023-12-27T22:21:01.253814+0000 mon.c (mon.1) 33 : audit [DBG] from='client.? 172.21.15.5:0/2408786654' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:21:01.871 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[108203]: audit 2023-12-27T22:21:01.538570+0000 mon.b (mon.2) 122 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 17888706, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160823Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:16:59.826344Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:58.160995Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:01.871 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[111615]: audit 2023-12-27T22:21:01.538570+0000 mon.b (mon.2) 122 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 17888706, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160823Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:16:59.826344Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:58.160995Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:01.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[108203]: audit 2023-12-27T22:21:01.539430+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 17888706, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160823Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:16:59.826344Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:58.160995Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:01.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[108203]: audit 2023-12-27T22:21:01.542432+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 17888706, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160823Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:16:59.826344Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:58.160995Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]': finished 2023-12-27T22:21:01.872 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[111615]: audit 2023-12-27T22:21:01.539430+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 17888706, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160823Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:16:59.826344Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:58.160995Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:01.872 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:01 smithi005 bash[111615]: audit 2023-12-27T22:21:01.542432+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 17888706, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160823Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:16:59.826344Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:58.160995Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]': finished 2023-12-27T22:21:01.907 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:01 smithi115 bash[108225]: audit 2023-12-27T22:21:00.181490+0000 mgr.x (mgr.34694) 13 : audit [DBG] from='client.14847 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:21:01.908 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:01 smithi115 bash[108225]: audit 2023-12-27T22:21:00.512863+0000 mgr.x (mgr.34694) 14 : audit [DBG] from='client.14853 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:21:01.908 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:01 smithi115 bash[108225]: audit 2023-12-27T22:21:00.690206+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 17888706, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160823Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:16:59.826344Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:58.160995Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:21:01.908 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:01 smithi115 bash[108225]: audit 2023-12-27T22:21:00.690870+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 17888706, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160823Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:16:59.826344Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:58.160995Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:21:01.908 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:01 smithi115 bash[108225]: audit 2023-12-27T22:21:00.693787+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 17888706, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160823Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:16:59.826344Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:13:50.616660Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:58.160995Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-27T22:21:01.908 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:01 smithi115 bash[108225]: cephadm 2023-12-27T22:21:00.695289+0000 mgr.x (mgr.34694) 15 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-27T22:21:01.908 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:01 smithi115 bash[108225]: audit 2023-12-27T22:21:00.695626+0000 mon.b (mon.2) 107 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:21:01.908 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:01 smithi115 bash[108225]: audit 2023-12-27T22:21:00.696363+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:21:01.908 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:01 smithi115 bash[108225]: audit 2023-12-27T22:21:00.697042+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:21:01.909 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:01 smithi115 bash[108225]: cephadm 2023-12-27T22:21:00.697681+0000 mgr.x (mgr.34694) 16 : cephadm [INF] Reconfiguring daemon mon.c on smithi005 2023-12-27T22:21:01.909 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:01 smithi115 bash[108225]: audit 2023-12-27T22:21:00.698108+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-27T22:21:01.909 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:01 smithi115 bash[108225]: audit 2023-12-27T22:21:00.835063+0000 mgr.x (mgr.34694) 17 : audit [DBG] from='client.24769 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:21:01.909 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:01 smithi115 bash[108225]: audit 2023-12-27T22:21:00.837329+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-27T22:21:01.909 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:01 smithi115 bash[108225]: audit 2023-12-27T22:21:00.837757+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-27T22:21:01.909 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:01 smithi115 bash[108225]: audit 2023-12-27T22:21:00.838114+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.909 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:01 smithi115 bash[108225]: audit 2023-12-27T22:21:00.838483+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.910 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:01 smithi115 bash[108225]: audit 2023-12-27T22:21:00.838833+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.910 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:01 smithi115 bash[108225]: audit 2023-12-27T22:21:00.839185+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.910 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:01 smithi115 bash[108225]: audit 2023-12-27T22:21:00.841236+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-27T22:21:01.910 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:01 smithi115 bash[108225]: audit 2023-12-27T22:21:00.841656+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.910 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:01 smithi115 bash[108225]: audit 2023-12-27T22:21:00.842035+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.910 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:01 smithi115 bash[108225]: audit 2023-12-27T22:21:00.842426+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.910 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:01 smithi115 bash[108225]: audit 2023-12-27T22:21:00.842807+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:01.910 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:01 smithi115 bash[108225]: audit 2023-12-27T22:21:01.253814+0000 mon.c (mon.1) 33 : audit [DBG] from='client.? 172.21.15.5:0/2408786654' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:21:01.910 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:01 smithi115 bash[108225]: audit 2023-12-27T22:21:01.538570+0000 mon.b (mon.2) 122 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 17888706, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160823Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:16:59.826344Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:58.160995Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:01.910 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:01 smithi115 bash[108225]: audit 2023-12-27T22:21:01.539430+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 17888706, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160823Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:16:59.826344Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:58.160995Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:01.910 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:01 smithi115 bash[108225]: audit 2023-12-27T22:21:01.542432+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"961ab43a4ec3\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 17888706, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160823Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:16:59.826344Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-27T22:16:56.609346Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:58.160995Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]': finished 2023-12-27T22:21:03.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:02 smithi115 bash[108225]: cephadm 2023-12-27T22:21:01.544332+0000 mgr.x (mgr.34694) 18 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-27T22:21:03.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:02 smithi115 bash[108225]: cluster 2023-12-27T22:21:01.547827+0000 mgr.x (mgr.34694) 19 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:03.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:02 smithi115 bash[108225]: cephadm 2023-12-27T22:21:01.554784+0000 mgr.x (mgr.34694) 20 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi005 2023-12-27T22:21:03.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:02 smithi115 bash[108225]: audit 2023-12-27T22:21:01.597895+0000 mgr.x (mgr.34694) 21 : audit [DBG] from='client.24781 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:21:03.113 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:02 smithi005 bash[111615]: cephadm 2023-12-27T22:21:01.544332+0000 mgr.x (mgr.34694) 18 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-27T22:21:03.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:02 smithi005 bash[111615]: cluster 2023-12-27T22:21:01.547827+0000 mgr.x (mgr.34694) 19 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:03.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:02 smithi005 bash[111615]: cephadm 2023-12-27T22:21:01.554784+0000 mgr.x (mgr.34694) 20 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi005 2023-12-27T22:21:03.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:02 smithi005 bash[111615]: audit 2023-12-27T22:21:01.597895+0000 mgr.x (mgr.34694) 21 : audit [DBG] from='client.24781 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:21:03.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:02 smithi005 bash[108203]: cephadm 2023-12-27T22:21:01.544332+0000 mgr.x (mgr.34694) 18 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-27T22:21:03.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:02 smithi005 bash[108203]: cluster 2023-12-27T22:21:01.547827+0000 mgr.x (mgr.34694) 19 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:03.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:02 smithi005 bash[108203]: cephadm 2023-12-27T22:21:01.554784+0000 mgr.x (mgr.34694) 20 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi005 2023-12-27T22:21:03.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:02 smithi005 bash[108203]: audit 2023-12-27T22:21:01.597895+0000 mgr.x (mgr.34694) 21 : audit [DBG] from='client.24781 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:21:05.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:04 smithi115 bash[108225]: cluster 2023-12-27T22:21:03.548301+0000 mgr.x (mgr.34694) 22 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:05.051 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:04 smithi005 bash[108203]: cluster 2023-12-27T22:21:03.548301+0000 mgr.x (mgr.34694) 22 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:05.051 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:04 smithi005 bash[111615]: cluster 2023-12-27T22:21:03.548301+0000 mgr.x (mgr.34694) 22 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:05.946 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:21:05 smithi005 systemd[1]: Stopping Ceph alertmanager.a for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:21:06.216 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:21:05 smithi005 bash[126934]: ts=2023-12-27T22:21:05.947Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2023-12-27T22:21:06.565 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:21:06 smithi005 podman[132641]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-alertmanager.a 2023-12-27T22:21:06.566 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:21:06 smithi005 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-27T22:21:06.566 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:21:06 smithi005 systemd[1]: Stopped Ceph alertmanager.a for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:21:06.566 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:21:06 smithi005 systemd[1]: Starting Ceph alertmanager.a for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:21:06.566 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:21:06 smithi005 podman[132682]: Error: no container with ID or name "ceph-fe802a76-a504-11ee-95a5-87774f69a715-alertmanager.a" found: no such container 2023-12-27T22:21:06.566 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:21:06 smithi005 systemd[1]: Started Ceph alertmanager.a for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:21:06.864 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:21:06 smithi005 bash[132698]: ts=2023-12-27T22:21:06.707Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2023-12-27T22:21:06.864 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:21:06 smithi005 bash[132698]: ts=2023-12-27T22:21:06.707Z caller=main.go:246 level=info build_context="(go=go1.20.7, platform=linux/amd64, user=root@df8d7debeef4, date=20230824-11:11:58, tags=netgo)" 2023-12-27T22:21:06.864 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:21:06 smithi005 bash[132698]: ts=2023-12-27T22:21:06.708Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.5 port=9094 2023-12-27T22:21:06.864 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:21:06 smithi005 bash[132698]: ts=2023-12-27T22:21:06.710Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-27T22:21:06.864 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:21:06 smithi005 bash[132698]: ts=2023-12-27T22:21:06.732Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-27T22:21:06.864 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:21:06 smithi005 bash[132698]: ts=2023-12-27T22:21:06.733Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-27T22:21:06.864 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:21:06 smithi005 bash[132698]: ts=2023-12-27T22:21:06.734Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2023-12-27T22:21:06.864 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:21:06 smithi005 bash[132698]: ts=2023-12-27T22:21:06.734Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2023-12-27T22:21:06.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:06 smithi005 bash[108203]: cluster 2023-12-27T22:21:05.548886+0000 mgr.x (mgr.34694) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:06.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:06 smithi005 bash[111615]: cluster 2023-12-27T22:21:05.548886+0000 mgr.x (mgr.34694) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:06.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:06 smithi005 bash[108203]: audit 2023-12-27T22:21:06.386124+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:06.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:06 smithi005 bash[111615]: audit 2023-12-27T22:21:06.386124+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:06.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:06 smithi005 bash[108203]: audit 2023-12-27T22:21:06.386855+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:06.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:06 smithi005 bash[111615]: audit 2023-12-27T22:21:06.386855+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:06.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:06 smithi005 bash[108203]: audit 2023-12-27T22:21:06.390967+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]': finished 2023-12-27T22:21:06.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:06 smithi005 bash[108203]: audit 2023-12-27T22:21:06.392298+0000 mon.b (mon.2) 124 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:21:06.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:06 smithi005 bash[108203]: audit 2023-12-27T22:21:06.393042+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:21:06.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:06 smithi005 bash[108203]: audit 2023-12-27T22:21:06.393762+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:21:06.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:06 smithi005 bash[108203]: audit 2023-12-27T22:21:06.394788+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-27T22:21:06.867 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:06 smithi005 bash[111615]: audit 2023-12-27T22:21:06.390967+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]': finished 2023-12-27T22:21:06.867 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:06 smithi005 bash[111615]: audit 2023-12-27T22:21:06.392298+0000 mon.b (mon.2) 124 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:21:06.867 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:06 smithi005 bash[111615]: audit 2023-12-27T22:21:06.393042+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:21:06.867 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:06 smithi005 bash[111615]: audit 2023-12-27T22:21:06.393762+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:21:06.867 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:06 smithi005 bash[111615]: audit 2023-12-27T22:21:06.394788+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-27T22:21:07.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:06 smithi115 bash[108225]: cluster 2023-12-27T22:21:05.548886+0000 mgr.x (mgr.34694) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:07.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:06 smithi115 bash[108225]: audit 2023-12-27T22:21:06.386124+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:07.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:06 smithi115 bash[108225]: audit 2023-12-27T22:21:06.386855+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:07.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:06 smithi115 bash[108225]: audit 2023-12-27T22:21:06.390967+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"bedbd7336f17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322961408, \"cpu_percentage\": \"4.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160394Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:12:46.837342Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:17.270304Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]': finished 2023-12-27T22:21:07.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:06 smithi115 bash[108225]: audit 2023-12-27T22:21:06.392298+0000 mon.b (mon.2) 124 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:21:07.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:06 smithi115 bash[108225]: audit 2023-12-27T22:21:06.393042+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:21:07.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:06 smithi115 bash[108225]: audit 2023-12-27T22:21:06.393762+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:21:07.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:06 smithi115 bash[108225]: audit 2023-12-27T22:21:06.394788+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-27T22:21:08.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:07 smithi115 bash[108225]: cephadm 2023-12-27T22:21:06.391979+0000 mgr.x (mgr.34694) 24 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-27T22:21:08.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:07 smithi115 bash[108225]: cephadm 2023-12-27T22:21:06.394388+0000 mgr.x (mgr.34694) 25 : cephadm [INF] Reconfiguring daemon mon.b on smithi115 2023-12-27T22:21:08.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:07 smithi115 bash[108225]: audit 2023-12-27T22:21:07.273735+0000 mon.b (mon.2) 128 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191155404, \"cpu_percentage\": \"1.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497812Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"30.72%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497948Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77238108, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498017Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71743569, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498109Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67140321, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498174Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76829163, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498237Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 29444014, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498299Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:17:01.910036Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11502878, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498377Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33323745, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55532584, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498494Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:59.498601Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:21:08.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:07 smithi115 bash[108225]: audit 2023-12-27T22:21:07.274666+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191155404, \"cpu_percentage\": \"1.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497812Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"30.72%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497948Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77238108, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498017Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71743569, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498109Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67140321, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498174Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76829163, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498237Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 29444014, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498299Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:17:01.910036Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11502878, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498377Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33323745, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55532584, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498494Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:59.498601Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:21:08.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:07 smithi115 bash[108225]: audit 2023-12-27T22:21:07.279219+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191155404, \"cpu_percentage\": \"1.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497812Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"30.72%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497948Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77238108, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498017Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71743569, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498109Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67140321, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498174Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76829163, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498237Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 29444014, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498299Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:17:01.910036Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11502878, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498377Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33323745, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55532584, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498494Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:59.498601Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-27T22:21:08.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:07 smithi005 bash[108203]: cephadm 2023-12-27T22:21:06.391979+0000 mgr.x (mgr.34694) 24 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-27T22:21:08.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:07 smithi005 bash[108203]: cephadm 2023-12-27T22:21:06.394388+0000 mgr.x (mgr.34694) 25 : cephadm [INF] Reconfiguring daemon mon.b on smithi115 2023-12-27T22:21:08.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:07 smithi005 bash[111615]: cephadm 2023-12-27T22:21:06.391979+0000 mgr.x (mgr.34694) 24 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-27T22:21:08.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:07 smithi005 bash[111615]: cephadm 2023-12-27T22:21:06.394388+0000 mgr.x (mgr.34694) 25 : cephadm [INF] Reconfiguring daemon mon.b on smithi115 2023-12-27T22:21:08.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:07 smithi005 bash[108203]: audit 2023-12-27T22:21:07.273735+0000 mon.b (mon.2) 128 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191155404, \"cpu_percentage\": \"1.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497812Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"30.72%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497948Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77238108, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498017Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71743569, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498109Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67140321, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498174Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76829163, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498237Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 29444014, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498299Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:17:01.910036Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11502878, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498377Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33323745, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55532584, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498494Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:59.498601Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:21:08.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:07 smithi005 bash[111615]: audit 2023-12-27T22:21:07.273735+0000 mon.b (mon.2) 128 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191155404, \"cpu_percentage\": \"1.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497812Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"30.72%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497948Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77238108, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498017Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71743569, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498109Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67140321, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498174Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76829163, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498237Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 29444014, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498299Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:17:01.910036Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11502878, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498377Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33323745, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55532584, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498494Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:59.498601Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:21:08.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:07 smithi005 bash[108203]: audit 2023-12-27T22:21:07.274666+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191155404, \"cpu_percentage\": \"1.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497812Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"30.72%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497948Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77238108, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498017Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71743569, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498109Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67140321, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498174Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76829163, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498237Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 29444014, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498299Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:17:01.910036Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11502878, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498377Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33323745, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55532584, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498494Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:59.498601Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:21:08.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:07 smithi005 bash[108203]: audit 2023-12-27T22:21:07.279219+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191155404, \"cpu_percentage\": \"1.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497812Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"30.72%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497948Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77238108, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498017Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71743569, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498109Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67140321, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498174Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76829163, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498237Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 29444014, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498299Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:17:01.910036Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11502878, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498377Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33323745, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55532584, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498494Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:59.498601Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-27T22:21:08.116 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:07 smithi005 bash[111615]: audit 2023-12-27T22:21:07.274666+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191155404, \"cpu_percentage\": \"1.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497812Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"30.72%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497948Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77238108, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498017Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71743569, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498109Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67140321, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498174Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76829163, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498237Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 29444014, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498299Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:17:01.910036Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11502878, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498377Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33323745, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55532584, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498494Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:59.498601Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:21:08.116 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:07 smithi005 bash[111615]: audit 2023-12-27T22:21:07.279219+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191155404, \"cpu_percentage\": \"1.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497812Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"30.72%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497948Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77238108, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498017Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71743569, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498109Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67140321, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498174Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76829163, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498237Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"fd2cd380ebc4\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 29444014, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498299Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:17:01.910036Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11502878, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498377Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33323745, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55532584, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498494Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:16:59.623261Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:20:59.498601Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-27T22:21:09.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:08 smithi115 bash[108225]: cephadm 2023-12-27T22:21:07.280500+0000 mgr.x (mgr.34694) 26 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-27T22:21:09.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:08 smithi115 bash[108225]: cephadm 2023-12-27T22:21:07.288294+0000 mgr.x (mgr.34694) 27 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi115 2023-12-27T22:21:09.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:08 smithi115 bash[108225]: cluster 2023-12-27T22:21:07.549637+0000 mgr.x (mgr.34694) 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-27T22:21:09.114 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:21:08 smithi005 bash[132698]: ts=2023-12-27T22:21:08.710Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000426173s 2023-12-27T22:21:09.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:08 smithi005 bash[108203]: cephadm 2023-12-27T22:21:07.280500+0000 mgr.x (mgr.34694) 26 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-27T22:21:09.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:08 smithi005 bash[108203]: cephadm 2023-12-27T22:21:07.288294+0000 mgr.x (mgr.34694) 27 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi115 2023-12-27T22:21:09.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:08 smithi005 bash[108203]: cluster 2023-12-27T22:21:07.549637+0000 mgr.x (mgr.34694) 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-27T22:21:09.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:08 smithi005 bash[111615]: cephadm 2023-12-27T22:21:07.280500+0000 mgr.x (mgr.34694) 26 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-27T22:21:09.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:08 smithi005 bash[111615]: cephadm 2023-12-27T22:21:07.288294+0000 mgr.x (mgr.34694) 27 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi115 2023-12-27T22:21:09.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:08 smithi005 bash[111615]: cluster 2023-12-27T22:21:07.549637+0000 mgr.x (mgr.34694) 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-27T22:21:11.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:10 smithi115 bash[108225]: cluster 2023-12-27T22:21:09.549960+0000 mgr.x (mgr.34694) 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-27T22:21:11.113 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:10 smithi005 bash[108203]: cluster 2023-12-27T22:21:09.549960+0000 mgr.x (mgr.34694) 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-27T22:21:11.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:10 smithi005 bash[111615]: cluster 2023-12-27T22:21:09.549960+0000 mgr.x (mgr.34694) 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-27T22:21:12.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:12 smithi005 bash[108203]: cluster 2023-12-27T22:21:11.550633+0000 mgr.x (mgr.34694) 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-27T22:21:12.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:12 smithi005 bash[111615]: cluster 2023-12-27T22:21:11.550633+0000 mgr.x (mgr.34694) 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-27T22:21:12.367 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:12 smithi115 bash[108225]: cluster 2023-12-27T22:21:11.550633+0000 mgr.x (mgr.34694) 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-27T22:21:12.952 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:12 smithi115 systemd[1]: Stopping Ceph prometheus.a for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:21:13.254 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:12 smithi115 bash[120222]: ts=2023-12-27T22:21:12.952Z caller=main.go:859 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-27T22:21:13.254 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:12 smithi115 bash[120222]: ts=2023-12-27T22:21:12.952Z caller=main.go:883 level=info msg="Stopping scrape discovery manager..." 2023-12-27T22:21:13.254 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:12 smithi115 bash[120222]: ts=2023-12-27T22:21:12.952Z caller=main.go:897 level=info msg="Stopping notify discovery manager..." 2023-12-27T22:21:13.254 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:12 smithi115 bash[120222]: ts=2023-12-27T22:21:12.953Z caller=manager.go:1026 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-27T22:21:13.254 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:12 smithi115 bash[120222]: ts=2023-12-27T22:21:12.953Z caller=manager.go:1036 level=info component="rule manager" msg="Rule manager stopped" 2023-12-27T22:21:13.254 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:12 smithi115 bash[120222]: ts=2023-12-27T22:21:12.953Z caller=main.go:934 level=info msg="Stopping scrape manager..." 2023-12-27T22:21:13.254 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:12 smithi115 bash[120222]: ts=2023-12-27T22:21:12.953Z caller=main.go:879 level=info msg="Scrape discovery manager stopped" 2023-12-27T22:21:13.255 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:12 smithi115 bash[120222]: ts=2023-12-27T22:21:12.953Z caller=main.go:893 level=info msg="Notify discovery manager stopped" 2023-12-27T22:21:13.255 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:12 smithi115 bash[120222]: ts=2023-12-27T22:21:12.953Z caller=main.go:926 level=info msg="Scrape manager stopped" 2023-12-27T22:21:13.255 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:12 smithi115 bash[120222]: ts=2023-12-27T22:21:12.954Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2023-12-27T22:21:13.255 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:12 smithi115 bash[120222]: ts=2023-12-27T22:21:12.954Z caller=main.go:1156 level=info msg="Notifier manager stopped" 2023-12-27T22:21:13.255 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:12 smithi115 bash[120222]: ts=2023-12-27T22:21:12.954Z caller=main.go:1168 level=info msg="See you next time!" 2023-12-27T22:21:13.255 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 podman[124699]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-prometheus.a 2023-12-27T22:21:13.634 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@prometheus.a.service: Succeeded. 2023-12-27T22:21:13.634 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 systemd[1]: Stopped Ceph prometheus.a for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:21:13.634 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 systemd[1]: Starting Ceph prometheus.a for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:21:13.634 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 podman[124740]: Error: no container with ID or name "ceph-fe802a76-a504-11ee-95a5-87774f69a715-prometheus.a" found: no such container 2023-12-27T22:21:13.634 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 systemd[1]: Started Ceph prometheus.a for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:21:13.635 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[108225]: audit 2023-12-27T22:21:13.430275+0000 mon.b (mon.2) 129 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191155404, \"cpu_percentage\": \"1.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497812Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"30.72%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-27T22:20:59.497948Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77238108, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498017Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71743569, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498109Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67140321, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498174Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76829163, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498237Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11502878, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498377Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33323745, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55532584, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498494Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:13.635 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[108225]: audit 2023-12-27T22:21:13.431419+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191155404, \"cpu_percentage\": \"1.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497812Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"30.72%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-27T22:20:59.497948Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77238108, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498017Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71743569, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498109Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67140321, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498174Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76829163, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498237Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11502878, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498377Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33323745, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55532584, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498494Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:13.635 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[108225]: audit 2023-12-27T22:21:13.434904+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191155404, \"cpu_percentage\": \"1.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497812Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"30.72%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-27T22:20:59.497948Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77238108, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498017Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71743569, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498109Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67140321, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498174Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76829163, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498237Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11502878, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498377Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33323745, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55532584, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498494Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}}"}]': finished 2023-12-27T22:21:13.635 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[108225]: audit 2023-12-27T22:21:13.438267+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-27T22:21:13.635 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[108225]: audit 2023-12-27T22:21:13.439379+0000 mon.b (mon.2) 131 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi005.front.sepia.ceph.com:9093"}]: dispatch 2023-12-27T22:21:13.635 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[108225]: audit 2023-12-27T22:21:13.439850+0000 mon.b (mon.2) 132 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi005.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-12-27T22:21:13.636 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[108225]: audit 2023-12-27T22:21:13.440185+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi005.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-12-27T22:21:13.636 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[108225]: audit 2023-12-27T22:21:13.443693+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi005.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2023-12-27T22:21:13.636 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[108225]: audit 2023-12-27T22:21:13.450041+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-27T22:21:13.636 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[108225]: audit 2023-12-27T22:21:13.452225+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi115.front.sepia.ceph.com:9095"}]: dispatch 2023-12-27T22:21:13.636 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[108225]: audit 2023-12-27T22:21:13.452844+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi115.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-12-27T22:21:13.636 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[108225]: audit 2023-12-27T22:21:13.453216+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi115.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-12-27T22:21:13.636 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[108225]: audit 2023-12-27T22:21:13.456698+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi115.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2023-12-27T22:21:13.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:13 smithi005 bash[108203]: audit 2023-12-27T22:21:13.430275+0000 mon.b (mon.2) 129 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191155404, \"cpu_percentage\": \"1.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497812Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"30.72%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-27T22:20:59.497948Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77238108, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498017Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71743569, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498109Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67140321, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498174Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76829163, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498237Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11502878, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498377Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33323745, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55532584, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498494Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:13.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:13 smithi005 bash[111615]: audit 2023-12-27T22:21:13.430275+0000 mon.b (mon.2) 129 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191155404, \"cpu_percentage\": \"1.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497812Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"30.72%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-27T22:20:59.497948Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77238108, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498017Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71743569, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498109Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67140321, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498174Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76829163, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498237Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11502878, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498377Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33323745, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55532584, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498494Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:13.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:13 smithi005 bash[108203]: audit 2023-12-27T22:21:13.431419+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191155404, \"cpu_percentage\": \"1.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497812Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"30.72%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-27T22:20:59.497948Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77238108, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498017Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71743569, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498109Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67140321, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498174Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76829163, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498237Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11502878, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498377Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33323745, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55532584, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498494Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:13.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:13 smithi005 bash[108203]: audit 2023-12-27T22:21:13.434904+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191155404, \"cpu_percentage\": \"1.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497812Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"30.72%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-27T22:20:59.497948Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77238108, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498017Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71743569, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498109Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67140321, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498174Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76829163, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498237Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11502878, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498377Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33323745, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55532584, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498494Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}}"}]': finished 2023-12-27T22:21:13.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:13 smithi005 bash[108203]: audit 2023-12-27T22:21:13.438267+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-27T22:21:13.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:13 smithi005 bash[108203]: audit 2023-12-27T22:21:13.439379+0000 mon.b (mon.2) 131 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi005.front.sepia.ceph.com:9093"}]: dispatch 2023-12-27T22:21:13.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:13 smithi005 bash[108203]: audit 2023-12-27T22:21:13.439850+0000 mon.b (mon.2) 132 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi005.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-12-27T22:21:13.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:13 smithi005 bash[111615]: audit 2023-12-27T22:21:13.431419+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191155404, \"cpu_percentage\": \"1.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497812Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"30.72%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-27T22:20:59.497948Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77238108, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498017Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71743569, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498109Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67140321, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498174Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76829163, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498237Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11502878, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498377Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33323745, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55532584, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498494Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:13.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:13 smithi005 bash[108203]: audit 2023-12-27T22:21:13.440185+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi005.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-12-27T22:21:13.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:13 smithi005 bash[108203]: audit 2023-12-27T22:21:13.443693+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi005.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2023-12-27T22:21:13.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:13 smithi005 bash[108203]: audit 2023-12-27T22:21:13.450041+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-27T22:21:13.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:13 smithi005 bash[108203]: audit 2023-12-27T22:21:13.452225+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi115.front.sepia.ceph.com:9095"}]: dispatch 2023-12-27T22:21:13.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:13 smithi005 bash[108203]: audit 2023-12-27T22:21:13.452844+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi115.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-12-27T22:21:13.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:13 smithi005 bash[108203]: audit 2023-12-27T22:21:13.453216+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi115.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-12-27T22:21:13.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:13 smithi005 bash[108203]: audit 2023-12-27T22:21:13.456698+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi115.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2023-12-27T22:21:13.867 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:13 smithi005 bash[111615]: audit 2023-12-27T22:21:13.434904+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191155404, \"cpu_percentage\": \"1.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.497812Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 443967078, \"cpu_percentage\": \"30.72%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-27T22:20:59.497948Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77238108, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498017Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71743569, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498109Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67140321, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498174Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76829163, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498237Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11502878, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498377Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33323745, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55532584, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:59.498494Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}}"}]': finished 2023-12-27T22:21:13.867 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:13 smithi005 bash[111615]: audit 2023-12-27T22:21:13.438267+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-27T22:21:13.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:13 smithi005 bash[111615]: audit 2023-12-27T22:21:13.439379+0000 mon.b (mon.2) 131 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi005.front.sepia.ceph.com:9093"}]: dispatch 2023-12-27T22:21:13.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:13 smithi005 bash[111615]: audit 2023-12-27T22:21:13.439850+0000 mon.b (mon.2) 132 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi005.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-12-27T22:21:13.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:13 smithi005 bash[111615]: audit 2023-12-27T22:21:13.440185+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi005.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-12-27T22:21:13.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:13 smithi005 bash[111615]: audit 2023-12-27T22:21:13.443693+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi005.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2023-12-27T22:21:13.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:13 smithi005 bash[111615]: audit 2023-12-27T22:21:13.450041+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-27T22:21:13.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:13 smithi005 bash[111615]: audit 2023-12-27T22:21:13.452225+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi115.front.sepia.ceph.com:9095"}]: dispatch 2023-12-27T22:21:13.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:13 smithi005 bash[111615]: audit 2023-12-27T22:21:13.452844+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi115.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-12-27T22:21:13.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:13 smithi005 bash[111615]: audit 2023-12-27T22:21:13.453216+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi115.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-12-27T22:21:13.868 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:13 smithi005 bash[111615]: audit 2023-12-27T22:21:13.456698+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi115.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2023-12-27T22:21:14.004 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[124757]: ts=2023-12-27T22:21:13.751Z caller=main.go:539 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-27T22:21:14.005 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[124757]: ts=2023-12-27T22:21:13.751Z caller=main.go:583 level=info msg="Starting Prometheus Server" mode=server version="(version=2.48.1, branch=HEAD, revision=63894216648f0d6be310c9d16fb48293c45c9310)" 2023-12-27T22:21:14.005 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[124757]: ts=2023-12-27T22:21:13.751Z caller=main.go:588 level=info build_context="(go=go1.21.5, platform=linux/amd64, user=root@71f108ff5632, date=20231208-23:33:22, tags=netgo,builtinassets,stringlabels)" 2023-12-27T22:21:14.005 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[124757]: ts=2023-12-27T22:21:13.751Z caller=main.go:589 level=info host_details="(Linux 4.18.0-529.el8.x86_64 #1 SMP Wed Dec 6 01:03:46 UTC 2023 x86_64 smithi115 (none))" 2023-12-27T22:21:14.005 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[124757]: ts=2023-12-27T22:21:13.751Z caller=main.go:590 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-27T22:21:14.005 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[124757]: ts=2023-12-27T22:21:13.751Z caller=main.go:591 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-27T22:21:14.005 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[124757]: ts=2023-12-27T22:21:13.752Z caller=web.go:566 level=info component=web msg="Start listening for connections" address=:9095 2023-12-27T22:21:14.005 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[124757]: ts=2023-12-27T22:21:13.753Z caller=main.go:1024 level=info msg="Starting TSDB ..." 2023-12-27T22:21:14.005 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[124757]: ts=2023-12-27T22:21:13.754Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2023-12-27T22:21:14.005 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[124757]: ts=2023-12-27T22:21:13.754Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2023-12-27T22:21:14.005 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[124757]: ts=2023-12-27T22:21:13.755Z caller=head.go:601 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-27T22:21:14.005 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[124757]: ts=2023-12-27T22:21:13.755Z caller=head.go:682 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=4.538µs 2023-12-27T22:21:14.005 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[124757]: ts=2023-12-27T22:21:13.755Z caller=head.go:690 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-27T22:21:14.006 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[124757]: ts=2023-12-27T22:21:13.756Z caller=head.go:761 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2023-12-27T22:21:14.006 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[124757]: ts=2023-12-27T22:21:13.764Z caller=head.go:761 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2023-12-27T22:21:14.006 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[124757]: ts=2023-12-27T22:21:13.764Z caller=head.go:761 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2023-12-27T22:21:14.006 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[124757]: ts=2023-12-27T22:21:13.765Z caller=head.go:798 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=43.787µs wal_replay_duration=8.985821ms wbl_replay_duration=231ns total_replay_duration=9.070338ms 2023-12-27T22:21:14.006 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[124757]: ts=2023-12-27T22:21:13.768Z caller=main.go:1045 level=info fs_type=XFS_SUPER_MAGIC 2023-12-27T22:21:14.006 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[124757]: ts=2023-12-27T22:21:13.768Z caller=main.go:1048 level=info msg="TSDB started" 2023-12-27T22:21:14.006 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[124757]: ts=2023-12-27T22:21:13.768Z caller=main.go:1230 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-27T22:21:14.006 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[124757]: ts=2023-12-27T22:21:13.779Z caller=main.go:1267 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=11.501943ms db_storage=818ns remote_storage=1.145µs web_handler=274ns query_engine=664ns scrape=377.119µs scrape_sd=23.372µs notify=26.321µs notify_sd=6.283µs rules=10.848945ms tracing=6.081µs 2023-12-27T22:21:14.006 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[124757]: ts=2023-12-27T22:21:13.779Z caller=main.go:1009 level=info msg="Server is ready to receive web requests." 2023-12-27T22:21:14.006 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:21:13 smithi115 bash[124757]: ts=2023-12-27T22:21:13.779Z caller=manager.go:1012 level=info component="rule manager" msg="Starting rule manager..." 2023-12-27T22:21:14.492 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:14 smithi005 bash[108203]: audit 2023-12-27T22:21:13.438593+0000 mgr.x (mgr.34694) 31 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-27T22:21:14.492 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:14 smithi005 bash[108203]: audit 2023-12-27T22:21:13.439625+0000 mgr.x (mgr.34694) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi005.front.sepia.ceph.com:9093"}]: dispatch 2023-12-27T22:21:14.492 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:14 smithi005 bash[108203]: audit 2023-12-27T22:21:13.450457+0000 mgr.x (mgr.34694) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-27T22:21:14.492 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:14 smithi005 bash[108203]: audit 2023-12-27T22:21:13.452535+0000 mgr.x (mgr.34694) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi115.front.sepia.ceph.com:9095"}]: dispatch 2023-12-27T22:21:14.492 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:14 smithi005 bash[108203]: cephadm 2023-12-27T22:21:13.458566+0000 mgr.x (mgr.34694) 35 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d 2023-12-27T22:21:14.492 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:14 smithi005 bash[108203]: cluster 2023-12-27T22:21:13.551140+0000 mgr.x (mgr.34694) 36 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:14.492 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:14 smithi005 bash[111615]: audit 2023-12-27T22:21:13.438593+0000 mgr.x (mgr.34694) 31 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-27T22:21:14.492 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:14 smithi005 bash[111615]: audit 2023-12-27T22:21:13.439625+0000 mgr.x (mgr.34694) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi005.front.sepia.ceph.com:9093"}]: dispatch 2023-12-27T22:21:14.493 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:14 smithi005 bash[111615]: audit 2023-12-27T22:21:13.450457+0000 mgr.x (mgr.34694) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-27T22:21:14.493 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:14 smithi005 bash[111615]: audit 2023-12-27T22:21:13.452535+0000 mgr.x (mgr.34694) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi115.front.sepia.ceph.com:9095"}]: dispatch 2023-12-27T22:21:14.493 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:14 smithi005 bash[111615]: cephadm 2023-12-27T22:21:13.458566+0000 mgr.x (mgr.34694) 35 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d 2023-12-27T22:21:14.493 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:14 smithi005 bash[111615]: cluster 2023-12-27T22:21:13.551140+0000 mgr.x (mgr.34694) 36 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:14.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:14 smithi115 bash[108225]: audit 2023-12-27T22:21:13.438593+0000 mgr.x (mgr.34694) 31 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-27T22:21:14.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:14 smithi115 bash[108225]: audit 2023-12-27T22:21:13.439625+0000 mgr.x (mgr.34694) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi005.front.sepia.ceph.com:9093"}]: dispatch 2023-12-27T22:21:14.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:14 smithi115 bash[108225]: audit 2023-12-27T22:21:13.450457+0000 mgr.x (mgr.34694) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-27T22:21:14.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:14 smithi115 bash[108225]: audit 2023-12-27T22:21:13.452535+0000 mgr.x (mgr.34694) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi115.front.sepia.ceph.com:9095"}]: dispatch 2023-12-27T22:21:14.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:14 smithi115 bash[108225]: cephadm 2023-12-27T22:21:13.458566+0000 mgr.x (mgr.34694) 35 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d 2023-12-27T22:21:14.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:14 smithi115 bash[108225]: cluster 2023-12-27T22:21:13.551140+0000 mgr.x (mgr.34694) 36 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:15.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:15 smithi115 bash[108225]: audit 2023-12-27T22:21:14.791197+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"progress_id\": \"7411783e-6ea4-40d4-bb96-22b42a40f42f\", \"target_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"target_version\": \"16.2.14-417-gc5564c79\", \"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-27T22:21:15.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:15 smithi115 bash[108225]: audit 2023-12-27T22:21:14.791683+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"progress_id\": \"7411783e-6ea4-40d4-bb96-22b42a40f42f\", \"target_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"target_version\": \"16.2.14-417-gc5564c79\", \"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-27T22:21:15.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:15 smithi115 bash[108225]: audit 2023-12-27T22:21:14.794308+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"progress_id\": \"7411783e-6ea4-40d4-bb96-22b42a40f42f\", \"target_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"target_version\": \"16.2.14-417-gc5564c79\", \"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-27T22:21:15.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:15 smithi115 bash[108225]: cephadm 2023-12-27T22:21:14.795346+0000 mgr.x (mgr.34694) 37 : cephadm [INF] Upgrade: Target is version 16.2.14-417-gc5564c79 (pacific) 2023-12-27T22:21:15.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:15 smithi115 bash[108225]: cephadm 2023-12-27T22:21:14.795428+0000 mgr.x (mgr.34694) 38 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580, digests ['quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580'] 2023-12-27T22:21:15.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:15 smithi115 bash[108225]: audit 2023-12-27T22:21:14.796433+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:21:15.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:15 smithi115 bash[108225]: audit 2023-12-27T22:21:14.797557+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-27T22:21:15.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:15 smithi115 bash[108225]: audit 2023-12-27T22:21:14.797922+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-27T22:21:15.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:15 smithi115 bash[108225]: audit 2023-12-27T22:21:14.800807+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2023-12-27T22:21:15.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:15 smithi115 bash[108225]: cephadm 2023-12-27T22:21:14.802441+0000 mgr.x (mgr.34694) 39 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-27T22:21:15.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:15 smithi115 bash[108225]: cephadm 2023-12-27T22:21:14.802974+0000 mgr.x (mgr.34694) 40 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-27T22:21:15.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:15 smithi005 bash[111615]: audit 2023-12-27T22:21:14.791197+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"progress_id\": \"7411783e-6ea4-40d4-bb96-22b42a40f42f\", \"target_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"target_version\": \"16.2.14-417-gc5564c79\", \"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-27T22:21:15.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:15 smithi005 bash[111615]: audit 2023-12-27T22:21:14.791683+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"progress_id\": \"7411783e-6ea4-40d4-bb96-22b42a40f42f\", \"target_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"target_version\": \"16.2.14-417-gc5564c79\", \"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-27T22:21:15.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:15 smithi005 bash[111615]: audit 2023-12-27T22:21:14.794308+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"progress_id\": \"7411783e-6ea4-40d4-bb96-22b42a40f42f\", \"target_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"target_version\": \"16.2.14-417-gc5564c79\", \"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-27T22:21:15.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:15 smithi005 bash[111615]: cephadm 2023-12-27T22:21:14.795346+0000 mgr.x (mgr.34694) 37 : cephadm [INF] Upgrade: Target is version 16.2.14-417-gc5564c79 (pacific) 2023-12-27T22:21:15.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:15 smithi005 bash[111615]: cephadm 2023-12-27T22:21:14.795428+0000 mgr.x (mgr.34694) 38 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580, digests ['quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580'] 2023-12-27T22:21:15.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:15 smithi005 bash[111615]: audit 2023-12-27T22:21:14.796433+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:21:15.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:15 smithi005 bash[111615]: audit 2023-12-27T22:21:14.797557+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-27T22:21:15.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:15 smithi005 bash[111615]: audit 2023-12-27T22:21:14.797922+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-27T22:21:15.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:15 smithi005 bash[108203]: audit 2023-12-27T22:21:14.791197+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"progress_id\": \"7411783e-6ea4-40d4-bb96-22b42a40f42f\", \"target_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"target_version\": \"16.2.14-417-gc5564c79\", \"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-27T22:21:15.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:15 smithi005 bash[108203]: audit 2023-12-27T22:21:14.791683+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"progress_id\": \"7411783e-6ea4-40d4-bb96-22b42a40f42f\", \"target_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"target_version\": \"16.2.14-417-gc5564c79\", \"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-27T22:21:15.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:15 smithi005 bash[108203]: audit 2023-12-27T22:21:14.794308+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"progress_id\": \"7411783e-6ea4-40d4-bb96-22b42a40f42f\", \"target_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"target_version\": \"16.2.14-417-gc5564c79\", \"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-27T22:21:15.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:15 smithi005 bash[108203]: cephadm 2023-12-27T22:21:14.795346+0000 mgr.x (mgr.34694) 37 : cephadm [INF] Upgrade: Target is version 16.2.14-417-gc5564c79 (pacific) 2023-12-27T22:21:15.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:15 smithi005 bash[108203]: cephadm 2023-12-27T22:21:14.795428+0000 mgr.x (mgr.34694) 38 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580, digests ['quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580'] 2023-12-27T22:21:15.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:15 smithi005 bash[108203]: audit 2023-12-27T22:21:14.796433+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:21:15.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:15 smithi005 bash[108203]: audit 2023-12-27T22:21:14.797557+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-27T22:21:15.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:15 smithi005 bash[108203]: audit 2023-12-27T22:21:14.797922+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-27T22:21:15.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:15 smithi005 bash[108203]: audit 2023-12-27T22:21:14.800807+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2023-12-27T22:21:15.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:15 smithi005 bash[108203]: cephadm 2023-12-27T22:21:14.802441+0000 mgr.x (mgr.34694) 39 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-27T22:21:15.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:15 smithi005 bash[108203]: cephadm 2023-12-27T22:21:14.802974+0000 mgr.x (mgr.34694) 40 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-27T22:21:15.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:15 smithi005 bash[111615]: audit 2023-12-27T22:21:14.800807+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2023-12-27T22:21:15.867 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:15 smithi005 bash[111615]: cephadm 2023-12-27T22:21:14.802441+0000 mgr.x (mgr.34694) 39 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-27T22:21:15.867 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:15 smithi005 bash[111615]: cephadm 2023-12-27T22:21:14.802974+0000 mgr.x (mgr.34694) 40 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-27T22:21:16.501 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:16 smithi005 bash[108203]: cluster 2023-12-27T22:21:15.551580+0000 mgr.x (mgr.34694) 41 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:16.501 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:16 smithi005 bash[108203]: cephadm 2023-12-27T22:21:15.811719+0000 mgr.x (mgr.34694) 42 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-27T22:21:16.501 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:16 smithi005 bash[108203]: audit 2023-12-27T22:21:15.812162+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mgr.y"}]: dispatch 2023-12-27T22:21:16.501 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:16 smithi005 bash[108203]: audit 2023-12-27T22:21:15.812783+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mgr.y"}]: dispatch 2023-12-27T22:21:16.501 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:16 smithi005 bash[108203]: audit 2023-12-27T22:21:15.817700+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mgr.y"}]': finished 2023-12-27T22:21:16.501 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:16 smithi005 bash[108203]: audit 2023-12-27T22:21:15.818686+0000 mon.b (mon.2) 140 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-27T22:21:16.501 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:16 smithi005 bash[108203]: audit 2023-12-27T22:21:15.819001+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-27T22:21:16.501 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:16 smithi005 bash[108203]: audit 2023-12-27T22:21:15.819747+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-27T22:21:16.501 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:16 smithi005 bash[108203]: audit 2023-12-27T22:21:15.820538+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:21:16.501 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:16 smithi005 bash[108203]: cephadm 2023-12-27T22:21:15.821190+0000 mgr.x (mgr.34694) 43 : cephadm [INF] Deploying daemon mgr.y on smithi005 2023-12-27T22:21:16.501 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:16 smithi005 bash[108203]: audit 2023-12-27T22:21:15.821633+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2023-12-27T22:21:16.502 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:16 smithi005 bash[111615]: cluster 2023-12-27T22:21:15.551580+0000 mgr.x (mgr.34694) 41 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:16.502 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:16 smithi005 bash[111615]: cephadm 2023-12-27T22:21:15.811719+0000 mgr.x (mgr.34694) 42 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-27T22:21:16.502 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:16 smithi005 bash[111615]: audit 2023-12-27T22:21:15.812162+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mgr.y"}]: dispatch 2023-12-27T22:21:16.502 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:16 smithi005 bash[111615]: audit 2023-12-27T22:21:15.812783+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mgr.y"}]: dispatch 2023-12-27T22:21:16.502 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:16 smithi005 bash[111615]: audit 2023-12-27T22:21:15.817700+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mgr.y"}]': finished 2023-12-27T22:21:16.502 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:16 smithi005 bash[111615]: audit 2023-12-27T22:21:15.818686+0000 mon.b (mon.2) 140 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-27T22:21:16.502 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:16 smithi005 bash[111615]: audit 2023-12-27T22:21:15.819001+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-27T22:21:16.502 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:16 smithi005 bash[111615]: audit 2023-12-27T22:21:15.819747+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-27T22:21:16.502 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:16 smithi005 bash[111615]: audit 2023-12-27T22:21:15.820538+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:21:16.502 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:16 smithi005 bash[111615]: cephadm 2023-12-27T22:21:15.821190+0000 mgr.x (mgr.34694) 43 : cephadm [INF] Deploying daemon mgr.y on smithi005 2023-12-27T22:21:16.502 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:16 smithi005 bash[111615]: audit 2023-12-27T22:21:15.821633+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2023-12-27T22:21:16.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:16 smithi115 bash[108225]: cluster 2023-12-27T22:21:15.551580+0000 mgr.x (mgr.34694) 41 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:16.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:16 smithi115 bash[108225]: cephadm 2023-12-27T22:21:15.811719+0000 mgr.x (mgr.34694) 42 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-27T22:21:16.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:16 smithi115 bash[108225]: audit 2023-12-27T22:21:15.812162+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mgr.y"}]: dispatch 2023-12-27T22:21:16.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:16 smithi115 bash[108225]: audit 2023-12-27T22:21:15.812783+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mgr.y"}]: dispatch 2023-12-27T22:21:16.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:16 smithi115 bash[108225]: audit 2023-12-27T22:21:15.817700+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mgr.y"}]': finished 2023-12-27T22:21:16.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:16 smithi115 bash[108225]: audit 2023-12-27T22:21:15.818686+0000 mon.b (mon.2) 140 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-27T22:21:16.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:16 smithi115 bash[108225]: audit 2023-12-27T22:21:15.819001+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-27T22:21:16.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:16 smithi115 bash[108225]: audit 2023-12-27T22:21:15.819747+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-27T22:21:16.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:16 smithi115 bash[108225]: audit 2023-12-27T22:21:15.820538+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:21:16.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:16 smithi115 bash[108225]: cephadm 2023-12-27T22:21:15.821190+0000 mgr.x (mgr.34694) 43 : cephadm [INF] Deploying daemon mgr.y on smithi005 2023-12-27T22:21:16.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:16 smithi115 bash[108225]: audit 2023-12-27T22:21:15.821633+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2023-12-27T22:21:16.831 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:21:16 smithi005 bash[132698]: ts=2023-12-27T22:21:16.712Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002328503s 2023-12-27T22:21:17.113 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:16 smithi005 systemd[1]: Stopping Ceph mgr.y for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:21:18.863 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:18 smithi005 bash[108203]: cluster 2023-12-27T22:21:17.552446+0000 mgr.x (mgr.34694) 44 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:18.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:18 smithi005 bash[111615]: cluster 2023-12-27T22:21:17.552446+0000 mgr.x (mgr.34694) 44 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:19.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:18 smithi115 bash[108225]: cluster 2023-12-27T22:21:17.552446+0000 mgr.x (mgr.34694) 44 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:20.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:20 smithi005 bash[108203]: cluster 2023-12-27T22:21:19.553002+0000 mgr.x (mgr.34694) 45 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:20.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:20 smithi005 bash[111615]: cluster 2023-12-27T22:21:19.553002+0000 mgr.x (mgr.34694) 45 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:21.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:20 smithi115 bash[108225]: cluster 2023-12-27T22:21:19.553002+0000 mgr.x (mgr.34694) 45 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:22.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:22 smithi005 bash[108203]: cluster 2023-12-27T22:21:21.553774+0000 mgr.x (mgr.34694) 46 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:22.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:22 smithi005 bash[111615]: cluster 2023-12-27T22:21:21.553774+0000 mgr.x (mgr.34694) 46 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:22.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:22 smithi115 bash[108225]: cluster 2023-12-27T22:21:21.553774+0000 mgr.x (mgr.34694) 46 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:24.863 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:24 smithi005 bash[108203]: cluster 2023-12-27T22:21:23.554328+0000 mgr.x (mgr.34694) 47 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:24.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:24 smithi005 bash[111615]: cluster 2023-12-27T22:21:23.554328+0000 mgr.x (mgr.34694) 47 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:25.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:24 smithi115 bash[108225]: cluster 2023-12-27T22:21:23.554328+0000 mgr.x (mgr.34694) 47 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:26.863 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:26 smithi005 bash[108203]: cluster 2023-12-27T22:21:25.554891+0000 mgr.x (mgr.34694) 48 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:26.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:26 smithi005 bash[111615]: cluster 2023-12-27T22:21:25.554891+0000 mgr.x (mgr.34694) 48 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:27.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:26 smithi115 bash[108225]: cluster 2023-12-27T22:21:25.554891+0000 mgr.x (mgr.34694) 48 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:27.232 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:26 smithi005 bash[133056]: time="2023-12-27T22:21:26Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr.y in 10 seconds, resorting to SIGKILL" 2023-12-27T22:21:27.232 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:27 smithi005 bash[133056]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr.y 2023-12-27T22:21:27.613 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:27 smithi005 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@mgr.y.service: Main process exited, code=exited, status=137/n/a 2023-12-27T22:21:28.097 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:27 smithi005 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2023-12-27T22:21:28.098 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:27 smithi005 systemd[1]: Stopped Ceph mgr.y for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:21:28.098 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:27 smithi005 systemd[1]: Starting Ceph mgr.y for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:21:28.613 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:28 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:21:28.197+0000 7f722934e700 1 -- 172.21.15.5:0/2418952126 <== mon.1 v2:172.21.15.5:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5568fe5c24e0 con 0x5568fe597400 2023-12-27T22:21:28.614 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:28 smithi005 bash[133243]: fc4629f271e58bc0b83f109d1fca7779d2b409317a7f26e95efea270cfd5fa6e 2023-12-27T22:21:28.614 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:28 smithi005 systemd[1]: Started Ceph mgr.y for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:21:28.614 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:28 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:21:28.330+0000 7f7239935680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-27T22:21:28.614 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:28 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:21:28.416+0000 7f7239935680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-27T22:21:29.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:28 smithi115 bash[108225]: cluster 2023-12-27T22:21:27.555584+0000 mgr.x (mgr.34694) 49 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:29.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:28 smithi115 bash[108225]: audit 2023-12-27T22:21:28.266693+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:29.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:28 smithi115 bash[108225]: audit 2023-12-27T22:21:28.267418+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:29.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:28 smithi115 bash[108225]: audit 2023-12-27T22:21:28.271246+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]': finished 2023-12-27T22:21:29.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:28 smithi115 bash[108225]: audit 2023-12-27T22:21:28.272336+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:21:29.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:28 smithi115 bash[108225]: audit 2023-12-27T22:21:28.274037+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:21:29.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:28 smithi115 bash[108225]: audit 2023-12-27T22:21:28.274423+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:21:29.006 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:28 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:21:28.848+0000 7f7239935680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-27T22:21:29.006 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:28 smithi005 bash[111615]: cluster 2023-12-27T22:21:27.555584+0000 mgr.x (mgr.34694) 49 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:29.007 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:28 smithi005 bash[108203]: cluster 2023-12-27T22:21:27.555584+0000 mgr.x (mgr.34694) 49 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:29.007 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:28 smithi005 bash[108203]: audit 2023-12-27T22:21:28.266693+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:29.008 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:28 smithi005 bash[111615]: audit 2023-12-27T22:21:28.266693+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:29.008 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:28 smithi005 bash[111615]: audit 2023-12-27T22:21:28.267418+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:29.008 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:28 smithi005 bash[108203]: audit 2023-12-27T22:21:28.267418+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:29.008 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:28 smithi005 bash[108203]: audit 2023-12-27T22:21:28.271246+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]': finished 2023-12-27T22:21:29.008 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:28 smithi005 bash[108203]: audit 2023-12-27T22:21:28.272336+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:21:29.009 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:28 smithi005 bash[108203]: audit 2023-12-27T22:21:28.274037+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:21:29.009 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:28 smithi005 bash[108203]: audit 2023-12-27T22:21:28.274423+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:21:29.009 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:28 smithi005 bash[111615]: audit 2023-12-27T22:21:28.271246+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 201850880, \"cpu_percentage\": \"2.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160205Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 193357414, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160465Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73547120, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160527Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160587Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62212014, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160646Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76881592, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160706Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11523850, \"cpu_percentage\": \"0.40%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160765Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57136906, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:20:58.160880Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]': finished 2023-12-27T22:21:29.009 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:28 smithi005 bash[111615]: audit 2023-12-27T22:21:28.272336+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:21:29.009 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:28 smithi005 bash[111615]: audit 2023-12-27T22:21:28.274037+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:21:29.009 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:28 smithi005 bash[111615]: audit 2023-12-27T22:21:28.274423+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:21:30.040 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:21:29.701+0000 7f7239935680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-27T22:21:30.040 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:21:29.791+0000 7f7239935680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-27T22:21:30.363 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:30 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:21:30.039+0000 7f7239935680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-27T22:21:30.863 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:30 smithi005 bash[111615]: cluster 2023-12-27T22:21:29.555942+0000 mgr.x (mgr.34694) 50 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:30.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:30 smithi005 bash[108203]: cluster 2023-12-27T22:21:29.555942+0000 mgr.x (mgr.34694) 50 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:31.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:30 smithi115 bash[108225]: cluster 2023-12-27T22:21:29.555942+0000 mgr.x (mgr.34694) 50 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:31.282 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:31 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:21:31.133+0000 7f7239935680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-27T22:21:31.613 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:31 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:21:31.281+0000 7f7239935680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-27T22:21:31.614 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:31 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:21:31.380+0000 7f7239935680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-27T22:21:31.614 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:31 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:21:31.479+0000 7f7239935680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-27T22:21:31.946 INFO:teuthology.orchestra.run.smithi005.stdout:true 2023-12-27T22:21:32.008 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:31 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:21:31.687+0000 7f7239935680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-27T22:21:32.364 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:32 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:21:32.008+0000 7f7239935680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-27T22:21:32.396 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:32 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:21:32.117+0000 7f7239935680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-27T22:21:32.398 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[108203]: audit 2023-12-27T22:21:31.380618+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 228274995, \"cpu_percentage\": \"2.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378563Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"fc4629f271e5\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 47154462, \"cpu_percentage\": \"109.82%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:21:31.378708Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:21:27.944133Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207198617, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378780Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75256299, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378845Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79209431, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378908Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 63396904, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378987Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78863400, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379047Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11586764, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379141Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"88b79f4a641c\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 16116613, \"cpu_percentage\": \"0.44%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379203Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:21:06.473676Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57262735, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379265Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:31.379408Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:32.398 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[111615]: audit 2023-12-27T22:21:31.380618+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 228274995, \"cpu_percentage\": \"2.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378563Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"fc4629f271e5\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 47154462, \"cpu_percentage\": \"109.82%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:21:31.378708Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:21:27.944133Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207198617, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378780Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75256299, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378845Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79209431, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378908Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 63396904, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378987Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78863400, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379047Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11586764, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379141Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"88b79f4a641c\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 16116613, \"cpu_percentage\": \"0.44%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379203Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:21:06.473676Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57262735, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379265Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:31.379408Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:32.399 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[108203]: audit 2023-12-27T22:21:31.381486+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 228274995, \"cpu_percentage\": \"2.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378563Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"fc4629f271e5\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 47154462, \"cpu_percentage\": \"109.82%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:21:31.378708Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:21:27.944133Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207198617, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378780Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75256299, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378845Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79209431, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378908Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 63396904, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378987Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78863400, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379047Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11586764, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379141Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"88b79f4a641c\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 16116613, \"cpu_percentage\": \"0.44%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379203Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:21:06.473676Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57262735, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379265Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:31.379408Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:32.399 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[111615]: audit 2023-12-27T22:21:31.381486+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 228274995, \"cpu_percentage\": \"2.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378563Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"fc4629f271e5\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 47154462, \"cpu_percentage\": \"109.82%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:21:31.378708Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:21:27.944133Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207198617, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378780Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75256299, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378845Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79209431, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378908Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 63396904, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378987Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78863400, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379047Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11586764, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379141Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"88b79f4a641c\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 16116613, \"cpu_percentage\": \"0.44%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379203Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:21:06.473676Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57262735, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379265Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:31.379408Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:32.400 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[108203]: audit 2023-12-27T22:21:31.384492+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 228274995, \"cpu_percentage\": \"2.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378563Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"fc4629f271e5\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 47154462, \"cpu_percentage\": \"109.82%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:21:31.378708Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:21:27.944133Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207198617, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378780Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75256299, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378845Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79209431, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378908Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 63396904, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378987Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78863400, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379047Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11586764, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379141Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"88b79f4a641c\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 16116613, \"cpu_percentage\": \"0.44%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379203Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:21:06.473676Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57262735, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379265Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:31.379408Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]': finished 2023-12-27T22:21:32.400 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[108203]: audit 2023-12-27T22:21:31.443646+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 209190912, \"cpu_percentage\": \"1.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.441743Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 452145971, \"cpu_percentage\": \"13.88%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.441880Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79335260, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.441949Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73568092, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442010Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 68671242, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442079Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78590771, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442141Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 35955671, \"cpu_percentage\": \"1.29%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442200Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11450449, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442260Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33344716, \"cpu_percentage\": \"0.49%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442320Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442377Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:31.442488Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:32.401 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[111615]: audit 2023-12-27T22:21:31.384492+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 228274995, \"cpu_percentage\": \"2.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378563Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"fc4629f271e5\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 47154462, \"cpu_percentage\": \"109.82%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:21:31.378708Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:21:27.944133Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207198617, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378780Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75256299, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378845Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79209431, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378908Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 63396904, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378987Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78863400, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379047Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11586764, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379141Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"88b79f4a641c\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 16116613, \"cpu_percentage\": \"0.44%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379203Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:21:06.473676Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57262735, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379265Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:31.379408Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]': finished 2023-12-27T22:21:32.402 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[108203]: audit 2023-12-27T22:21:31.444309+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 209190912, \"cpu_percentage\": \"1.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.441743Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 452145971, \"cpu_percentage\": \"13.88%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.441880Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79335260, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.441949Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73568092, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442010Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 68671242, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442079Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78590771, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442141Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 35955671, \"cpu_percentage\": \"1.29%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442200Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11450449, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442260Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33344716, \"cpu_percentage\": \"0.49%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442320Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442377Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:31.442488Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:32.402 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[111615]: audit 2023-12-27T22:21:31.443646+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 209190912, \"cpu_percentage\": \"1.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.441743Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 452145971, \"cpu_percentage\": \"13.88%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.441880Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79335260, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.441949Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73568092, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442010Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 68671242, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442079Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78590771, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442141Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 35955671, \"cpu_percentage\": \"1.29%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442200Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11450449, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442260Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33344716, \"cpu_percentage\": \"0.49%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442320Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442377Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:31.442488Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:32.403 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[108203]: audit 2023-12-27T22:21:31.447408+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 209190912, \"cpu_percentage\": \"1.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.441743Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 452145971, \"cpu_percentage\": \"13.88%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.441880Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79335260, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.441949Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73568092, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442010Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 68671242, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442079Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78590771, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442141Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 35955671, \"cpu_percentage\": \"1.29%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442200Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11450449, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442260Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33344716, \"cpu_percentage\": \"0.49%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442320Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442377Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:31.442488Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}}"}]': finished 2023-12-27T22:21:32.403 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[108203]: audit 2023-12-27T22:21:31.449198+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-27T22:21:32.403 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[108203]: audit 2023-12-27T22:21:31.449532+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-27T22:21:32.403 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[108203]: audit 2023-12-27T22:21:31.451940+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-27T22:21:32.403 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[108203]: audit 2023-12-27T22:21:31.456643+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:21:32.403 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[108203]: audit 2023-12-27T22:21:31.457416+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-27T22:21:32.403 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[108203]: audit 2023-12-27T22:21:31.457771+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-27T22:21:32.404 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[108203]: cephadm 2023-12-27T22:21:31.458378+0000 mgr.x (mgr.34694) 51 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-27T22:21:32.404 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[108203]: cephadm 2023-12-27T22:21:31.458695+0000 mgr.x (mgr.34694) 52 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-27T22:21:32.404 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[108203]: cephadm 2023-12-27T22:21:31.460314+0000 mgr.x (mgr.34694) 53 : cephadm [INF] Failing over to other MGR 2023-12-27T22:21:32.404 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[108203]: audit 2023-12-27T22:21:31.460505+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-27T22:21:32.404 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[108203]: audit 2023-12-27T22:21:31.460809+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-27T22:21:32.404 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[108203]: cluster 2023-12-27T22:21:31.464588+0000 mon.a (mon.0) 884 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-27T22:21:32.404 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[108203]: audit 2023-12-27T22:21:31.469287+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' 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-27T22:21:32.404 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[108203]: audit 2023-12-27T22:21:31.469647+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.34694 ' 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-27T22:21:32.405 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[108203]: audit 2023-12-27T22:21:31.470261+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-27T22:21:32.405 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[108203]: audit 2023-12-27T22:21:31.470524+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-27T22:21:32.405 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[108203]: cluster 2023-12-27T22:21:31.556429+0000 mgr.x (mgr.34694) 54 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:32.405 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[108203]: cluster 2023-12-27T22:21:31.761623+0000 mon.a (mon.0) 887 : cluster [DBG] Standby manager daemon x started 2023-12-27T22:21:32.405 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[108203]: audit 2023-12-27T22:21:31.933078+0000 mgr.x (mgr.34694) 55 : audit [DBG] from='client.14883 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:21:32.406 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[111615]: audit 2023-12-27T22:21:31.444309+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 209190912, \"cpu_percentage\": \"1.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.441743Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 452145971, \"cpu_percentage\": \"13.88%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.441880Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79335260, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.441949Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73568092, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442010Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 68671242, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442079Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78590771, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442141Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 35955671, \"cpu_percentage\": \"1.29%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442200Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11450449, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442260Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33344716, \"cpu_percentage\": \"0.49%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442320Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442377Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:31.442488Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:32.406 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[111615]: audit 2023-12-27T22:21:31.447408+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 209190912, \"cpu_percentage\": \"1.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.441743Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 452145971, \"cpu_percentage\": \"13.88%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.441880Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79335260, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.441949Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73568092, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442010Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 68671242, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442079Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78590771, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442141Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 35955671, \"cpu_percentage\": \"1.29%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442200Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11450449, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442260Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33344716, \"cpu_percentage\": \"0.49%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442320Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442377Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:31.442488Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}}"}]': finished 2023-12-27T22:21:32.406 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[111615]: audit 2023-12-27T22:21:31.449198+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-27T22:21:32.406 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[111615]: audit 2023-12-27T22:21:31.449532+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-27T22:21:32.406 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[111615]: audit 2023-12-27T22:21:31.451940+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-27T22:21:32.406 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[111615]: audit 2023-12-27T22:21:31.456643+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:21:32.407 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[111615]: audit 2023-12-27T22:21:31.457416+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-27T22:21:32.407 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[111615]: audit 2023-12-27T22:21:31.457771+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-27T22:21:32.407 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[111615]: cephadm 2023-12-27T22:21:31.458378+0000 mgr.x (mgr.34694) 51 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-27T22:21:32.407 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[111615]: cephadm 2023-12-27T22:21:31.458695+0000 mgr.x (mgr.34694) 52 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-27T22:21:32.407 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[111615]: cephadm 2023-12-27T22:21:31.460314+0000 mgr.x (mgr.34694) 53 : cephadm [INF] Failing over to other MGR 2023-12-27T22:21:32.407 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[111615]: audit 2023-12-27T22:21:31.460505+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-27T22:21:32.407 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[111615]: audit 2023-12-27T22:21:31.460809+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-27T22:21:32.407 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[111615]: cluster 2023-12-27T22:21:31.464588+0000 mon.a (mon.0) 884 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-27T22:21:32.408 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[111615]: audit 2023-12-27T22:21:31.469287+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' 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-27T22:21:32.408 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[111615]: audit 2023-12-27T22:21:31.469647+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.34694 ' 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-27T22:21:32.408 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[111615]: audit 2023-12-27T22:21:31.470261+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-27T22:21:32.408 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[111615]: audit 2023-12-27T22:21:31.470524+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-27T22:21:32.408 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[111615]: cluster 2023-12-27T22:21:31.556429+0000 mgr.x (mgr.34694) 54 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:32.408 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[111615]: cluster 2023-12-27T22:21:31.761623+0000 mon.a (mon.0) 887 : cluster [DBG] Standby manager daemon x started 2023-12-27T22:21:32.408 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:32 smithi005 bash[111615]: audit 2023-12-27T22:21:31.933078+0000 mgr.x (mgr.34694) 55 : audit [DBG] from='client.14883 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:21:32.410 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[108225]: audit 2023-12-27T22:21:31.380618+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 228274995, \"cpu_percentage\": \"2.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378563Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"fc4629f271e5\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 47154462, \"cpu_percentage\": \"109.82%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:21:31.378708Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:21:27.944133Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207198617, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378780Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75256299, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378845Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79209431, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378908Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 63396904, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378987Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78863400, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379047Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11586764, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379141Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"88b79f4a641c\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 16116613, \"cpu_percentage\": \"0.44%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379203Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:21:06.473676Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57262735, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379265Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:31.379408Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:32.410 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[108225]: audit 2023-12-27T22:21:31.381486+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 228274995, \"cpu_percentage\": \"2.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378563Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"fc4629f271e5\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 47154462, \"cpu_percentage\": \"109.82%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:21:31.378708Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:21:27.944133Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207198617, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378780Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75256299, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378845Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79209431, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378908Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 63396904, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378987Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78863400, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379047Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11586764, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379141Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"88b79f4a641c\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 16116613, \"cpu_percentage\": \"0.44%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379203Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:21:06.473676Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57262735, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379265Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:31.379408Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:32.410 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[108225]: audit 2023-12-27T22:21:31.384492+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 228274995, \"cpu_percentage\": \"2.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378563Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"fc4629f271e5\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 47154462, \"cpu_percentage\": \"109.82%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:21:31.378708Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:21:27.944133Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207198617, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378780Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75256299, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378845Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79209431, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378908Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 63396904, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.378987Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78863400, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379047Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11586764, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379141Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"88b79f4a641c\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 16116613, \"cpu_percentage\": \"0.44%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379203Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:21:06.473676Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57262735, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.379265Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:31.379408Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}}"}]': finished 2023-12-27T22:21:32.410 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[108225]: audit 2023-12-27T22:21:31.443646+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 209190912, \"cpu_percentage\": \"1.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.441743Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 452145971, \"cpu_percentage\": \"13.88%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.441880Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79335260, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.441949Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73568092, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442010Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 68671242, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442079Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78590771, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442141Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 35955671, \"cpu_percentage\": \"1.29%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442200Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11450449, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442260Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33344716, \"cpu_percentage\": \"0.49%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442320Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442377Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:31.442488Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:32.411 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[108225]: audit 2023-12-27T22:21:31.444309+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 209190912, \"cpu_percentage\": \"1.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.441743Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 452145971, \"cpu_percentage\": \"13.88%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.441880Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79335260, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.441949Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73568092, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442010Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 68671242, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442079Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78590771, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442141Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 35955671, \"cpu_percentage\": \"1.29%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442200Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11450449, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442260Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33344716, \"cpu_percentage\": \"0.49%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442320Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442377Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:31.442488Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-27T22:21:32.411 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[108225]: audit 2023-12-27T22:21:31.447408+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 209190912, \"cpu_percentage\": \"1.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.441743Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 452145971, \"cpu_percentage\": \"13.88%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.441880Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79335260, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.441949Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73568092, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442010Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 68671242, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442079Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78590771, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442141Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 35955671, \"cpu_percentage\": \"1.29%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442200Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11450449, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442260Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33344716, \"cpu_percentage\": \"0.49%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442320Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55647928, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:31.442377Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:31.442488Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}}"}]': finished 2023-12-27T22:21:32.411 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[108225]: audit 2023-12-27T22:21:31.449198+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-27T22:21:32.411 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[108225]: audit 2023-12-27T22:21:31.449532+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-27T22:21:32.411 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[108225]: audit 2023-12-27T22:21:31.451940+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-27T22:21:32.412 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[108225]: audit 2023-12-27T22:21:31.456643+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:21:32.412 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[108225]: audit 2023-12-27T22:21:31.457416+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-27T22:21:32.412 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[108225]: audit 2023-12-27T22:21:31.457771+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-27T22:21:32.412 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[108225]: cephadm 2023-12-27T22:21:31.458378+0000 mgr.x (mgr.34694) 51 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-27T22:21:32.412 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[108225]: cephadm 2023-12-27T22:21:31.458695+0000 mgr.x (mgr.34694) 52 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-27T22:21:32.412 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[108225]: cephadm 2023-12-27T22:21:31.460314+0000 mgr.x (mgr.34694) 53 : cephadm [INF] Failing over to other MGR 2023-12-27T22:21:32.412 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[108225]: audit 2023-12-27T22:21:31.460505+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-27T22:21:32.412 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[108225]: audit 2023-12-27T22:21:31.460809+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-27T22:21:32.412 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[108225]: cluster 2023-12-27T22:21:31.464588+0000 mon.a (mon.0) 884 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-27T22:21:32.412 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[108225]: audit 2023-12-27T22:21:31.469287+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' 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-27T22:21:32.412 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[108225]: audit 2023-12-27T22:21:31.469647+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.34694 ' 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-27T22:21:32.412 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[108225]: audit 2023-12-27T22:21:31.470261+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.34694 172.21.15.115:0/4096765847' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-27T22:21:32.412 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[108225]: audit 2023-12-27T22:21:31.470524+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-27T22:21:32.413 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[108225]: cluster 2023-12-27T22:21:31.556429+0000 mgr.x (mgr.34694) 54 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:32.413 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[108225]: cluster 2023-12-27T22:21:31.761623+0000 mon.a (mon.0) 887 : cluster [DBG] Standby manager daemon x started 2023-12-27T22:21:32.413 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[108225]: audit 2023-12-27T22:21:31.933078+0000 mgr.x (mgr.34694) 55 : audit [DBG] from='client.14883 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:21:32.701 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[122784]: debug 2023-12-27T22:21:32.460+0000 7fd4dc93d700 -1 mgr handle_mgr_map I was active but no longer am 2023-12-27T22:21:32.702 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[122784]: ignoring --setuser ceph since I am not root 2023-12-27T22:21:32.702 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[122784]: ignoring --setgroup ceph since I am not root 2023-12-27T22:21:32.702 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[122784]: debug 2023-12-27T22:21:32.500+0000 7f0ade8ad700 1 -- 172.21.15.115:0/635178138 <== mon.2 v2:172.21.15.115:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55fa221b84e0 con 0x55fa2218f400 2023-12-27T22:21:32.702 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[122784]: debug 2023-12-27T22:21:32.621+0000 7f0aeea76680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-27T22:21:32.702 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:32 smithi115 bash[122784]: debug 2023-12-27T22:21:32.702+0000 7f0aeea76680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-27T22:21:33.267 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:32 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:21:32.896+0000 7f7239935680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-27T22:21:33.268 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:32 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:21:32.984+0000 7f7239935680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-27T22:21:33.268 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:33 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:21:33.083+0000 7f7239935680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-27T22:21:33.454 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:33 smithi115 bash[122784]: debug 2023-12-27T22:21:33.066+0000 7f0aeea76680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-27T22:21:33.538 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:33 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:21:33.267+0000 7f7239935680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-27T22:21:33.539 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:33 smithi005 bash[108203]: audit 2023-12-27T22:21:32.458199+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-27T22:21:33.539 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:33 smithi005 bash[108203]: cluster 2023-12-27T22:21:32.458269+0000 mon.a (mon.0) 889 : cluster [DBG] mgrmap e20: y(active, starting, since 0.996996s), standbys: x 2023-12-27T22:21:33.539 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:33 smithi005 bash[108203]: audit 2023-12-27T22:21:32.471890+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-27T22:21:33.539 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:33 smithi005 bash[108203]: cluster 2023-12-27T22:21:32.471941+0000 mon.a (mon.0) 891 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-27T22:21:33.539 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:33 smithi005 bash[111615]: audit 2023-12-27T22:21:32.458199+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-27T22:21:33.539 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:33 smithi005 bash[111615]: cluster 2023-12-27T22:21:32.458269+0000 mon.a (mon.0) 889 : cluster [DBG] mgrmap e20: y(active, starting, since 0.996996s), standbys: x 2023-12-27T22:21:33.539 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:33 smithi005 bash[111615]: audit 2023-12-27T22:21:32.471890+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-27T22:21:33.540 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:33 smithi005 bash[111615]: cluster 2023-12-27T22:21:32.471941+0000 mon.a (mon.0) 891 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-27T22:21:33.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:33 smithi115 bash[108225]: audit 2023-12-27T22:21:32.458199+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-27T22:21:33.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:33 smithi115 bash[108225]: cluster 2023-12-27T22:21:32.458269+0000 mon.a (mon.0) 889 : cluster [DBG] mgrmap e20: y(active, starting, since 0.996996s), standbys: x 2023-12-27T22:21:33.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:33 smithi115 bash[108225]: audit 2023-12-27T22:21:32.471890+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.34694 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-27T22:21:33.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:33 smithi115 bash[108225]: cluster 2023-12-27T22:21:32.471941+0000 mon.a (mon.0) 891 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-27T22:21:33.821 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:33 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:21:33.538+0000 7f7239935680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-27T22:21:33.821 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:33 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:21:33.678+0000 7f7239935680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-27T22:21:34.095 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:33 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:21:33.821+0000 7f7239935680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-27T22:21:34.096 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:34 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:21:34.005+0000 7f7239935680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-27T22:21:34.110 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:33 smithi115 bash[122784]: debug 2023-12-27T22:21:33.807+0000 7f0aeea76680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-27T22:21:34.110 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:33 smithi115 bash[122784]: debug 2023-12-27T22:21:33.892+0000 7f0aeea76680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-27T22:21:34.363 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:34 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:21:34.095+0000 7f7239935680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-27T22:21:34.457 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:34 smithi115 bash[122784]: debug 2023-12-27T22:21:34.111+0000 7f0aeea76680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-27T22:21:34.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:34 smithi115 bash[108225]: cluster 2023-12-27T22:21:34.110444+0000 mon.a (mon.0) 892 : cluster [INF] Active manager daemon y restarted 2023-12-27T22:21:34.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:34 smithi115 bash[108225]: cluster 2023-12-27T22:21:34.111062+0000 mon.a (mon.0) 893 : cluster [INF] Activating manager daemon y 2023-12-27T22:21:34.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:34 smithi115 bash[108225]: cluster 2023-12-27T22:21:34.114523+0000 mon.a (mon.0) 894 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-27T22:21:34.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:34 smithi115 bash[108225]: audit 2023-12-27T22:21:34.114927+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.? 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-27T22:21:34.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:34 smithi115 bash[108225]: audit 2023-12-27T22:21:34.115368+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.? 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:21:34.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:34 smithi115 bash[108225]: audit 2023-12-27T22:21:34.116450+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.? 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-27T22:21:34.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:34 smithi115 bash[108225]: audit 2023-12-27T22:21:34.116705+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.? 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:21:34.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:34 smithi005 bash[108203]: cluster 2023-12-27T22:21:34.110444+0000 mon.a (mon.0) 892 : cluster [INF] Active manager daemon y restarted 2023-12-27T22:21:34.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:34 smithi005 bash[108203]: cluster 2023-12-27T22:21:34.111062+0000 mon.a (mon.0) 893 : cluster [INF] Activating manager daemon y 2023-12-27T22:21:34.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:34 smithi005 bash[108203]: cluster 2023-12-27T22:21:34.114523+0000 mon.a (mon.0) 894 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-27T22:21:34.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:34 smithi005 bash[108203]: audit 2023-12-27T22:21:34.114927+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.? 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-27T22:21:34.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:34 smithi005 bash[108203]: audit 2023-12-27T22:21:34.115368+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.? 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:21:34.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:34 smithi005 bash[108203]: audit 2023-12-27T22:21:34.116450+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.? 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-27T22:21:34.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:34 smithi005 bash[108203]: audit 2023-12-27T22:21:34.116705+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.? 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:21:34.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:34 smithi005 bash[111615]: cluster 2023-12-27T22:21:34.110444+0000 mon.a (mon.0) 892 : cluster [INF] Active manager daemon y restarted 2023-12-27T22:21:34.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:34 smithi005 bash[111615]: cluster 2023-12-27T22:21:34.111062+0000 mon.a (mon.0) 893 : cluster [INF] Activating manager daemon y 2023-12-27T22:21:34.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:34 smithi005 bash[111615]: cluster 2023-12-27T22:21:34.114523+0000 mon.a (mon.0) 894 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-27T22:21:34.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:34 smithi005 bash[111615]: audit 2023-12-27T22:21:34.114927+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.? 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-27T22:21:34.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:34 smithi005 bash[111615]: audit 2023-12-27T22:21:34.115368+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.? 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:21:34.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:34 smithi005 bash[111615]: audit 2023-12-27T22:21:34.116450+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.? 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-27T22:21:34.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:34 smithi005 bash[111615]: audit 2023-12-27T22:21:34.116705+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.? 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:21:35.355 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:35 smithi115 bash[122784]: debug 2023-12-27T22:21:35.057+0000 7f0aeea76680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-27T22:21:35.355 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:35 smithi115 bash[122784]: debug 2023-12-27T22:21:35.186+0000 7f0aeea76680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-27T22:21:35.355 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:35 smithi115 bash[122784]: debug 2023-12-27T22:21:35.265+0000 7f0aeea76680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-27T22:21:35.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:35 smithi115 bash[108225]: cluster 2023-12-27T22:21:34.466187+0000 mon.a (mon.0) 899 : cluster [DBG] mgrmap e21: y(active, starting, since 0.35527s), standbys: x 2023-12-27T22:21:35.754 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:35 smithi115 bash[122784]: debug 2023-12-27T22:21:35.355+0000 7f0aeea76680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-27T22:21:35.754 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:35 smithi115 bash[122784]: debug 2023-12-27T22:21:35.550+0000 7f0aeea76680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-27T22:21:35.863 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:35 smithi005 bash[108203]: cluster 2023-12-27T22:21:34.466187+0000 mon.a (mon.0) 899 : cluster [DBG] mgrmap e21: y(active, starting, since 0.35527s), standbys: x 2023-12-27T22:21:35.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:35 smithi005 bash[111615]: cluster 2023-12-27T22:21:34.466187+0000 mon.a (mon.0) 899 : cluster [DBG] mgrmap e21: y(active, starting, since 0.35527s), standbys: x 2023-12-27T22:21:36.254 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:35 smithi115 bash[122784]: debug 2023-12-27T22:21:35.830+0000 7f0aeea76680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-27T22:21:36.254 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:35 smithi115 bash[122784]: debug 2023-12-27T22:21:35.929+0000 7f0aeea76680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-27T22:21:37.003 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:36 smithi115 bash[122784]: debug 2023-12-27T22:21:36.650+0000 7f0aeea76680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-27T22:21:37.003 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:36 smithi115 bash[122784]: debug 2023-12-27T22:21:36.732+0000 7f0aeea76680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-27T22:21:37.003 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:36 smithi115 bash[122784]: debug 2023-12-27T22:21:36.825+0000 7f0aeea76680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-27T22:21:37.254 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:37 smithi115 bash[122784]: debug 2023-12-27T22:21:37.003+0000 7f0aeea76680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-27T22:21:37.528 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:37 smithi115 bash[122784]: debug 2023-12-27T22:21:37.262+0000 7f0aeea76680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-27T22:21:37.528 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:37 smithi115 bash[122784]: debug 2023-12-27T22:21:37.394+0000 7f0aeea76680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-27T22:21:37.788 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:37 smithi115 bash[122784]: debug 2023-12-27T22:21:37.528+0000 7f0aeea76680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-27T22:21:37.788 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:37 smithi115 bash[122784]: debug 2023-12-27T22:21:37.702+0000 7f0aeea76680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-27T22:21:38.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:37 smithi005 bash[108203]: cluster 2023-12-27T22:21:37.802823+0000 mon.a (mon.0) 900 : cluster [DBG] Standby manager daemon x restarted 2023-12-27T22:21:38.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:37 smithi005 bash[108203]: audit 2023-12-27T22:21:37.802915+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.? 172.21.15.115:0/126010172' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-27T22:21:38.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:37 smithi005 bash[108203]: cluster 2023-12-27T22:21:37.802972+0000 mon.a (mon.0) 901 : cluster [DBG] Standby manager daemon x started 2023-12-27T22:21:38.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:37 smithi005 bash[108203]: audit 2023-12-27T22:21:37.803205+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.? 172.21.15.115:0/126010172' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:21:38.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:37 smithi005 bash[108203]: audit 2023-12-27T22:21:37.804112+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.? 172.21.15.115:0/126010172' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-27T22:21:38.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:37 smithi005 bash[108203]: audit 2023-12-27T22:21:37.804332+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.? 172.21.15.115:0/126010172' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:21:38.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:37 smithi005 bash[111615]: cluster 2023-12-27T22:21:37.802823+0000 mon.a (mon.0) 900 : cluster [DBG] Standby manager daemon x restarted 2023-12-27T22:21:38.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:37 smithi005 bash[111615]: audit 2023-12-27T22:21:37.802915+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.? 172.21.15.115:0/126010172' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-27T22:21:38.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:37 smithi005 bash[111615]: cluster 2023-12-27T22:21:37.802972+0000 mon.a (mon.0) 901 : cluster [DBG] Standby manager daemon x started 2023-12-27T22:21:38.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:37 smithi005 bash[111615]: audit 2023-12-27T22:21:37.803205+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.? 172.21.15.115:0/126010172' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:21:38.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:37 smithi005 bash[111615]: audit 2023-12-27T22:21:37.804112+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.? 172.21.15.115:0/126010172' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-27T22:21:38.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:37 smithi005 bash[111615]: audit 2023-12-27T22:21:37.804332+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.? 172.21.15.115:0/126010172' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:21:38.254 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:37 smithi115 bash[122784]: debug 2023-12-27T22:21:37.788+0000 7f0aeea76680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-27T22:21:38.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:37 smithi115 bash[108225]: cluster 2023-12-27T22:21:37.802823+0000 mon.a (mon.0) 900 : cluster [DBG] Standby manager daemon x restarted 2023-12-27T22:21:38.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:37 smithi115 bash[108225]: audit 2023-12-27T22:21:37.802915+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.? 172.21.15.115:0/126010172' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-27T22:21:38.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:37 smithi115 bash[108225]: cluster 2023-12-27T22:21:37.802972+0000 mon.a (mon.0) 901 : cluster [DBG] Standby manager daemon x started 2023-12-27T22:21:38.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:37 smithi115 bash[108225]: audit 2023-12-27T22:21:37.803205+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.? 172.21.15.115:0/126010172' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:21:38.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:37 smithi115 bash[108225]: audit 2023-12-27T22:21:37.804112+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.? 172.21.15.115:0/126010172' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-27T22:21:38.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:37 smithi115 bash[108225]: audit 2023-12-27T22:21:37.804332+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.? 172.21.15.115:0/126010172' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:21:39.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:38 smithi115 bash[108225]: cluster 2023-12-27T22:21:37.861031+0000 mon.a (mon.0) 902 : cluster [DBG] mgrmap e22: y(active, starting, since 3s), standbys: x 2023-12-27T22:21:39.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:38 smithi115 bash[108225]: audit 2023-12-27T22:21:37.861669+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.? 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-27T22:21:39.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:38 smithi115 bash[108225]: audit 2023-12-27T22:21:37.861906+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.? 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-27T22:21:39.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:38 smithi005 bash[108203]: cluster 2023-12-27T22:21:37.861031+0000 mon.a (mon.0) 902 : cluster [DBG] mgrmap e22: y(active, starting, since 3s), standbys: x 2023-12-27T22:21:39.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:38 smithi005 bash[108203]: audit 2023-12-27T22:21:37.861669+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.? 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-27T22:21:39.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:38 smithi005 bash[108203]: audit 2023-12-27T22:21:37.861906+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.? 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-27T22:21:39.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:38 smithi005 bash[111615]: cluster 2023-12-27T22:21:37.861031+0000 mon.a (mon.0) 902 : cluster [DBG] mgrmap e22: y(active, starting, since 3s), standbys: x 2023-12-27T22:21:39.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:38 smithi005 bash[111615]: audit 2023-12-27T22:21:37.861669+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.? 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-27T22:21:39.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:38 smithi005 bash[111615]: audit 2023-12-27T22:21:37.861906+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.? 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-27T22:21:40.572 INFO:teuthology.orchestra.run.smithi005.stderr:Error ENOTSUP: Warning: due to ceph-mgr restart, some PG states may not be up to date 2023-12-27T22:21:40.572 INFO:teuthology.orchestra.run.smithi005.stderr:Module 'orchestrator' is not enabled/loaded (required by command 'orch ps'): use `ceph mgr module enable orchestrator` to enable it 2023-12-27T22:21:40.770 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:21:40.568+0000 7f71c4190700 -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-27T22:21:40.770 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: Module 'orchestrator' is not enabled/loaded (required by command 'orch ps'): use `ceph mgr module enable orchestrator` to enable it 2023-12-27T22:21:40.770 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: [78B blob data] 2023-12-27T22:21:40.771 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:21:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: [80B blob data] 2023-12-27T22:21:40.771 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.468249+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-27T22:21:40.771 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.468424+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-27T22:21:40.771 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.468557+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-27T22:21:40.771 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.470265+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-27T22:21:40.771 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.470686+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:21:40.771 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.470931+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:21:40.771 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.471144+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:21:40.771 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.471346+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-27T22:21:40.771 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.471551+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:21:40.772 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.471789+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:21:40.772 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.472058+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:21:40.772 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.472374+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-27T22:21:40.772 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.472583+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-27T22:21:40.772 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.473100+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-27T22:21:40.772 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.473905+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-27T22:21:40.772 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.474916+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-27T22:21:40.772 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.475291+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-27T22:21:40.772 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.475670+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-27T22:21:40.773 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.476010+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi005"}]: dispatch 2023-12-27T22:21:40.773 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.476365+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi115"}]: dispatch 2023-12-27T22:21:40.773 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.476740+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-27T22:21:40.773 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.477067+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-27T22:21:40.773 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.477396+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-27T22:21:40.773 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.477738+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-27T22:21:40.773 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.478059+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-27T22:21:40.773 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.478397+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-27T22:21:40.774 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.478745+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-27T22:21:40.774 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.479060+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-27T22:21:40.774 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.479391+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-27T22:21:40.774 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.479725+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-27T22:21:40.774 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.480040+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-27T22:21:40.774 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.480346+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-27T22:21:40.774 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.480688+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:21:40.774 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.481047+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:21:40.774 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.481389+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-27T22:21:40.774 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.481714+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-27T22:21:40.774 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.482040+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-27T22:21:40.775 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: audit 2023-12-27T22:21:40.482349+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-27T22:21:40.775 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[108203]: cluster 2023-12-27T22:21:40.508403+0000 mon.a (mon.0) 943 : cluster [INF] Manager daemon y is now available 2023-12-27T22:21:40.775 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.468249+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-27T22:21:40.775 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.468424+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-27T22:21:40.775 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.468557+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-27T22:21:40.775 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.470265+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-27T22:21:40.775 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.470686+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:21:40.775 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.470931+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:21:40.775 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.471144+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:21:40.775 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.471346+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-27T22:21:40.776 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.471551+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:21:40.776 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.471789+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:21:40.776 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.472058+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:21:40.776 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.472374+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-27T22:21:40.776 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.472583+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-27T22:21:40.776 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.473100+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-27T22:21:40.776 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.473905+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-27T22:21:40.776 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.474916+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-27T22:21:40.776 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.475291+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-27T22:21:40.776 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.475670+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-27T22:21:40.776 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.476010+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi005"}]: dispatch 2023-12-27T22:21:40.776 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.476365+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi115"}]: dispatch 2023-12-27T22:21:40.777 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.476740+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-27T22:21:40.777 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.477067+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-27T22:21:40.777 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.477396+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-27T22:21:40.777 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.477738+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-27T22:21:40.777 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.478059+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-27T22:21:40.777 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.478397+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-27T22:21:40.777 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.478745+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-27T22:21:40.777 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.479060+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-27T22:21:40.777 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.479391+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-27T22:21:40.777 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.479725+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-27T22:21:40.777 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.480040+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-27T22:21:40.777 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.480346+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-27T22:21:40.778 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.480688+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:21:40.778 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.481047+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:21:40.778 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.481389+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-27T22:21:40.778 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.481714+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-27T22:21:40.778 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.482040+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-27T22:21:40.778 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: audit 2023-12-27T22:21:40.482349+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-27T22:21:40.778 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:40 smithi005 bash[111615]: cluster 2023-12-27T22:21:40.508403+0000 mon.a (mon.0) 943 : cluster [INF] Manager daemon y is now available 2023-12-27T22:21:40.779 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.468249+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-27T22:21:40.779 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.468424+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-27T22:21:40.779 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.468557+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-27T22:21:40.779 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.470265+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-27T22:21:40.779 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.470686+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:21:40.780 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.470931+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:21:40.780 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.471144+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:21:40.780 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.471346+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-27T22:21:40.780 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.471551+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:21:40.780 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.471789+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:21:40.780 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.472058+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:21:40.780 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.472374+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-27T22:21:40.780 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.472583+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-27T22:21:40.780 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.473100+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-27T22:21:40.780 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.473905+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-27T22:21:40.780 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.474916+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-27T22:21:40.780 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.475291+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-27T22:21:40.781 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.475670+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-27T22:21:40.781 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.476010+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi005"}]: dispatch 2023-12-27T22:21:40.781 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.476365+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi115"}]: dispatch 2023-12-27T22:21:40.781 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.476740+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-27T22:21:40.781 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.477067+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-27T22:21:40.781 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.477396+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-27T22:21:40.781 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.477738+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-27T22:21:40.781 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.478059+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-27T22:21:40.781 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.478397+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-27T22:21:40.781 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.478745+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-27T22:21:40.781 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.479060+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-27T22:21:40.781 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.479391+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-27T22:21:40.781 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.479725+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-27T22:21:40.782 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.480040+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-27T22:21:40.782 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.480346+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-27T22:21:40.782 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.480688+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:21:40.782 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.481047+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:21:40.782 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.481389+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-27T22:21:40.782 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.481714+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-27T22:21:40.782 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.482040+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-27T22:21:40.782 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: audit 2023-12-27T22:21:40.482349+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-27T22:21:40.782 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:40 smithi115 bash[108225]: cluster 2023-12-27T22:21:40.508403+0000 mon.a (mon.0) 943 : cluster [INF] Manager daemon y is now available 2023-12-27T22:21:40.977 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-12-27T22:21:40.978 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-12-27T22:21:40.978 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-27T22:21:40.978 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:21:40.978 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-12-27T22:21:40.978 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.14-417-gc5564c79 (c5564c7988cbaadc3382253af5843a8595347c2d) pacific (stable)": 2 2023-12-27T22:21:40.978 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:21:40.978 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-12-27T22:21:40.978 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-27T22:21:40.978 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:21:40.978 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": {}, 2023-12-27T22:21:40.978 INFO:teuthology.orchestra.run.smithi005.stdout: "rgw": { 2023-12-27T22:21:40.979 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-27T22:21:40.979 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:21:40.979 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-12-27T22:21:40.979 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2023-12-27T22:21:40.979 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.14-417-gc5564c79 (c5564c7988cbaadc3382253af5843a8595347c2d) pacific (stable)": 2 2023-12-27T22:21:40.979 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-12-27T22:21:40.979 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-12-27T22:21:41.339 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-12-27T22:21:41.339 INFO:teuthology.orchestra.run.smithi005.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", 2023-12-27T22:21:41.339 INFO:teuthology.orchestra.run.smithi005.stdout: "in_progress": true, 2023-12-27T22:21:41.339 INFO:teuthology.orchestra.run.smithi005.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-27T22:21:41.339 INFO:teuthology.orchestra.run.smithi005.stdout: "services_complete": [ 2023-12-27T22:21:41.339 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr" 2023-12-27T22:21:41.339 INFO:teuthology.orchestra.run.smithi005.stdout: ], 2023-12-27T22:21:41.340 INFO:teuthology.orchestra.run.smithi005.stdout: "progress": "2/20 daemons upgraded", 2023-12-27T22:21:41.340 INFO:teuthology.orchestra.run.smithi005.stdout: "message": "", 2023-12-27T22:21:41.340 INFO:teuthology.orchestra.run.smithi005.stdout: "is_paused": false 2023-12-27T22:21:41.340 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-12-27T22:21:41.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:41 smithi115 bash[108225]: cephadm 2023-12-27T22:21:40.521420+0000 mgr.y (mgr.14877) 1 : cephadm [INF] inventory: adjusted host smithi115 addr 'smithi115' -> '172.21.15.115' 2023-12-27T22:21:41.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:41 smithi115 bash[108225]: audit 2023-12-27T22:21:40.526413+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi005\": {\"hostname\": \"smithi005\", \"addr\": \"172.21.15.5\", \"labels\": [], \"status\": \"\"}, \"smithi115\": {\"hostname\": \"smithi115\", \"addr\": \"172.21.15.115\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-27T22:21:41.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:41 smithi115 bash[108225]: audit 2023-12-27T22:21:40.529164+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi005\": {\"hostname\": \"smithi005\", \"addr\": \"172.21.15.5\", \"labels\": [], \"status\": \"\"}, \"smithi115\": {\"hostname\": \"smithi115\", \"addr\": \"172.21.15.115\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-27T22:21:41.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:41 smithi115 bash[108225]: cluster 2023-12-27T22:21:40.566883+0000 mon.a (mon.0) 946 : cluster [DBG] mgrmap e23: y(active, since 6s), standbys: x 2023-12-27T22:21:41.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:41 smithi115 bash[108225]: audit 2023-12-27T22:21:40.569548+0000 mgr.y (mgr.14877) 2 : audit [DBG] from='client.24805 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:21:41.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:41 smithi115 bash[108225]: cluster 2023-12-27T22:21:40.573901+0000 mgr.y (mgr.14877) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:41.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:41 smithi115 bash[108225]: audit 2023-12-27T22:21:40.635749+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:21:41.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:41 smithi115 bash[108225]: audit 2023-12-27T22:21:40.637494+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:21:41.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:41 smithi115 bash[108225]: audit 2023-12-27T22:21:40.690624+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-27T22:21:41.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:41 smithi115 bash[108225]: audit 2023-12-27T22:21:40.699842+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-27T22:21:41.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:41 smithi115 bash[108225]: audit 2023-12-27T22:21:40.861641+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:21:41.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:41 smithi115 bash[108225]: audit 2023-12-27T22:21:40.880154+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:21:41.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:41 smithi115 bash[108225]: audit 2023-12-27T22:21:40.978089+0000 mon.c (mon.1) 34 : audit [DBG] from='client.? 172.21.15.5:0/3437880020' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:21:41.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:41 smithi005 bash[108203]: cephadm 2023-12-27T22:21:40.521420+0000 mgr.y (mgr.14877) 1 : cephadm [INF] inventory: adjusted host smithi115 addr 'smithi115' -> '172.21.15.115' 2023-12-27T22:21:41.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:41 smithi005 bash[108203]: audit 2023-12-27T22:21:40.526413+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi005\": {\"hostname\": \"smithi005\", \"addr\": \"172.21.15.5\", \"labels\": [], \"status\": \"\"}, \"smithi115\": {\"hostname\": \"smithi115\", \"addr\": \"172.21.15.115\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-27T22:21:41.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:41 smithi005 bash[108203]: audit 2023-12-27T22:21:40.529164+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi005\": {\"hostname\": \"smithi005\", \"addr\": \"172.21.15.5\", \"labels\": [], \"status\": \"\"}, \"smithi115\": {\"hostname\": \"smithi115\", \"addr\": \"172.21.15.115\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-27T22:21:41.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:41 smithi005 bash[108203]: cluster 2023-12-27T22:21:40.566883+0000 mon.a (mon.0) 946 : cluster [DBG] mgrmap e23: y(active, since 6s), standbys: x 2023-12-27T22:21:41.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:41 smithi005 bash[108203]: audit 2023-12-27T22:21:40.569548+0000 mgr.y (mgr.14877) 2 : audit [DBG] from='client.24805 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:21:41.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:41 smithi005 bash[108203]: cluster 2023-12-27T22:21:40.573901+0000 mgr.y (mgr.14877) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:41.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:41 smithi005 bash[108203]: audit 2023-12-27T22:21:40.635749+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:21:41.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:41 smithi005 bash[108203]: audit 2023-12-27T22:21:40.637494+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:21:41.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:41 smithi005 bash[108203]: audit 2023-12-27T22:21:40.690624+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-27T22:21:41.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:41 smithi005 bash[108203]: audit 2023-12-27T22:21:40.699842+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-27T22:21:41.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:41 smithi005 bash[108203]: audit 2023-12-27T22:21:40.861641+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:21:41.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:41 smithi005 bash[108203]: audit 2023-12-27T22:21:40.880154+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:21:41.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:41 smithi005 bash[108203]: audit 2023-12-27T22:21:40.978089+0000 mon.c (mon.1) 34 : audit [DBG] from='client.? 172.21.15.5:0/3437880020' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:21:41.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:41 smithi005 bash[111615]: cephadm 2023-12-27T22:21:40.521420+0000 mgr.y (mgr.14877) 1 : cephadm [INF] inventory: adjusted host smithi115 addr 'smithi115' -> '172.21.15.115' 2023-12-27T22:21:41.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:41 smithi005 bash[111615]: audit 2023-12-27T22:21:40.526413+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi005\": {\"hostname\": \"smithi005\", \"addr\": \"172.21.15.5\", \"labels\": [], \"status\": \"\"}, \"smithi115\": {\"hostname\": \"smithi115\", \"addr\": \"172.21.15.115\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-27T22:21:41.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:41 smithi005 bash[111615]: audit 2023-12-27T22:21:40.529164+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi005\": {\"hostname\": \"smithi005\", \"addr\": \"172.21.15.5\", \"labels\": [], \"status\": \"\"}, \"smithi115\": {\"hostname\": \"smithi115\", \"addr\": \"172.21.15.115\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-27T22:21:41.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:41 smithi005 bash[111615]: cluster 2023-12-27T22:21:40.566883+0000 mon.a (mon.0) 946 : cluster [DBG] mgrmap e23: y(active, since 6s), standbys: x 2023-12-27T22:21:41.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:41 smithi005 bash[111615]: audit 2023-12-27T22:21:40.569548+0000 mgr.y (mgr.14877) 2 : audit [DBG] from='client.24805 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:21:41.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:41 smithi005 bash[111615]: cluster 2023-12-27T22:21:40.573901+0000 mgr.y (mgr.14877) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:41.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:41 smithi005 bash[111615]: audit 2023-12-27T22:21:40.635749+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:21:41.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:41 smithi005 bash[111615]: audit 2023-12-27T22:21:40.637494+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:21:41.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:41 smithi005 bash[111615]: audit 2023-12-27T22:21:40.690624+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-27T22:21:41.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:41 smithi005 bash[111615]: audit 2023-12-27T22:21:40.699842+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-27T22:21:41.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:41 smithi005 bash[111615]: audit 2023-12-27T22:21:40.861641+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:21:41.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:41 smithi005 bash[111615]: audit 2023-12-27T22:21:40.880154+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:21:41.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:41 smithi005 bash[111615]: audit 2023-12-27T22:21:40.978089+0000 mon.c (mon.1) 34 : audit [DBG] from='client.? 172.21.15.5:0/3437880020' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:21:42.863 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:42 smithi005 bash[108203]: audit 2023-12-27T22:21:41.338982+0000 mgr.y (mgr.14877) 4 : audit [DBG] from='client.14919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:21:42.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:42 smithi005 bash[111615]: audit 2023-12-27T22:21:41.338982+0000 mgr.y (mgr.14877) 4 : audit [DBG] from='client.14919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:21:43.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:42 smithi115 bash[108225]: audit 2023-12-27T22:21:41.338982+0000 mgr.y (mgr.14877) 4 : audit [DBG] from='client.14919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:21:43.863 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:43 smithi005 bash[108203]: cluster 2023-12-27T22:21:42.472020+0000 mgr.y (mgr.14877) 5 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:43.863 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:43 smithi005 bash[108203]: cluster 2023-12-27T22:21:42.572674+0000 mon.a (mon.0) 953 : cluster [DBG] mgrmap e24: y(active, since 8s), standbys: x 2023-12-27T22:21:43.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:43 smithi005 bash[111615]: cluster 2023-12-27T22:21:42.472020+0000 mgr.y (mgr.14877) 5 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:43.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:43 smithi005 bash[111615]: cluster 2023-12-27T22:21:42.572674+0000 mon.a (mon.0) 953 : cluster [DBG] mgrmap e24: y(active, since 8s), standbys: x 2023-12-27T22:21:44.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:43 smithi115 bash[108225]: cluster 2023-12-27T22:21:42.472020+0000 mgr.y (mgr.14877) 5 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:44.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:43 smithi115 bash[108225]: cluster 2023-12-27T22:21:42.572674+0000 mon.a (mon.0) 953 : cluster [DBG] mgrmap e24: y(active, since 8s), standbys: x 2023-12-27T22:21:44.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:44 smithi005 bash[108203]: audit 2023-12-27T22:21:43.746601+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 240543334, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744309Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"fc4629f271e5\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 444701081, \"cpu_percentage\": \"54.54%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:21:43.744499Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:21:27.944133Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 221354393, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744575Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76913049, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744648Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81159782, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744740Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 64613253, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744876Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80771809, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744996Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.745066Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"88b79f4a641c\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16137584, \"cpu_percentage\": \"0.45%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.745129Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:21:06.473676Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58101596, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.745190Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:43.745316Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:21:44.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:44 smithi005 bash[111615]: audit 2023-12-27T22:21:43.746601+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 240543334, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744309Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"fc4629f271e5\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 444701081, \"cpu_percentage\": \"54.54%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:21:43.744499Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:21:27.944133Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 221354393, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744575Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76913049, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744648Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81159782, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744740Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 64613253, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744876Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80771809, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744996Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.745066Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"88b79f4a641c\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16137584, \"cpu_percentage\": \"0.45%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.745129Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:21:06.473676Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58101596, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.745190Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:43.745316Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:21:44.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:44 smithi005 bash[108203]: audit 2023-12-27T22:21:43.749791+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 240543334, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744309Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"fc4629f271e5\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 444701081, \"cpu_percentage\": \"54.54%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:21:43.744499Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:21:27.944133Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 221354393, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744575Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76913049, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744648Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81159782, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744740Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 64613253, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744876Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80771809, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744996Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.745066Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"88b79f4a641c\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16137584, \"cpu_percentage\": \"0.45%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.745129Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:21:06.473676Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58101596, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.745190Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:43.745316Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-27T22:21:44.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:44 smithi005 bash[108203]: audit 2023-12-27T22:21:44.042226+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:44.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:44 smithi005 bash[108203]: audit 2023-12-27T22:21:44.042617+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:44.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:44 smithi005 bash[108203]: audit 2023-12-27T22:21:44.042923+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:44.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:44 smithi005 bash[108203]: audit 2023-12-27T22:21:44.043208+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:44.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:44 smithi005 bash[108203]: audit 2023-12-27T22:21:44.043513+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:44.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:44 smithi005 bash[108203]: audit 2023-12-27T22:21:44.043776+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:44.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:44 smithi005 bash[108203]: audit 2023-12-27T22:21:44.044049+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:44.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:44 smithi005 bash[108203]: audit 2023-12-27T22:21:44.044308+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:44.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:44 smithi005 bash[108203]: audit 2023-12-27T22:21:44.044590+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:44.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:44 smithi005 bash[111615]: audit 2023-12-27T22:21:43.749791+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 240543334, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744309Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"fc4629f271e5\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 444701081, \"cpu_percentage\": \"54.54%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:21:43.744499Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:21:27.944133Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 221354393, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744575Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76913049, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744648Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81159782, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744740Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 64613253, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744876Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80771809, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744996Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.745066Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"88b79f4a641c\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16137584, \"cpu_percentage\": \"0.45%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.745129Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:21:06.473676Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58101596, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.745190Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:43.745316Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-27T22:21:44.866 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:44 smithi005 bash[111615]: audit 2023-12-27T22:21:44.042226+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:44.867 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:44 smithi005 bash[111615]: audit 2023-12-27T22:21:44.042617+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:44.867 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:44 smithi005 bash[111615]: audit 2023-12-27T22:21:44.042923+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:44.867 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:44 smithi005 bash[111615]: audit 2023-12-27T22:21:44.043208+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:44.867 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:44 smithi005 bash[111615]: audit 2023-12-27T22:21:44.043513+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:44.867 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:44 smithi005 bash[111615]: audit 2023-12-27T22:21:44.043776+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:44.867 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:44 smithi005 bash[111615]: audit 2023-12-27T22:21:44.044049+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:44.867 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:44 smithi005 bash[111615]: audit 2023-12-27T22:21:44.044308+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:44.867 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:44 smithi005 bash[111615]: audit 2023-12-27T22:21:44.044590+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:45.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:44 smithi115 bash[108225]: audit 2023-12-27T22:21:43.746601+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 240543334, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744309Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"fc4629f271e5\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 444701081, \"cpu_percentage\": \"54.54%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:21:43.744499Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:21:27.944133Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 221354393, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744575Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76913049, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744648Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81159782, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744740Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 64613253, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744876Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80771809, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744996Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.745066Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"88b79f4a641c\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16137584, \"cpu_percentage\": \"0.45%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.745129Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:21:06.473676Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58101596, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.745190Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:43.745316Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:21:45.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:44 smithi115 bash[108225]: audit 2023-12-27T22:21:43.749791+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"80f3fbcd99b9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 240543334, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744309Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:12:45.590517Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"fc4629f271e5\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 444701081, \"cpu_percentage\": \"54.54%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:21:43.744499Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:21:27.944133Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 221354393, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744575Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76913049, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744648Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81159782, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744740Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 64613253, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744876Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80771809, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744996Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.745066Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"88b79f4a641c\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16137584, \"cpu_percentage\": \"0.45%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.745129Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:21:06.473676Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58101596, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.745190Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:59.806428Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:43.745316Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-27T22:21:45.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:44 smithi115 bash[108225]: audit 2023-12-27T22:21:44.042226+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:45.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:44 smithi115 bash[108225]: audit 2023-12-27T22:21:44.042617+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:45.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:44 smithi115 bash[108225]: audit 2023-12-27T22:21:44.042923+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:45.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:44 smithi115 bash[108225]: audit 2023-12-27T22:21:44.043208+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:45.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:44 smithi115 bash[108225]: audit 2023-12-27T22:21:44.043513+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:45.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:44 smithi115 bash[108225]: audit 2023-12-27T22:21:44.043776+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:45.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:44 smithi115 bash[108225]: audit 2023-12-27T22:21:44.044049+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:45.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:44 smithi115 bash[108225]: audit 2023-12-27T22:21:44.044308+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:45.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:44 smithi115 bash[108225]: audit 2023-12-27T22:21:44.044590+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:46.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:45 smithi115 bash[108225]: cluster 2023-12-27T22:21:44.472542+0000 mgr.y (mgr.14877) 6 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:46.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:45 smithi115 bash[108225]: audit 2023-12-27T22:21:44.870327+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224500121, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867643Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 409364070, \"cpu_percentage\": \"20.24%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867826Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80478208, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867918Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75602329, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868003Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70107791, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868088Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80352378, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868170Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36018585, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868253Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11356078, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868336Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33355202, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56476303, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868519Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:44.868683Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:21:46.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:45 smithi115 bash[108225]: audit 2023-12-27T22:21:44.874234+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224500121, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867643Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 409364070, \"cpu_percentage\": \"20.24%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867826Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80478208, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867918Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75602329, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868003Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70107791, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868088Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80352378, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868170Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36018585, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868253Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11356078, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868336Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33355202, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56476303, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868519Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:44.868683Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-27T22:21:46.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:45 smithi115 bash[108225]: audit 2023-12-27T22:21:45.143557+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:46.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:45 smithi115 bash[108225]: audit 2023-12-27T22:21:45.144087+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:46.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:45 smithi115 bash[108225]: audit 2023-12-27T22:21:45.144561+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:46.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:45 smithi115 bash[108225]: audit 2023-12-27T22:21:45.144992+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:46.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:45 smithi115 bash[108225]: audit 2023-12-27T22:21:45.145428+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:46.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:45 smithi115 bash[108225]: audit 2023-12-27T22:21:45.145853+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:46.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:45 smithi115 bash[108225]: audit 2023-12-27T22:21:45.146305+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:46.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:45 smithi115 bash[108225]: audit 2023-12-27T22:21:45.146751+0000 mon.a (mon.0) 974 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:46.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:45 smithi115 bash[108225]: audit 2023-12-27T22:21:45.147185+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:46.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:45 smithi115 bash[108225]: audit 2023-12-27T22:21:45.148855+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-27T22:21:46.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:45 smithi115 bash[108225]: audit 2023-12-27T22:21:45.152957+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-27T22:21:46.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:45 smithi115 bash[108225]: audit 2023-12-27T22:21:45.159516+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:21:46.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:45 smithi115 bash[108225]: audit 2023-12-27T22:21:45.160654+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-27T22:21:46.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[108203]: cluster 2023-12-27T22:21:44.472542+0000 mgr.y (mgr.14877) 6 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:46.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[111615]: cluster 2023-12-27T22:21:44.472542+0000 mgr.y (mgr.14877) 6 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:46.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[108203]: audit 2023-12-27T22:21:44.870327+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224500121, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867643Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 409364070, \"cpu_percentage\": \"20.24%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867826Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80478208, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867918Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75602329, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868003Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70107791, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868088Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80352378, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868170Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36018585, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868253Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11356078, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868336Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33355202, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56476303, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868519Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:44.868683Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:21:46.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[111615]: audit 2023-12-27T22:21:44.870327+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224500121, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867643Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 409364070, \"cpu_percentage\": \"20.24%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867826Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80478208, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867918Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75602329, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868003Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70107791, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868088Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80352378, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868170Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36018585, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868253Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11356078, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868336Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33355202, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56476303, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868519Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:44.868683Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:21:46.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[108203]: audit 2023-12-27T22:21:44.874234+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224500121, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867643Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 409364070, \"cpu_percentage\": \"20.24%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867826Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80478208, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867918Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75602329, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868003Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70107791, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868088Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80352378, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868170Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36018585, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868253Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11356078, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868336Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33355202, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56476303, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868519Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:44.868683Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-27T22:21:46.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[108203]: audit 2023-12-27T22:21:45.143557+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:46.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[108203]: audit 2023-12-27T22:21:45.144087+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:46.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[108203]: audit 2023-12-27T22:21:45.144561+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:46.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[108203]: audit 2023-12-27T22:21:45.144992+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:46.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[108203]: audit 2023-12-27T22:21:45.145428+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:46.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[108203]: audit 2023-12-27T22:21:45.145853+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:46.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[108203]: audit 2023-12-27T22:21:45.146305+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:46.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[108203]: audit 2023-12-27T22:21:45.146751+0000 mon.a (mon.0) 974 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:46.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[108203]: audit 2023-12-27T22:21:45.147185+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:46.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[108203]: audit 2023-12-27T22:21:45.148855+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-27T22:21:46.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[108203]: audit 2023-12-27T22:21:45.152957+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-27T22:21:46.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[108203]: audit 2023-12-27T22:21:45.159516+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:21:46.117 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[108203]: audit 2023-12-27T22:21:45.160654+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-27T22:21:46.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[111615]: audit 2023-12-27T22:21:44.874234+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224500121, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867643Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"81f98ea08500\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:c5564c7988cbaadc3382253af5843a8595347c2d\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 409364070, \"cpu_percentage\": \"20.24%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867826Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:20:33.761719Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80478208, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867918Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75602329, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868003Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70107791, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868088Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80352378, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868170Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36018585, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868253Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11356078, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868336Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33355202, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56476303, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868519Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:20:20.881254Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:21:44.868683Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-27T22:21:46.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[111615]: audit 2023-12-27T22:21:45.143557+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:46.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[111615]: audit 2023-12-27T22:21:45.144087+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:46.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[111615]: audit 2023-12-27T22:21:45.144561+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:46.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[111615]: audit 2023-12-27T22:21:45.144992+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:46.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[111615]: audit 2023-12-27T22:21:45.145428+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:46.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[111615]: audit 2023-12-27T22:21:45.145853+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:46.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[111615]: audit 2023-12-27T22:21:45.146305+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:46.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[111615]: audit 2023-12-27T22:21:45.146751+0000 mon.a (mon.0) 974 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-27T22:21:46.118 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[111615]: audit 2023-12-27T22:21:45.147185+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:21:46.118 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[111615]: audit 2023-12-27T22:21:45.148855+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-27T22:21:46.118 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[111615]: audit 2023-12-27T22:21:45.152957+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-27T22:21:46.118 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[111615]: audit 2023-12-27T22:21:45.159516+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:21:46.118 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:45 smithi005 bash[111615]: audit 2023-12-27T22:21:45.160654+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-27T22:21:46.985 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:46 smithi115 bash[108225]: cephadm 2023-12-27T22:21:46.052755+0000 mgr.y (mgr.14877) 7 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-27T22:21:46.985 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:46 smithi115 bash[108225]: audit 2023-12-27T22:21:46.053195+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-27T22:21:46.985 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:46 smithi115 bash[108225]: audit 2023-12-27T22:21:46.054067+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-27T22:21:46.986 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:46 smithi115 bash[108225]: audit 2023-12-27T22:21:46.054980+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:21:46.986 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:46 smithi115 bash[108225]: cephadm 2023-12-27T22:21:46.055711+0000 mgr.y (mgr.14877) 8 : cephadm [INF] Deploying daemon mgr.x on smithi115 2023-12-27T22:21:46.986 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:46 smithi115 bash[108225]: audit 2023-12-27T22:21:46.056232+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2023-12-27T22:21:47.113 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:46 smithi005 bash[108203]: cephadm 2023-12-27T22:21:46.052755+0000 mgr.y (mgr.14877) 7 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-27T22:21:47.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:46 smithi005 bash[108203]: audit 2023-12-27T22:21:46.053195+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-27T22:21:47.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:46 smithi005 bash[108203]: audit 2023-12-27T22:21:46.054067+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-27T22:21:47.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:46 smithi005 bash[108203]: audit 2023-12-27T22:21:46.054980+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:21:47.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:46 smithi005 bash[108203]: cephadm 2023-12-27T22:21:46.055711+0000 mgr.y (mgr.14877) 8 : cephadm [INF] Deploying daemon mgr.x on smithi115 2023-12-27T22:21:47.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:46 smithi005 bash[108203]: audit 2023-12-27T22:21:46.056232+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2023-12-27T22:21:47.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:46 smithi005 bash[111615]: cephadm 2023-12-27T22:21:46.052755+0000 mgr.y (mgr.14877) 7 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-27T22:21:47.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:46 smithi005 bash[111615]: audit 2023-12-27T22:21:46.053195+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-27T22:21:47.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:46 smithi005 bash[111615]: audit 2023-12-27T22:21:46.054067+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-27T22:21:47.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:46 smithi005 bash[111615]: audit 2023-12-27T22:21:46.054980+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:21:47.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:46 smithi005 bash[111615]: cephadm 2023-12-27T22:21:46.055711+0000 mgr.y (mgr.14877) 8 : cephadm [INF] Deploying daemon mgr.x on smithi115 2023-12-27T22:21:47.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:46 smithi005 bash[111615]: audit 2023-12-27T22:21:46.056232+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2023-12-27T22:21:47.254 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:46 smithi115 systemd[1]: Stopping Ceph mgr.x for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:21:48.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:48 smithi005 bash[108203]: cluster 2023-12-27T22:21:46.473351+0000 mgr.y (mgr.14877) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:48.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:48 smithi005 bash[111615]: cluster 2023-12-27T22:21:46.473351+0000 mgr.y (mgr.14877) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:48.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:48 smithi115 bash[108225]: cluster 2023-12-27T22:21:46.473351+0000 mgr.y (mgr.14877) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:50.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:50 smithi005 bash[108203]: cluster 2023-12-27T22:21:48.473805+0000 mgr.y (mgr.14877) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:50.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:50 smithi005 bash[111615]: cluster 2023-12-27T22:21:48.473805+0000 mgr.y (mgr.14877) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:50.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:50 smithi115 bash[108225]: cluster 2023-12-27T22:21:48.473805+0000 mgr.y (mgr.14877) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:52.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:52 smithi005 bash[108203]: cluster 2023-12-27T22:21:50.474280+0000 mgr.y (mgr.14877) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:52.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:52 smithi005 bash[111615]: cluster 2023-12-27T22:21:50.474280+0000 mgr.y (mgr.14877) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:52.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:52 smithi115 bash[108225]: cluster 2023-12-27T22:21:50.474280+0000 mgr.y (mgr.14877) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:54.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:54 smithi005 bash[108203]: cluster 2023-12-27T22:21:52.475025+0000 mgr.y (mgr.14877) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:54.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:54 smithi005 bash[111615]: cluster 2023-12-27T22:21:52.475025+0000 mgr.y (mgr.14877) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:54.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:54 smithi115 bash[108225]: cluster 2023-12-27T22:21:52.475025+0000 mgr.y (mgr.14877) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:56.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:56 smithi005 bash[108203]: cluster 2023-12-27T22:21:54.475441+0000 mgr.y (mgr.14877) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:56.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:56 smithi005 bash[111615]: cluster 2023-12-27T22:21:54.475441+0000 mgr.y (mgr.14877) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:56.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:56 smithi115 bash[108225]: cluster 2023-12-27T22:21:54.475441+0000 mgr.y (mgr.14877) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:57.480 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:57 smithi115 bash[126563]: time="2023-12-27T22:21:57Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr.x in 10 seconds, resorting to SIGKILL" 2023-12-27T22:21:57.480 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:57 smithi115 bash[126563]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr.x 2023-12-27T22:21:57.754 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:57 smithi115 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@mgr.x.service: Main process exited, code=exited, status=137/n/a 2023-12-27T22:21:57.754 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:57 smithi115 bash[126622]: Error: no container with name or ID "ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr.x" found: no such container 2023-12-27T22:21:58.187 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:58 smithi115 bash[108225]: cluster 2023-12-27T22:21:56.476133+0000 mgr.y (mgr.14877) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:58.188 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:57 smithi115 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-27T22:21:58.188 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:57 smithi115 systemd[1]: Stopped Ceph mgr.x for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:21:58.188 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:57 smithi115 systemd[1]: Starting Ceph mgr.x for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:21:58.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:58 smithi005 bash[108203]: cluster 2023-12-27T22:21:56.476133+0000 mgr.y (mgr.14877) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:58.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:58 smithi005 bash[111615]: cluster 2023-12-27T22:21:56.476133+0000 mgr.y (mgr.14877) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:21:58.483 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:58 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:21:58.353+0000 7f30bc414700 1 -- 172.21.15.115:0/2092159853 <== mon.2 v2:172.21.15.115:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5560ffc944e0 con 0x5560ffc69000 2023-12-27T22:21:58.483 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:58 smithi115 bash[126759]: 1fb991897fc34b010c2e567f6dbbc4542536cff71e76b0fae930041a2ca04e03 2023-12-27T22:21:58.483 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:58 smithi115 systemd[1]: Started Ceph mgr.x for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:21:58.484 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:58 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:21:58.483+0000 7f30cc9fb680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-27T22:21:58.754 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:58 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:21:58.568+0000 7f30cc9fb680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-27T22:21:59.254 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:58 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:21:58.983+0000 7f30cc9fb680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-27T22:21:59.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:59 smithi115 bash[108225]: audit 2023-12-27T22:21:58.429429+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224500121, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867643Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80478208, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867918Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75602329, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868003Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70107791, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868088Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80352378, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868170Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36018585, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-27T22:21:44.868253Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11356078, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868336Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33355202, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-27T22:21:44.868436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56476303, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868519Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:46.055582Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:21:59.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:59 smithi115 bash[108225]: audit 2023-12-27T22:21:58.433264+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224500121, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867643Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80478208, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867918Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75602329, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868003Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70107791, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868088Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80352378, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868170Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36018585, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-27T22:21:44.868253Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11356078, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868336Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33355202, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-27T22:21:44.868436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56476303, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868519Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:46.055582Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-27T22:21:59.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:59 smithi115 bash[108225]: audit 2023-12-27T22:21:58.434253+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:21:59.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:21:59 smithi115 bash[108225]: audit 2023-12-27T22:21:58.436039+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:21:59.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:59 smithi005 bash[108203]: audit 2023-12-27T22:21:58.429429+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224500121, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867643Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80478208, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867918Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75602329, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868003Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70107791, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868088Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80352378, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868170Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36018585, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-27T22:21:44.868253Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11356078, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868336Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33355202, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-27T22:21:44.868436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56476303, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868519Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:46.055582Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:21:59.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:59 smithi005 bash[108203]: audit 2023-12-27T22:21:58.433264+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224500121, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867643Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80478208, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867918Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75602329, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868003Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70107791, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868088Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80352378, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868170Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36018585, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-27T22:21:44.868253Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11356078, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868336Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33355202, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-27T22:21:44.868436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56476303, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868519Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:46.055582Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-27T22:21:59.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:59 smithi005 bash[108203]: audit 2023-12-27T22:21:58.434253+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:21:59.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:21:59 smithi005 bash[108203]: audit 2023-12-27T22:21:58.436039+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:21:59.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:59 smithi005 bash[111615]: audit 2023-12-27T22:21:58.429429+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224500121, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867643Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80478208, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867918Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75602329, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868003Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70107791, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868088Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80352378, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868170Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36018585, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-27T22:21:44.868253Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11356078, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868336Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33355202, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-27T22:21:44.868436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56476303, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868519Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:46.055582Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:21:59.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:59 smithi005 bash[111615]: audit 2023-12-27T22:21:58.433264+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224500121, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867643Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80478208, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.867918Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75602329, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868003Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70107791, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868088Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80352378, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868170Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36018585, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-27T22:21:44.868253Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11356078, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868336Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33355202, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-27T22:21:44.868436Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56476303, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:44.868519Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:46.055582Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-27T22:21:59.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:59 smithi005 bash[111615]: audit 2023-12-27T22:21:58.434253+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:21:59.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:21:59 smithi005 bash[111615]: audit 2023-12-27T22:21:58.436039+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:22:00.091 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:59 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:21:59.809+0000 7f30cc9fb680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-27T22:22:00.091 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:21:59 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:21:59.903+0000 7f30cc9fb680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-27T22:22:00.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:00 smithi005 bash[108203]: cluster 2023-12-27T22:21:58.476740+0000 mgr.y (mgr.14877) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:00.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:00 smithi005 bash[111615]: cluster 2023-12-27T22:21:58.476740+0000 mgr.y (mgr.14877) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:00.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:00 smithi115 bash[108225]: cluster 2023-12-27T22:21:58.476740+0000 mgr.y (mgr.14877) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:00.504 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:00 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:00.138+0000 7f30cc9fb680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-27T22:22:01.422 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:01 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:01.191+0000 7f30cc9fb680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-27T22:22:01.422 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:01 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:01.331+0000 7f30cc9fb680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-27T22:22:01.740 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:01 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:01.422+0000 7f30cc9fb680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-27T22:22:01.740 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:01 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:01.531+0000 7f30cc9fb680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-27T22:22:02.004 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:01 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:01.740+0000 7f30cc9fb680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-27T22:22:02.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[108203]: cluster 2023-12-27T22:22:00.477222+0000 mgr.y (mgr.14877) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:02.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[111615]: cluster 2023-12-27T22:22:00.477222+0000 mgr.y (mgr.14877) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:02.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[108203]: audit 2023-12-27T22:22:01.951507+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 222193254, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.948855Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"1fb991897fc3\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 47416606, \"cpu_percentage\": \"109.15%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:22:01.949045Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:21:58.108234Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81715527, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949138Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76661391, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949223Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71082967, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949305Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81474355, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949399Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36102471, \"cpu_percentage\": \"0.84%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949485Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11377049, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949564Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33533460, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949643Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56706990, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949720Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:46.055582Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:22:01.949869Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:22:02.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[111615]: audit 2023-12-27T22:22:01.951507+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 222193254, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.948855Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"1fb991897fc3\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 47416606, \"cpu_percentage\": \"109.15%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:22:01.949045Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:21:58.108234Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81715527, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949138Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76661391, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949223Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71082967, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949305Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81474355, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949399Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36102471, \"cpu_percentage\": \"0.84%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949485Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11377049, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949564Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33533460, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949643Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56706990, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949720Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:46.055582Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:22:01.949869Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:22:02.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[108203]: audit 2023-12-27T22:22:01.955419+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 222193254, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.948855Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"1fb991897fc3\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 47416606, \"cpu_percentage\": \"109.15%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:22:01.949045Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:21:58.108234Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81715527, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949138Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76661391, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949223Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71082967, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949305Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81474355, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949399Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36102471, \"cpu_percentage\": \"0.84%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949485Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11377049, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949564Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33533460, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949643Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56706990, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949720Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:46.055582Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:22:01.949869Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-27T22:22:02.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[108203]: audit 2023-12-27T22:22:01.957354+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-27T22:22:02.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[108203]: audit 2023-12-27T22:22:01.960183+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-27T22:22:02.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[108203]: audit 2023-12-27T22:22:01.966237+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:22:02.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[108203]: audit 2023-12-27T22:22:01.967285+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-27T22:22:02.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[108203]: audit 2023-12-27T22:22:01.968839+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:22:02.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[108203]: audit 2023-12-27T22:22:01.969832+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mgr"}]: dispatch 2023-12-27T22:22:02.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[108203]: audit 2023-12-27T22:22:01.973873+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mgr"}]': finished 2023-12-27T22:22:02.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[108203]: audit 2023-12-27T22:22:01.974734+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-27T22:22:02.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[108203]: audit 2023-12-27T22:22:01.979336+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-27T22:22:02.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[108203]: audit 2023-12-27T22:22:01.980153+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-27T22:22:02.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[108203]: audit 2023-12-27T22:22:01.983462+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-27T22:22:02.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[108203]: audit 2023-12-27T22:22:01.984712+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-27T22:22:02.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[108203]: audit 2023-12-27T22:22:01.985456+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-27T22:22:02.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[111615]: audit 2023-12-27T22:22:01.955419+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 222193254, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.948855Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"1fb991897fc3\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 47416606, \"cpu_percentage\": \"109.15%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:22:01.949045Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:21:58.108234Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81715527, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949138Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76661391, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949223Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71082967, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949305Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81474355, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949399Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36102471, \"cpu_percentage\": \"0.84%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949485Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11377049, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949564Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33533460, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949643Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56706990, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949720Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:46.055582Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:22:01.949869Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-27T22:22:02.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[111615]: audit 2023-12-27T22:22:01.957354+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-27T22:22:02.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[111615]: audit 2023-12-27T22:22:01.960183+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-27T22:22:02.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[111615]: audit 2023-12-27T22:22:01.966237+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:22:02.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[111615]: audit 2023-12-27T22:22:01.967285+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-27T22:22:02.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[111615]: audit 2023-12-27T22:22:01.968839+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:22:02.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[111615]: audit 2023-12-27T22:22:01.969832+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mgr"}]: dispatch 2023-12-27T22:22:02.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[111615]: audit 2023-12-27T22:22:01.973873+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mgr"}]': finished 2023-12-27T22:22:02.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[111615]: audit 2023-12-27T22:22:01.974734+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-27T22:22:02.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[111615]: audit 2023-12-27T22:22:01.979336+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-27T22:22:02.368 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[111615]: audit 2023-12-27T22:22:01.980153+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-27T22:22:02.368 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[111615]: audit 2023-12-27T22:22:01.983462+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-27T22:22:02.368 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[111615]: audit 2023-12-27T22:22:01.984712+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-27T22:22:02.368 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:02 smithi005 bash[111615]: audit 2023-12-27T22:22:01.985456+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-27T22:22:02.504 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:02 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:02.042+0000 7f30cc9fb680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-27T22:22:02.504 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:02 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:02.142+0000 7f30cc9fb680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-27T22:22:02.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:02 smithi115 bash[108225]: cluster 2023-12-27T22:22:00.477222+0000 mgr.y (mgr.14877) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:02.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:02 smithi115 bash[108225]: audit 2023-12-27T22:22:01.951507+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 222193254, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.948855Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"1fb991897fc3\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 47416606, \"cpu_percentage\": \"109.15%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:22:01.949045Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:21:58.108234Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81715527, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949138Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76661391, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949223Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71082967, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949305Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81474355, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949399Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36102471, \"cpu_percentage\": \"0.84%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949485Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11377049, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949564Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33533460, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949643Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56706990, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949720Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:46.055582Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:22:01.949869Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:22:02.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:02 smithi115 bash[108225]: audit 2023-12-27T22:22:01.955419+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 222193254, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.948855Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"1fb991897fc3\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 47416606, \"cpu_percentage\": \"109.15%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:22:01.949045Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:21:58.108234Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81715527, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949138Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76661391, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949223Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71082967, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949305Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81474355, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949399Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\", \"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36102471, \"cpu_percentage\": \"0.84%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949485Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11377049, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949564Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33533460, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949643Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56706990, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:01.949720Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:46.055582Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:22:01.949869Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-27T22:22:02.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:02 smithi115 bash[108225]: audit 2023-12-27T22:22:01.957354+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-27T22:22:02.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:02 smithi115 bash[108225]: audit 2023-12-27T22:22:01.960183+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-27T22:22:02.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:02 smithi115 bash[108225]: audit 2023-12-27T22:22:01.966237+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:22:02.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:02 smithi115 bash[108225]: audit 2023-12-27T22:22:01.967285+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-27T22:22:02.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:02 smithi115 bash[108225]: audit 2023-12-27T22:22:01.968839+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:22:02.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:02 smithi115 bash[108225]: audit 2023-12-27T22:22:01.969832+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mgr"}]: dispatch 2023-12-27T22:22:02.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:02 smithi115 bash[108225]: audit 2023-12-27T22:22:01.973873+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mgr"}]': finished 2023-12-27T22:22:02.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:02 smithi115 bash[108225]: audit 2023-12-27T22:22:01.974734+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-27T22:22:02.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:02 smithi115 bash[108225]: audit 2023-12-27T22:22:01.979336+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-27T22:22:02.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:02 smithi115 bash[108225]: audit 2023-12-27T22:22:01.980153+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-27T22:22:02.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:02 smithi115 bash[108225]: audit 2023-12-27T22:22:01.983462+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-27T22:22:02.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:02 smithi115 bash[108225]: audit 2023-12-27T22:22:01.984712+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-27T22:22:02.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:02 smithi115 bash[108225]: audit 2023-12-27T22:22:01.985456+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-27T22:22:03.222 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:03 smithi115 bash[108225]: cephadm 2023-12-27T22:22:01.969563+0000 mgr.y (mgr.14877) 17 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-27T22:22:03.222 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:03 smithi115 bash[108225]: cephadm 2023-12-27T22:22:01.985973+0000 mgr.y (mgr.14877) 18 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-27T22:22:03.222 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:02 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:02.865+0000 7f30cc9fb680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-27T22:22:03.222 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:02 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:02.949+0000 7f30cc9fb680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-27T22:22:03.222 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:03 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:03.042+0000 7f30cc9fb680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-27T22:22:03.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:03 smithi005 bash[108203]: cephadm 2023-12-27T22:22:01.969563+0000 mgr.y (mgr.14877) 17 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-27T22:22:03.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:03 smithi005 bash[108203]: cephadm 2023-12-27T22:22:01.985973+0000 mgr.y (mgr.14877) 18 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-27T22:22:03.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:03 smithi005 bash[111615]: cephadm 2023-12-27T22:22:01.969563+0000 mgr.y (mgr.14877) 17 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-27T22:22:03.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:03 smithi005 bash[111615]: cephadm 2023-12-27T22:22:01.985973+0000 mgr.y (mgr.14877) 18 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-27T22:22:03.479 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:03 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:03.221+0000 7f30cc9fb680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-27T22:22:03.747 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:03 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:03.479+0000 7f30cc9fb680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-27T22:22:03.748 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:03 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:03.612+0000 7f30cc9fb680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-27T22:22:04.004 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:03 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:03.747+0000 7f30cc9fb680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-27T22:22:04.004 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:03 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:03.920+0000 7f30cc9fb680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-27T22:22:04.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[111615]: cluster 2023-12-27T22:22:02.477826+0000 mgr.y (mgr.14877) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:04.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[111615]: cephadm 2023-12-27T22:22:03.165109+0000 mgr.y (mgr.14877) 20 : cephadm [INF] Upgrade: Updating mon.a 2023-12-27T22:22:04.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[111615]: audit 2023-12-27T22:22:03.165514+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mon.a"}]: dispatch 2023-12-27T22:22:04.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[111615]: audit 2023-12-27T22:22:03.169508+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mon.a"}]': finished 2023-12-27T22:22:04.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[111615]: audit 2023-12-27T22:22:03.170249+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:22:04.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[111615]: audit 2023-12-27T22:22:03.170836+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:22:04.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[111615]: audit 2023-12-27T22:22:03.171408+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:04.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[111615]: cephadm 2023-12-27T22:22:03.171934+0000 mgr.y (mgr.14877) 21 : cephadm [INF] Deploying daemon mon.a on smithi005 2023-12-27T22:22:04.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[111615]: audit 2023-12-27T22:22:03.172308+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-27T22:22:04.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[111615]: cluster 2023-12-27T22:22:04.021687+0000 mon.a (mon.0) 1009 : cluster [DBG] Standby manager daemon x restarted 2023-12-27T22:22:04.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[111615]: cluster 2023-12-27T22:22:04.021804+0000 mon.a (mon.0) 1010 : cluster [DBG] Standby manager daemon x started 2023-12-27T22:22:04.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[111615]: audit 2023-12-27T22:22:04.022385+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.? 172.21.15.115:0/2788223439' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-27T22:22:04.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[111615]: audit 2023-12-27T22:22:04.022745+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.? 172.21.15.115:0/2788223439' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:22:04.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[111615]: audit 2023-12-27T22:22:04.023733+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.? 172.21.15.115:0/2788223439' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-27T22:22:04.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[111615]: audit 2023-12-27T22:22:04.024015+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.? 172.21.15.115:0/2788223439' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:22:04.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[108203]: cluster 2023-12-27T22:22:02.477826+0000 mgr.y (mgr.14877) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:04.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[108203]: cephadm 2023-12-27T22:22:03.165109+0000 mgr.y (mgr.14877) 20 : cephadm [INF] Upgrade: Updating mon.a 2023-12-27T22:22:04.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[108203]: audit 2023-12-27T22:22:03.165514+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mon.a"}]: dispatch 2023-12-27T22:22:04.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[108203]: audit 2023-12-27T22:22:03.169508+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mon.a"}]': finished 2023-12-27T22:22:04.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[108203]: audit 2023-12-27T22:22:03.170249+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:22:04.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[108203]: audit 2023-12-27T22:22:03.170836+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:22:04.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[108203]: audit 2023-12-27T22:22:03.171408+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:04.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[108203]: cephadm 2023-12-27T22:22:03.171934+0000 mgr.y (mgr.14877) 21 : cephadm [INF] Deploying daemon mon.a on smithi005 2023-12-27T22:22:04.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[108203]: audit 2023-12-27T22:22:03.172308+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-27T22:22:04.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[108203]: cluster 2023-12-27T22:22:04.021687+0000 mon.a (mon.0) 1009 : cluster [DBG] Standby manager daemon x restarted 2023-12-27T22:22:04.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[108203]: cluster 2023-12-27T22:22:04.021804+0000 mon.a (mon.0) 1010 : cluster [DBG] Standby manager daemon x started 2023-12-27T22:22:04.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[108203]: audit 2023-12-27T22:22:04.022385+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.? 172.21.15.115:0/2788223439' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-27T22:22:04.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[108203]: audit 2023-12-27T22:22:04.022745+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.? 172.21.15.115:0/2788223439' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:22:04.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[108203]: audit 2023-12-27T22:22:04.023733+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.? 172.21.15.115:0/2788223439' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-27T22:22:04.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[108203]: audit 2023-12-27T22:22:04.024015+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.? 172.21.15.115:0/2788223439' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:22:04.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:04 smithi005 systemd[1]: Stopping Ceph mon.a for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:22:04.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[108203]: debug 2023-12-27T22:22:04.179+0000 7f28b4267700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-27T22:22:04.367 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[108203]: debug 2023-12-27T22:22:04.179+0000 7f28b4267700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-12-27T22:22:04.504 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:04 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:04.006+0000 7f30cc9fb680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-27T22:22:04.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:04 smithi115 bash[108225]: cluster 2023-12-27T22:22:02.477826+0000 mgr.y (mgr.14877) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:04.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:04 smithi115 bash[108225]: cephadm 2023-12-27T22:22:03.165109+0000 mgr.y (mgr.14877) 20 : cephadm [INF] Upgrade: Updating mon.a 2023-12-27T22:22:04.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:04 smithi115 bash[108225]: audit 2023-12-27T22:22:03.165514+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mon.a"}]: dispatch 2023-12-27T22:22:04.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:04 smithi115 bash[108225]: audit 2023-12-27T22:22:03.169508+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mon.a"}]': finished 2023-12-27T22:22:04.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:04 smithi115 bash[108225]: audit 2023-12-27T22:22:03.170249+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:22:04.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:04 smithi115 bash[108225]: audit 2023-12-27T22:22:03.170836+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:22:04.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:04 smithi115 bash[108225]: audit 2023-12-27T22:22:03.171408+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:04.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:04 smithi115 bash[108225]: cephadm 2023-12-27T22:22:03.171934+0000 mgr.y (mgr.14877) 21 : cephadm [INF] Deploying daemon mon.a on smithi005 2023-12-27T22:22:04.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:04 smithi115 bash[108225]: audit 2023-12-27T22:22:03.172308+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-27T22:22:04.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:04 smithi115 bash[108225]: cluster 2023-12-27T22:22:04.021687+0000 mon.a (mon.0) 1009 : cluster [DBG] Standby manager daemon x restarted 2023-12-27T22:22:04.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:04 smithi115 bash[108225]: cluster 2023-12-27T22:22:04.021804+0000 mon.a (mon.0) 1010 : cluster [DBG] Standby manager daemon x started 2023-12-27T22:22:04.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:04 smithi115 bash[108225]: audit 2023-12-27T22:22:04.022385+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.? 172.21.15.115:0/2788223439' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-27T22:22:04.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:04 smithi115 bash[108225]: audit 2023-12-27T22:22:04.022745+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.? 172.21.15.115:0/2788223439' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:22:04.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:04 smithi115 bash[108225]: audit 2023-12-27T22:22:04.023733+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.? 172.21.15.115:0/2788223439' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-27T22:22:04.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:04 smithi115 bash[108225]: audit 2023-12-27T22:22:04.024015+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.? 172.21.15.115:0/2788223439' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:22:04.788 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:04 smithi005 bash[135093]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon.a 2023-12-27T22:22:05.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@mon.a.service: Succeeded. 2023-12-27T22:22:05.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 systemd[1]: Stopped Ceph mon.a for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:22:05.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 systemd[1]: Starting Ceph mon.a for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:22:05.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 bash[135274]: af61dfc221fb70d5eea9106fa2e4a110833d09324445d60463fe79ca52c0ba0b 2023-12-27T22:22:05.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.467+0000 7f9436dca880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-27T22:22:05.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.467+0000 7f9436dca880 0 ceph version 16.2.14-417-gc5564c79 (c5564c7988cbaadc3382253af5843a8595347c2d) pacific (stable), process ceph-mon, pid 7 2023-12-27T22:22:05.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.467+0000 7f9436dca880 0 pidfile_write: ignore empty --pid-file 2023-12-27T22:22:05.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 systemd[1]: Started Ceph mon.a for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:22:05.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.471+0000 7f9436dca880 0 load: jerasure load: lrc load: isa 2023-12-27T22:22:05.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: RocksDB version: 6.8.1 2023-12-27T22:22:05.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 2023-12-27T22:22:05.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-27T22:22:05.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Compile date Dec 27 2023 2023-12-27T22:22:05.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: DB SUMMARY 2023-12-27T22:22:05.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 2023-12-27T22:22:05.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: CURRENT file: CURRENT 2023-12-27T22:22:05.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 2023-12-27T22:22:05.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-27T22:22:05.865 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 2023-12-27T22:22:05.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 366 Bytes 2023-12-27T22:22:05.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 2023-12-27T22:22:05.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000016.sst 2023-12-27T22:22:05.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 2023-12-27T22:22:05.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000014.log size: 23813090 ; 2023-12-27T22:22:05.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 2023-12-27T22:22:05.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.error_if_exists: 0 2023-12-27T22:22:05.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.create_if_missing: 0 2023-12-27T22:22:05.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.paranoid_checks: 1 2023-12-27T22:22:05.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.env: 0x56454405d080 2023-12-27T22:22:05.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.fs: Posix File System 2023-12-27T22:22:05.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.info_log: 0x564545501a20 2023-12-27T22:22:05.866 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-27T22:22:05.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.statistics: (nil) 2023-12-27T22:22:05.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.use_fsync: 0 2023-12-27T22:22:05.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.max_log_file_size: 0 2023-12-27T22:22:05.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-27T22:22:05.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-27T22:22:05.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-27T22:22:05.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-27T22:22:05.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.allow_fallocate: 1 2023-12-27T22:22:05.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-27T22:22:05.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-27T22:22:05.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.use_direct_reads: 0 2023-12-27T22:22:05.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-27T22:22:05.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-27T22:22:05.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.db_log_dir: 2023-12-27T22:22:05.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-27T22:22:05.867 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-27T22:22:05.868 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.max_subcompactions: 1 2023-12-27T22:22:05.868 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.max_background_flushes: -1 2023-12-27T22:22:05.868 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-27T22:22:05.868 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-27T22:22:05.868 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-27T22:22:05.868 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-27T22:22:05.868 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-27T22:22:05.868 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-27T22:22:05.868 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-27T22:22:05.868 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.write_buffer_manager: 0x5645461fe390 2023-12-27T22:22:05.868 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-27T22:22:05.868 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-27T22:22:05.868 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-27T22:22:05.868 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-27T22:22:05.868 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-27T22:22:05.869 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-27T22:22:05.869 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-27T22:22:05.869 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-27T22:22:05.869 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-27T22:22:05.869 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.unordered_write: 0 2023-12-27T22:22:05.869 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-27T22:22:05.869 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-27T22:22:05.869 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-27T22:22:05.869 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-27T22:22:05.869 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.row_cache: None 2023-12-27T22:22:05.869 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.wal_filter: None 2023-12-27T22:22:05.869 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-27T22:22:05.869 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-27T22:22:05.869 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.preserve_deletes: 0 2023-12-27T22:22:05.869 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.two_write_queues: 0 2023-12-27T22:22:05.870 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-27T22:22:05.870 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.atomic_flush: 0 2023-12-27T22:22:05.870 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-27T22:22:05.870 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-27T22:22:05.870 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-27T22:22:05.870 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.log_readahead_size: 0 2023-12-27T22:22:05.870 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-27T22:22:05.870 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.max_background_jobs: 2 2023-12-27T22:22:05.870 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.max_background_compactions: -1 2023-12-27T22:22:05.870 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-27T22:22:05.870 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-27T22:22:05.870 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-27T22:22:05.870 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-27T22:22:05.870 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-27T22:22:05.870 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-27T22:22:05.871 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-27T22:22:05.871 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-27T22:22:05.871 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.max_open_files: -1 2023-12-27T22:22:05.871 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-27T22:22:05.871 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-27T22:22:05.871 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-27T22:22:05.871 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-27T22:22:05.871 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Compression algorithms supported: 2023-12-27T22:22:05.871 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-27T22:22:05.871 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: kZSTD supported: 0 2023-12-27T22:22:05.871 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: kXpressCompression supported: 0 2023-12-27T22:22:05.871 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-27T22:22:05.871 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: kLZ4Compression supported: 1 2023-12-27T22:22:05.871 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: kBZip2Compression supported: 0 2023-12-27T22:22:05.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: kZlibCompression supported: 1 2023-12-27T22:22:05.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: kSnappyCompression supported: 1 2023-12-27T22:22:05.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-27T22:22:05.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000008 2023-12-27T22:22:05.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 2023-12-27T22:22:05.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-27T22:22:05.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 2023-12-27T22:22:05.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-27T22:22:05.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.merge_operator: 2023-12-27T22:22:05.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.compaction_filter: None 2023-12-27T22:22:05.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-27T22:22:05.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-27T22:22:05.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-27T22:22:05.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5645454b1d28) 2023-12-27T22:22:05.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cache_index_and_filter_blocks: 1 2023-12-27T22:22:05.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-27T22:22:05.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-27T22:22:05.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: pin_top_level_index_and_filter: 1 2023-12-27T22:22:05.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: index_type: 0 2023-12-27T22:22:05.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: data_block_index_type: 0 2023-12-27T22:22:05.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: index_shortening: 1 2023-12-27T22:22:05.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: data_block_hash_table_util_ratio: 0.750000 2023-12-27T22:22:05.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: hash_index_allow_collision: 1 2023-12-27T22:22:05.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: checksum: 1 2023-12-27T22:22:05.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: no_block_cache: 0 2023-12-27T22:22:05.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: block_cache: 0x5645454e6f10 2023-12-27T22:22:05.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: block_cache_name: BinnedLRUCache 2023-12-27T22:22:05.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: block_cache_options: 2023-12-27T22:22:05.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: capacity : 536870912 2023-12-27T22:22:05.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: num_shard_bits : 4 2023-12-27T22:22:05.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: strict_capacity_limit : 0 2023-12-27T22:22:05.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: high_pri_pool_ratio: 0.000 2023-12-27T22:22:05.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: block_cache_compressed: (nil) 2023-12-27T22:22:05.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: persistent_cache: (nil) 2023-12-27T22:22:05.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: block_size: 4096 2023-12-27T22:22:05.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: block_size_deviation: 10 2023-12-27T22:22:05.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: block_restart_interval: 16 2023-12-27T22:22:05.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: index_block_restart_interval: 1 2023-12-27T22:22:05.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: metadata_block_size: 4096 2023-12-27T22:22:05.875 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: partition_filters: 0 2023-12-27T22:22:05.876 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: use_delta_encoding: 1 2023-12-27T22:22:05.876 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-27T22:22:05.876 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: whole_key_filtering: 1 2023-12-27T22:22:05.876 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: verify_compression: 0 2023-12-27T22:22:05.876 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: read_amp_bytes_per_bit: 0 2023-12-27T22:22:05.876 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: format_version: 2 2023-12-27T22:22:05.876 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: enable_index_compression: 1 2023-12-27T22:22:05.876 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: block_align: 0 2023-12-27T22:22:05.876 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 2023-12-27T22:22:05.876 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-27T22:22:05.876 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-27T22:22:05.876 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.compression: NoCompression 2023-12-27T22:22:05.876 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-27T22:22:05.877 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-27T22:22:05.877 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-27T22:22:05.877 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.num_levels: 7 2023-12-27T22:22:05.877 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-27T22:22:05.877 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-27T22:22:05.877 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-27T22:22:05.877 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-27T22:22:05.877 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-27T22:22:05.877 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-27T22:22:05.877 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-27T22:22:05.877 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-27T22:22:05.877 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-27T22:22:05.877 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-27T22:22:05.877 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-27T22:22:05.878 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-27T22:22:05.878 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-27T22:22:05.878 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-27T22:22:05.878 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-27T22:22:05.878 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-27T22:22:05.878 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-27T22:22:05.878 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-27T22:22:05.878 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-27T22:22:05.878 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-27T22:22:05.878 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-27T22:22:05.878 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-27T22:22:05.878 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-27T22:22:05.878 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-27T22:22:05.878 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-27T22:22:05.878 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-27T22:22:05.878 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-27T22:22:05.879 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-27T22:22:05.879 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-27T22:22:05.879 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-27T22:22:05.879 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-27T22:22:05.879 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-27T22:22:05.879 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-27T22:22:05.879 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-27T22:22:05.879 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-27T22:22:05.879 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-27T22:22:05.879 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-27T22:22:05.879 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-27T22:22:05.879 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-27T22:22:05.879 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-27T22:22:05.879 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-27T22:22:05.879 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-27T22:22:05.880 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-27T22:22:05.880 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-27T22:22:05.880 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-27T22:22:05.880 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-27T22:22:05.880 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-27T22:22:05.880 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.table_properties_collectors: 2023-12-27T22:22:05.880 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.inplace_update_support: 0 2023-12-27T22:22:05.880 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-27T22:22:05.880 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-27T22:22:05.880 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-27T22:22:05.880 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-27T22:22:05.880 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.bloom_locality: 0 2023-12-27T22:22:05.880 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.max_successive_merges: 0 2023-12-27T22:22:05.880 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-27T22:22:05.880 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-27T22:22:05.880 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-27T22:22:05.881 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-27T22:22:05.881 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.ttl: 2592000 2023-12-27T22:22:05.881 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.472+0000 7f9436dca880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-27T22:22:05.881 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.473+0000 7f9436dca880 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 18, last_sequence is 6331, log_number is 14,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-27T22:22:05.881 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 2023-12-27T22:22:05.881 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.473+0000 7f9436dca880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 14 2023-12-27T22:22:05.881 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 2023-12-27T22:22:05.881 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.473+0000 7f9436dca880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703715725473827, "job": 1, "event": "recovery_started", "log_files": [14]} 2023-12-27T22:22:05.881 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.473+0000 7f9436dca880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #14 mode 2 2023-12-27T22:22:05.881 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.491+0000 7f9436dca880 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-27T22:22:05.881 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.515+0000 7f9436dca880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703715725515490, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 18, "file_size": 23555149, "table_properties": {"data_size": 23540928, "index_size": 11925, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 1477, "raw_key_size": 11534, "raw_average_key_size": 20, "raw_value_size": 23524145, "raw_average_value_size": 42385, "num_data_blocks": 377, "num_entries": 555, "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": 1703715725, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-27T22:22:05.881 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.515+0000 7f9436dca880 4 rocksdb: [version_set.cc:3826] Creating manifest 19 2023-12-27T22:22:05.881 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 2023-12-27T22:22:05.881 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.515+0000 7f9436dca880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703715725515934, "job": 1, "event": "recovery_finished"} 2023-12-27T22:22:05.882 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.517+0000 7f9436dca880 4 rocksdb: DB pointer 0x5645455af800 2023-12-27T22:22:05.882 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.517+0000 7f941dbd0700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-27T22:22:05.882 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.517+0000 7f941dbd0700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-27T22:22:05.882 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: ** DB Stats ** 2023-12-27T22:22:05.882 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-27T22:22:05.882 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 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-27T22:22:05.882 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-27T22:22:05.882 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-27T22:22:05.882 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 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-27T22:22:05.882 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-27T22:22:05.882 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-27T22:22:05.882 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 2023-12-27T22:22:05.882 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: ** Compaction Stats [default] ** 2023-12-27T22:22:05.882 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 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-27T22:22:05.882 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-27T22:22:05.883 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: L0 1/0 22.46 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 948.8 0.02 0.00 1 0.024 0 0 2023-12-27T22:22:05.883 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: L6 1/0 53.75 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-27T22:22:05.883 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: Sum 2/0 76.21 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 948.8 0.02 0.00 1 0.024 0 0 2023-12-27T22:22:05.883 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 948.8 0.02 0.00 1 0.024 0 0 2023-12-27T22:22:05.883 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 2023-12-27T22:22:05.883 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: ** Compaction Stats [default] ** 2023-12-27T22:22:05.883 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 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-27T22:22:05.883 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-27T22:22:05.883 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 948.8 0.02 0.00 1 0.024 0 0 2023-12-27T22:22:05.883 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-27T22:22:05.883 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: Flush(GB): cumulative 0.022, interval 0.022 2023-12-27T22:22:05.883 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-27T22:22:05.883 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: AddFile(Total Files): cumulative 0, interval 0 2023-12-27T22:22:05.883 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-27T22:22:05.884 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: AddFile(Keys): cumulative 0, interval 0 2023-12-27T22:22:05.884 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: Cumulative compaction: 0.02 GB write, 496.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-27T22:22:05.884 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: Interval compaction: 0.02 GB write, 496.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-27T22:22:05.884 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 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-27T22:22:05.884 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 2023-12-27T22:22:05.884 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: ** File Read Latency Histogram By Level [default] ** 2023-12-27T22:22:05.884 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 2023-12-27T22:22:05.884 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: ** Compaction Stats [default] ** 2023-12-27T22:22:05.884 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 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-27T22:22:05.884 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-27T22:22:05.884 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: L0 1/0 22.46 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 948.8 0.02 0.00 1 0.024 0 0 2023-12-27T22:22:05.884 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: L6 1/0 53.75 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-27T22:22:05.884 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: Sum 2/0 76.21 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 948.8 0.02 0.00 1 0.024 0 0 2023-12-27T22:22:05.884 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 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-27T22:22:05.884 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 2023-12-27T22:22:05.885 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: ** Compaction Stats [default] ** 2023-12-27T22:22:05.885 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 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-27T22:22:05.885 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-27T22:22:05.885 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 948.8 0.02 0.00 1 0.024 0 0 2023-12-27T22:22:05.885 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-27T22:22:05.885 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: Flush(GB): cumulative 0.022, interval 0.000 2023-12-27T22:22:05.885 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-27T22:22:05.885 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: AddFile(Total Files): cumulative 0, interval 0 2023-12-27T22:22:05.885 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-27T22:22:05.885 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: AddFile(Keys): cumulative 0, interval 0 2023-12-27T22:22:05.885 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: Cumulative compaction: 0.02 GB write, 495.65 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-27T22:22:05.885 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 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-27T22:22:05.885 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 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-27T22:22:05.885 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 2023-12-27T22:22:05.886 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: ** File Read Latency Histogram By Level [default] ** 2023-12-27T22:22:05.886 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 2023-12-27T22:22:05.886 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.518+0000 7f9436dca880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] at bind addrs [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid fe802a76-a504-11ee-95a5-87774f69a715 2023-12-27T22:22:05.886 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.519+0000 7f9436dca880 1 mon.a@-1(???) e3 preinit fsid fe802a76-a504-11ee-95a5-87774f69a715 2023-12-27T22:22:05.886 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.519+0000 7f9436dca880 0 mon.a@-1(???).mds e1 new map 2023-12-27T22:22:05.886 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.519+0000 7f9436dca880 0 mon.a@-1(???).mds e1 print_map 2023-12-27T22:22:05.886 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: e1 2023-12-27T22:22:05.886 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: enable_multiple, ever_enabled_multiple: 0,0 2023-12-27T22:22:05.886 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 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-27T22:22:05.886 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: legacy client fscid: -1 2023-12-27T22:22:05.886 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 2023-12-27T22:22:05.886 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: No filesystems configured 2023-12-27T22:22:05.886 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: 2023-12-27T22:22:05.886 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.519+0000 7f9436dca880 0 mon.a@-1(???).osd e78 crush map has features 3314933000852226048, adjusting msgr requires 2023-12-27T22:22:05.886 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.519+0000 7f9436dca880 0 mon.a@-1(???).osd e78 crush map has features 288514051259236352, adjusting msgr requires 2023-12-27T22:22:05.886 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.519+0000 7f9436dca880 0 mon.a@-1(???).osd e78 crush map has features 288514051259236352, adjusting msgr requires 2023-12-27T22:22:05.887 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.519+0000 7f9436dca880 0 mon.a@-1(???).osd e78 crush map has features 288514051259236352, adjusting msgr requires 2023-12-27T22:22:05.887 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:02.477826+0000 mgr.y (mgr.14877) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:05.887 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:03.165109+0000 mgr.y (mgr.14877) 20 : cephadm [INF] Upgrade: Updating mon.a 2023-12-27T22:22:05.887 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:03.165514+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mon.a"}]: dispatch 2023-12-27T22:22:05.887 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:03.169508+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mon.a"}]': finished 2023-12-27T22:22:05.887 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:03.170249+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:22:05.887 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:03.170836+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:22:05.887 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:03.171408+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:05.887 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:03.171934+0000 mgr.y (mgr.14877) 21 : cephadm [INF] Deploying daemon mon.a on smithi005 2023-12-27T22:22:05.887 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:03.172308+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-27T22:22:05.887 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:04.021687+0000 mon.a (mon.0) 1009 : cluster [DBG] Standby manager daemon x restarted 2023-12-27T22:22:05.887 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:04.021804+0000 mon.a (mon.0) 1010 : cluster [DBG] Standby manager daemon x started 2023-12-27T22:22:05.887 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:04.022385+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.? 172.21.15.115:0/2788223439' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-27T22:22:05.887 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:04.022745+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.? 172.21.15.115:0/2788223439' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:22:05.887 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:04.023733+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.? 172.21.15.115:0/2788223439' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-27T22:22:05.887 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:04.024015+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.? 172.21.15.115:0/2788223439' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:22:05.888 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:22:05.520+0000 7f9436dca880 1 mon.a@-1(???).paxosservice(auth 1..20) refresh upgraded, format 0 -> 3 2023-12-27T22:22:11.114 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:10 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: ignoring --setuser ceph since I am not root 2023-12-27T22:22:11.114 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:10 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: ignoring --setgroup ceph since I am not root 2023-12-27T22:22:11.114 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:10 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:10.803+0000 7fef9dc04700 1 -- 172.21.15.5:0/196241616 <== mon.0 v2:172.21.15.5:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f46aa0e4e0 con 0x55f46a9e5400 2023-12-27T22:22:11.114 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:10 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:10.932+0000 7fefaddcd680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-27T22:22:11.114 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:11 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:11.017+0000 7fefaddcd680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-27T22:22:11.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:10 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:04.182622+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-27T22:22:11.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:10 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:04.183041+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-27T22:22:11.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:10 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:04.183301+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-27T22:22:11.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:10 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:04.478191+0000 mgr.y (mgr.14877) 22 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:11.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:10 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:05.515196+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"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\": \"smithi005\", \"container_id\": \"fc4629f271e5\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 444701081, \"cpu_percentage\": \"54.54%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:21:43.744499Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:21:27.944133Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 221354393, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744575Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76913049, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744648Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81159782, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744740Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 64613253, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744876Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80771809, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744996Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.745066Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"88b79f4a641c\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16137584, \"cpu_percentage\": \"0.45%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-27T22:21:43.745129Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:21:06.473676Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58101596, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.745190Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:22:03.171843Z\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:22:11.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:10 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:05.727400+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-27T22:22:11.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:10 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:06.479182+0000 mgr.y (mgr.14877) 23 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:11.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:10 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:08.479718+0000 mgr.y (mgr.14877) 24 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:11.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:10 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:10.740416+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2023-12-27T22:22:11.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:10 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:10.745618+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0],c=[v2:172.21.15.5:3301/0,v1:172.21.15.5:6790/0]} removed_ranks: {} 2023-12-27T22:22:11.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:10 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:10.746299+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-27T22:22:11.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:10 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:10.746345+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-27T22:22:11.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:10 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:10.747375+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e25: y(active, since 36s), standbys: x 2023-12-27T22:22:11.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:10 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:10.747792+0000 mon.a (mon.0) 7 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2023-12-27T22:22:11.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:10 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:10.755619+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e26: y(active, since 36s), standbys: x 2023-12-27T22:22:11.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:10 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:10.756265+0000 mon.a (mon.0) 9 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2023-12-27T22:22:11.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:10 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:10.756288+0000 mon.a (mon.0) 10 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2023-12-27T22:22:11.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:10 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:10.756304+0000 mon.a (mon.0) 11 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.5:3301/0,v1:172.21.15.5:6790/0] is down (out of quorum) 2023-12-27T22:22:11.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:10 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:10.763713+0000 mon.a (mon.0) 12 : audit [INF] from='mgr.14877 ' entity='' 2023-12-27T22:22:11.254 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:10 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: ignoring --setuser ceph since I am not root 2023-12-27T22:22:11.254 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:10 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: ignoring --setgroup ceph since I am not root 2023-12-27T22:22:11.254 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:10 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:10.795+0000 7f8d60db9700 1 -- 172.21.15.115:0/3743657782 <== mon.2 v2:172.21.15.115:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555c0d32a4e0 con 0x555c0d300c00 2023-12-27T22:22:11.254 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:10 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:10.919+0000 7f8d70f82680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-27T22:22:11.255 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:11 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:11.001+0000 7f8d70f82680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-27T22:22:11.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:10 smithi115 bash[108225]: audit 2023-12-27T22:22:04.182622+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-27T22:22:11.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:10 smithi115 bash[108225]: audit 2023-12-27T22:22:04.183041+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-27T22:22:11.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:10 smithi115 bash[108225]: audit 2023-12-27T22:22:04.183301+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-27T22:22:11.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:10 smithi115 bash[108225]: cluster 2023-12-27T22:22:04.478191+0000 mgr.y (mgr.14877) 22 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:11.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:10 smithi115 bash[108225]: audit 2023-12-27T22:22:05.515196+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.14877 172.21.15.5:0/2687260877' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"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\": \"smithi005\", \"container_id\": \"fc4629f271e5\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 444701081, \"cpu_percentage\": \"54.54%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:21:43.744499Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:21:27.944133Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 221354393, \"cpu_percentage\": \"0.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744575Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76913049, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744648Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81159782, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744740Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 64613253, \"cpu_percentage\": \"0.47%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744876Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80771809, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.744996Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.745066Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"88b79f4a641c\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16137584, \"cpu_percentage\": \"0.45%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-27T22:21:43.745129Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:21:06.473676Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58101596, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:21:43.745190Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:22:03.171843Z\"}}, \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:22:11.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:10 smithi115 bash[108225]: cluster 2023-12-27T22:22:05.727400+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-27T22:22:11.256 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:10 smithi115 bash[108225]: cluster 2023-12-27T22:22:06.479182+0000 mgr.y (mgr.14877) 23 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:11.256 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:10 smithi115 bash[108225]: cluster 2023-12-27T22:22:08.479718+0000 mgr.y (mgr.14877) 24 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:11.256 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:10 smithi115 bash[108225]: cluster 2023-12-27T22:22:10.740416+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2023-12-27T22:22:11.256 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:10 smithi115 bash[108225]: cluster 2023-12-27T22:22:10.745618+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0],c=[v2:172.21.15.5:3301/0,v1:172.21.15.5:6790/0]} removed_ranks: {} 2023-12-27T22:22:11.256 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:10 smithi115 bash[108225]: cluster 2023-12-27T22:22:10.746299+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-27T22:22:11.256 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:10 smithi115 bash[108225]: cluster 2023-12-27T22:22:10.746345+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-27T22:22:11.256 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:10 smithi115 bash[108225]: cluster 2023-12-27T22:22:10.747375+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e25: y(active, since 36s), standbys: x 2023-12-27T22:22:11.256 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:10 smithi115 bash[108225]: cluster 2023-12-27T22:22:10.747792+0000 mon.a (mon.0) 7 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2023-12-27T22:22:11.256 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:10 smithi115 bash[108225]: cluster 2023-12-27T22:22:10.755619+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e26: y(active, since 36s), standbys: x 2023-12-27T22:22:11.256 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:10 smithi115 bash[108225]: cluster 2023-12-27T22:22:10.756265+0000 mon.a (mon.0) 9 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2023-12-27T22:22:11.256 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:10 smithi115 bash[108225]: cluster 2023-12-27T22:22:10.756288+0000 mon.a (mon.0) 10 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2023-12-27T22:22:11.256 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:10 smithi115 bash[108225]: cluster 2023-12-27T22:22:10.756304+0000 mon.a (mon.0) 11 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.5:3301/0,v1:172.21.15.5:6790/0] is down (out of quorum) 2023-12-27T22:22:11.256 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:10 smithi115 bash[108225]: audit 2023-12-27T22:22:10.763713+0000 mon.a (mon.0) 12 : audit [INF] from='mgr.14877 ' entity='' 2023-12-27T22:22:11.754 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:11 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:11.361+0000 7f8d70f82680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-27T22:22:11.863 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:11 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:11.403+0000 7fefaddcd680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-27T22:22:12.402 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:12 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:12.106+0000 7f8d70f82680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-27T22:22:12.402 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:12 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:12.190+0000 7f8d70f82680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-27T22:22:12.511 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:12 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:12.204+0000 7fefaddcd680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-27T22:22:12.511 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:12 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:12.288+0000 7fefaddcd680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-27T22:22:12.863 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:12 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:11.756881+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e27: y(active, since 37s), standbys: x 2023-12-27T22:22:12.864 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:12 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:12.510+0000 7fefaddcd680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-27T22:22:13.254 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:12 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:12.402+0000 7f8d70f82680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-27T22:22:13.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:12 smithi115 bash[108225]: cluster 2023-12-27T22:22:11.756881+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e27: y(active, since 37s), standbys: x 2023-12-27T22:22:13.637 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:13 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:13.339+0000 7f8d70f82680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-27T22:22:13.637 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:13 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:13.468+0000 7f8d70f82680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-27T22:22:13.637 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:13 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:13.547+0000 7f8d70f82680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-27T22:22:13.820 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:13 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:13.503+0000 7fefaddcd680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-27T22:22:13.820 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:13 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:13.639+0000 7fefaddcd680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-27T22:22:13.820 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:13 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:13.724+0000 7fefaddcd680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-27T22:22:14.004 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:13 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:13.637+0000 7f8d70f82680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-27T22:22:14.004 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:13 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:13.836+0000 7f8d70f82680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-27T22:22:14.113 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:13 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:13.819+0000 7fefaddcd680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-27T22:22:14.113 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:14.023+0000 7fefaddcd680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-27T22:22:14.504 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:14 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:14.117+0000 7f8d70f82680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-27T22:22:14.504 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:14 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:14.217+0000 7f8d70f82680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-27T22:22:14.613 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:14.320+0000 7fefaddcd680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-27T22:22:14.613 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:14.424+0000 7fefaddcd680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-27T22:22:15.254 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:14 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:14.936+0000 7f8d70f82680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-27T22:22:15.254 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:15 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:15.019+0000 7f8d70f82680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-27T22:22:15.254 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:15 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:15.113+0000 7f8d70f82680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-27T22:22:15.544 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:15 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:15.288+0000 7f8d70f82680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-27T22:22:15.561 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:15 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:15.191+0000 7fefaddcd680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-27T22:22:15.561 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:15 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:15.278+0000 7fefaddcd680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-27T22:22:15.562 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:15 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:15.376+0000 7fefaddcd680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-27T22:22:15.810 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:15 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:15.544+0000 7f8d70f82680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-27T22:22:15.811 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:15 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:15.676+0000 7f8d70f82680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-27T22:22:15.831 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:15 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:15.561+0000 7fefaddcd680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-27T22:22:16.070 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:15 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:15.810+0000 7f8d70f82680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-27T22:22:16.071 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:15 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:15.985+0000 7f8d70f82680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-27T22:22:16.113 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:15 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:15.831+0000 7fefaddcd680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-27T22:22:16.113 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:15 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:15.972+0000 7fefaddcd680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-27T22:22:16.386 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:16 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:16.113+0000 7fefaddcd680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-27T22:22:16.387 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:16 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:16.296+0000 7fefaddcd680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-27T22:22:16.504 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:22:16 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x[126773]: debug 2023-12-27T22:22:16.070+0000 7f8d70f82680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-27T22:22:16.863 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:16 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:16.386+0000 7fefaddcd680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-27T22:22:18.414 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: ignoring --setuser ceph since I am not root 2023-12-27T22:22:18.414 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: ignoring --setgroup ceph since I am not root 2023-12-27T22:22:18.414 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:18.200+0000 7f605fd25700 1 -- 172.21.15.5:0/3862881254 <== mon.0 v2:172.21.15.5:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x557edffae4e0 con 0x557edff85400 2023-12-27T22:22:18.415 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:18.329+0000 7f606feee680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-27T22:22:18.415 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:18.414+0000 7f606feee680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-27T22:22:18.415 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:18 smithi005 bash[111615]: cluster 2023-12-27T22:22:11.756881+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e27: y(active, since 37s), standbys: x 2023-12-27T22:22:18.415 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:18 smithi005 bash[111615]: cluster 2023-12-27T22:22:14.173882+0000 mon.c (mon.1) 35 : cluster [INF] mon.c calling monitor election 2023-12-27T22:22:18.415 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:18 smithi005 bash[111615]: cluster 2023-12-27T22:22:14.174241+0000 mon.b (mon.2) 168 : cluster [INF] mon.b calling monitor election 2023-12-27T22:22:18.415 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:18 smithi005 bash[111615]: cluster 2023-12-27T22:22:14.174732+0000 mon.a (mon.0) 14 : cluster [INF] mon.a calling monitor election 2023-12-27T22:22:18.415 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:18 smithi005 bash[111615]: cluster 2023-12-27T22:22:14.186012+0000 mon.c (mon.1) 36 : cluster [INF] mon.c calling monitor election 2023-12-27T22:22:18.415 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:18 smithi005 bash[111615]: audit 2023-12-27T22:22:16.086455+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.? 172.21.15.115:0/476684747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-27T22:22:18.415 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:18 smithi005 bash[111615]: cluster 2023-12-27T22:22:18.150339+0000 mon.a (mon.0) 15 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-27T22:22:18.415 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:18 smithi005 bash[111615]: audit 2023-12-27T22:22:18.152682+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.? 172.21.15.115:0/476684747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-27T22:22:18.415 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:18 smithi005 bash[111615]: audit 2023-12-27T22:22:18.153218+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.? 172.21.15.115:0/476684747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:22:18.416 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:18 smithi005 bash[111615]: audit 2023-12-27T22:22:18.154448+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.? 172.21.15.115:0/476684747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-27T22:22:18.416 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:18 smithi005 bash[111615]: cluster 2023-12-27T22:22:18.154543+0000 mon.a (mon.0) 16 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0],c=[v2:172.21.15.5:3301/0,v1:172.21.15.5:6790/0]} removed_ranks: {} 2023-12-27T22:22:18.416 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:18 smithi005 bash[111615]: audit 2023-12-27T22:22:18.154796+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.? 172.21.15.115:0/476684747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:22:18.416 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:18 smithi005 bash[111615]: cluster 2023-12-27T22:22:18.166885+0000 mon.a (mon.0) 17 : cluster [DBG] fsmap 2023-12-27T22:22:18.416 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:18 smithi005 bash[111615]: cluster 2023-12-27T22:22:18.166939+0000 mon.a (mon.0) 18 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-27T22:22:18.416 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:18 smithi005 bash[111615]: cluster 2023-12-27T22:22:18.167425+0000 mon.a (mon.0) 19 : cluster [DBG] mgrmap e27: y(active, since 44s), standbys: x 2023-12-27T22:22:18.416 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:18 smithi005 bash[111615]: cluster 2023-12-27T22:22:18.167662+0000 mon.a (mon.0) 20 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,b) 2023-12-27T22:22:18.416 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:18 smithi005 bash[111615]: cluster 2023-12-27T22:22:18.167688+0000 mon.a (mon.0) 21 : cluster [INF] Cluster is now healthy 2023-12-27T22:22:18.416 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:18 smithi005 bash[111615]: cluster 2023-12-27T22:22:18.169391+0000 mon.a (mon.0) 22 : cluster [DBG] Standby manager daemon x restarted 2023-12-27T22:22:18.416 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:18 smithi005 bash[111615]: cluster 2023-12-27T22:22:18.169451+0000 mon.a (mon.0) 23 : cluster [DBG] Standby manager daemon x started 2023-12-27T22:22:18.416 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:18 smithi005 bash[111615]: cluster 2023-12-27T22:22:18.171493+0000 mon.a (mon.0) 24 : cluster [INF] overall HEALTH_OK 2023-12-27T22:22:18.416 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:18 smithi005 bash[111615]: cluster 2023-12-27T22:22:18.171755+0000 mon.a (mon.0) 25 : cluster [INF] Active manager daemon y restarted 2023-12-27T22:22:18.416 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:18 smithi005 bash[111615]: cluster 2023-12-27T22:22:18.172058+0000 mon.a (mon.0) 26 : cluster [INF] Activating manager daemon y 2023-12-27T22:22:18.416 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:18 smithi005 bash[111615]: cluster 2023-12-27T22:22:18.178782+0000 mon.a (mon.0) 27 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-27T22:22:18.416 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:18 smithi005 bash[111615]: cluster 2023-12-27T22:22:18.179216+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e28: y(active, starting, since 0.00726795s), standbys: x 2023-12-27T22:22:18.417 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:14.173882+0000 mon.c (mon.1) 35 : cluster [INF] mon.c calling monitor election 2023-12-27T22:22:18.417 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:14.174241+0000 mon.b (mon.2) 168 : cluster [INF] mon.b calling monitor election 2023-12-27T22:22:18.417 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:14.174732+0000 mon.a (mon.0) 14 : cluster [INF] mon.a calling monitor election 2023-12-27T22:22:18.417 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:14.186012+0000 mon.c (mon.1) 36 : cluster [INF] mon.c calling monitor election 2023-12-27T22:22:18.417 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:16.086455+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.? 172.21.15.115:0/476684747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-27T22:22:18.417 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:18.150339+0000 mon.a (mon.0) 15 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-27T22:22:18.417 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:18.152682+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.? 172.21.15.115:0/476684747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-27T22:22:18.417 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:18.153218+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.? 172.21.15.115:0/476684747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:22:18.417 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:18.154448+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.? 172.21.15.115:0/476684747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-27T22:22:18.417 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:18.154543+0000 mon.a (mon.0) 16 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0],c=[v2:172.21.15.5:3301/0,v1:172.21.15.5:6790/0]} removed_ranks: {} 2023-12-27T22:22:18.418 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:18.154796+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.? 172.21.15.115:0/476684747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:22:18.418 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:18.166885+0000 mon.a (mon.0) 17 : cluster [DBG] fsmap 2023-12-27T22:22:18.418 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:18.166939+0000 mon.a (mon.0) 18 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-27T22:22:18.418 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:18.167425+0000 mon.a (mon.0) 19 : cluster [DBG] mgrmap e27: y(active, since 44s), standbys: x 2023-12-27T22:22:18.418 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:18.167662+0000 mon.a (mon.0) 20 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,b) 2023-12-27T22:22:18.418 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:18.167688+0000 mon.a (mon.0) 21 : cluster [INF] Cluster is now healthy 2023-12-27T22:22:18.418 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:18.169391+0000 mon.a (mon.0) 22 : cluster [DBG] Standby manager daemon x restarted 2023-12-27T22:22:18.418 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:18.169451+0000 mon.a (mon.0) 23 : cluster [DBG] Standby manager daemon x started 2023-12-27T22:22:18.418 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:18.171493+0000 mon.a (mon.0) 24 : cluster [INF] overall HEALTH_OK 2023-12-27T22:22:18.418 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:18.171755+0000 mon.a (mon.0) 25 : cluster [INF] Active manager daemon y restarted 2023-12-27T22:22:18.418 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:18.172058+0000 mon.a (mon.0) 26 : cluster [INF] Activating manager daemon y 2023-12-27T22:22:18.418 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:18.178782+0000 mon.a (mon.0) 27 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-27T22:22:18.418 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:18.179216+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e28: y(active, starting, since 0.00726795s), standbys: x 2023-12-27T22:22:18.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:18 smithi115 bash[108225]: cluster 2023-12-27T22:22:14.173882+0000 mon.c (mon.1) 35 : cluster [INF] mon.c calling monitor election 2023-12-27T22:22:18.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:18 smithi115 bash[108225]: cluster 2023-12-27T22:22:14.174241+0000 mon.b (mon.2) 168 : cluster [INF] mon.b calling monitor election 2023-12-27T22:22:18.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:18 smithi115 bash[108225]: cluster 2023-12-27T22:22:14.174732+0000 mon.a (mon.0) 14 : cluster [INF] mon.a calling monitor election 2023-12-27T22:22:18.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:18 smithi115 bash[108225]: cluster 2023-12-27T22:22:14.186012+0000 mon.c (mon.1) 36 : cluster [INF] mon.c calling monitor election 2023-12-27T22:22:18.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:18 smithi115 bash[108225]: audit 2023-12-27T22:22:16.086455+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.? 172.21.15.115:0/476684747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-27T22:22:18.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:18 smithi115 bash[108225]: cluster 2023-12-27T22:22:18.150339+0000 mon.a (mon.0) 15 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-27T22:22:18.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:18 smithi115 bash[108225]: audit 2023-12-27T22:22:18.152682+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.? 172.21.15.115:0/476684747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-27T22:22:18.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:18 smithi115 bash[108225]: audit 2023-12-27T22:22:18.153218+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.? 172.21.15.115:0/476684747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:22:18.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:18 smithi115 bash[108225]: audit 2023-12-27T22:22:18.154448+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.? 172.21.15.115:0/476684747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-27T22:22:18.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:18 smithi115 bash[108225]: cluster 2023-12-27T22:22:18.154543+0000 mon.a (mon.0) 16 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0],c=[v2:172.21.15.5:3301/0,v1:172.21.15.5:6790/0]} removed_ranks: {} 2023-12-27T22:22:18.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:18 smithi115 bash[108225]: audit 2023-12-27T22:22:18.154796+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.? 172.21.15.115:0/476684747' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:22:18.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:18 smithi115 bash[108225]: cluster 2023-12-27T22:22:18.166885+0000 mon.a (mon.0) 17 : cluster [DBG] fsmap 2023-12-27T22:22:18.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:18 smithi115 bash[108225]: cluster 2023-12-27T22:22:18.166939+0000 mon.a (mon.0) 18 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-27T22:22:18.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:18 smithi115 bash[108225]: cluster 2023-12-27T22:22:18.167425+0000 mon.a (mon.0) 19 : cluster [DBG] mgrmap e27: y(active, since 44s), standbys: x 2023-12-27T22:22:18.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:18 smithi115 bash[108225]: cluster 2023-12-27T22:22:18.167662+0000 mon.a (mon.0) 20 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,b) 2023-12-27T22:22:18.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:18 smithi115 bash[108225]: cluster 2023-12-27T22:22:18.167688+0000 mon.a (mon.0) 21 : cluster [INF] Cluster is now healthy 2023-12-27T22:22:18.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:18 smithi115 bash[108225]: cluster 2023-12-27T22:22:18.169391+0000 mon.a (mon.0) 22 : cluster [DBG] Standby manager daemon x restarted 2023-12-27T22:22:18.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:18 smithi115 bash[108225]: cluster 2023-12-27T22:22:18.169451+0000 mon.a (mon.0) 23 : cluster [DBG] Standby manager daemon x started 2023-12-27T22:22:18.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:18 smithi115 bash[108225]: cluster 2023-12-27T22:22:18.171493+0000 mon.a (mon.0) 24 : cluster [INF] overall HEALTH_OK 2023-12-27T22:22:18.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:18 smithi115 bash[108225]: cluster 2023-12-27T22:22:18.171755+0000 mon.a (mon.0) 25 : cluster [INF] Active manager daemon y restarted 2023-12-27T22:22:18.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:18 smithi115 bash[108225]: cluster 2023-12-27T22:22:18.172058+0000 mon.a (mon.0) 26 : cluster [INF] Activating manager daemon y 2023-12-27T22:22:18.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:18 smithi115 bash[108225]: cluster 2023-12-27T22:22:18.178782+0000 mon.a (mon.0) 27 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-27T22:22:18.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:18 smithi115 bash[108225]: cluster 2023-12-27T22:22:18.179216+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e28: y(active, starting, since 0.00726795s), standbys: x 2023-12-27T22:22:19.113 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:18.797+0000 7f606feee680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-27T22:22:19.863 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:19 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:19.591+0000 7f606feee680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-27T22:22:19.863 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:19 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:19.674+0000 7f606feee680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-27T22:22:20.363 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:19 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:19.896+0000 7f606feee680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-27T22:22:21.116 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:20 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:20.892+0000 7f606feee680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-27T22:22:21.116 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:21.030+0000 7f606feee680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-27T22:22:21.416 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:21.116+0000 7f606feee680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-27T22:22:21.416 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:21.211+0000 7f606feee680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-27T22:22:21.714 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:21.416+0000 7f606feee680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-27T22:22:22.113 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:21.713+0000 7f606feee680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-27T22:22:22.113 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:21.817+0000 7f606feee680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-27T22:22:22.863 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:22 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:22.584+0000 7f606feee680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-27T22:22:22.863 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:22 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:22.671+0000 7f606feee680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-27T22:22:22.864 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:22 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:22.769+0000 7f606feee680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-27T22:22:23.226 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:22 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:22.955+0000 7f606feee680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-27T22:22:23.509 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:23 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:23.226+0000 7f606feee680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-27T22:22:23.510 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:23 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:23.366+0000 7f606feee680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-27T22:22:23.784 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:23 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:23.509+0000 7f606feee680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-27T22:22:23.784 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:23 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:23.693+0000 7f606feee680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-27T22:22:24.113 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:23 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:23.783+0000 7f606feee680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-27T22:22:24.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:23 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:23.798873+0000 mon.a (mon.0) 29 : cluster [INF] Active manager daemon y restarted 2023-12-27T22:22:24.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:23 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:23.799176+0000 mon.a (mon.0) 30 : cluster [INF] Activating manager daemon y 2023-12-27T22:22:24.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:23 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:23.803713+0000 mon.a (mon.0) 31 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-27T22:22:24.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:23 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:23.804135+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e29: y(active, starting, since 0.00504064s), standbys: x 2023-12-27T22:22:24.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:23 smithi005 bash[111615]: cluster 2023-12-27T22:22:23.798873+0000 mon.a (mon.0) 29 : cluster [INF] Active manager daemon y restarted 2023-12-27T22:22:24.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:23 smithi005 bash[111615]: cluster 2023-12-27T22:22:23.799176+0000 mon.a (mon.0) 30 : cluster [INF] Activating manager daemon y 2023-12-27T22:22:24.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:23 smithi005 bash[111615]: cluster 2023-12-27T22:22:23.803713+0000 mon.a (mon.0) 31 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-27T22:22:24.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:23 smithi005 bash[111615]: cluster 2023-12-27T22:22:23.804135+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e29: y(active, starting, since 0.00504064s), standbys: x 2023-12-27T22:22:24.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:23 smithi115 bash[108225]: cluster 2023-12-27T22:22:23.798873+0000 mon.a (mon.0) 29 : cluster [INF] Active manager daemon y restarted 2023-12-27T22:22:24.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:23 smithi115 bash[108225]: cluster 2023-12-27T22:22:23.799176+0000 mon.a (mon.0) 30 : cluster [INF] Activating manager daemon y 2023-12-27T22:22:24.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:23 smithi115 bash[108225]: cluster 2023-12-27T22:22:23.803713+0000 mon.a (mon.0) 31 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-27T22:22:24.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:23 smithi115 bash[108225]: cluster 2023-12-27T22:22:23.804135+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e29: y(active, starting, since 0.00504064s), standbys: x 2023-12-27T22:22:27.363 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:22:26 smithi005 bash[132698]: ts=2023-12-27T22:22:26.953Z caller=notify.go:745 level=warn component=dispatcher receiver=web.hook integration=webhook[0] aggrGroup="{}:{alertname=\"CephNodeDiskspaceWarning\"}" msg="Notify attempt failed, will retry later" attempts=1 err="Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2023-12-27T22:22:29.902 INFO:teuthology.orchestra.run.smithi005.stderr:Error ENOTSUP: Warning: due to ceph-mgr restart, some PG states may not be up to date 2023-12-27T22:22:29.902 INFO:teuthology.orchestra.run.smithi005.stderr:Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2023-12-27T22:22:30.114 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:29.895+0000 7f60236f0700 -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-27T22:22:30.114 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2023-12-27T22:22:30.114 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:29.896+0000 7f60236f0700 -1 mgr.server handle_report got status from non-daemon mon.a 2023-12-27T22:22:30.114 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:30 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: [78B blob data] 2023-12-27T22:22:30.114 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:30 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: [80B blob data] 2023-12-27T22:22:30.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.809232+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-27T22:22:30.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.809424+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-27T22:22:30.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.809586+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-27T22:22:30.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.810930+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-27T22:22:30.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.811232+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-27T22:22:30.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.811534+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-27T22:22:30.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.811847+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:22:30.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.812136+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:22:30.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.812432+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:22:30.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.812784+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-27T22:22:30.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.813056+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:22:30.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.813335+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:22:30.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.813668+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:22:30.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.813978+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-27T22:22:30.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.814208+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-27T22:22:30.116 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.809232+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-27T22:22:30.116 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.809424+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-27T22:22:30.116 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.809586+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-27T22:22:30.116 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.810930+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-27T22:22:30.116 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.811232+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-27T22:22:30.116 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.811534+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-27T22:22:30.116 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.811847+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:22:30.116 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.812136+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:22:30.116 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.812432+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:22:30.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.812784+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-27T22:22:30.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.813056+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:22:30.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.813335+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:22:30.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.813668+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:22:30.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.813978+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-27T22:22:30.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.814208+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-27T22:22:30.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.814725+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-27T22:22:30.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.815669+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-27T22:22:30.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.816711+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-27T22:22:30.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.817085+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-27T22:22:30.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.817460+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-27T22:22:30.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.817846+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi005"}]: dispatch 2023-12-27T22:22:30.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.818249+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi115"}]: dispatch 2023-12-27T22:22:30.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.818638+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-27T22:22:30.117 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.818985+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-27T22:22:30.118 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.819311+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-27T22:22:30.118 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.819736+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-27T22:22:30.118 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.820092+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-27T22:22:30.118 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.820451+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-27T22:22:30.118 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.820811+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-27T22:22:30.118 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.821162+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-27T22:22:30.118 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.821510+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-27T22:22:30.118 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.821874+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-27T22:22:30.118 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.822232+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-27T22:22:30.118 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.822584+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-27T22:22:30.118 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.822943+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:22:30.118 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.814725+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-27T22:22:30.119 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.815669+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-27T22:22:30.119 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.816711+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-27T22:22:30.119 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.817085+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-27T22:22:30.119 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.817460+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-27T22:22:30.119 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.817846+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi005"}]: dispatch 2023-12-27T22:22:30.119 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.818249+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi115"}]: dispatch 2023-12-27T22:22:30.119 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.818638+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-27T22:22:30.119 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.818985+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-27T22:22:30.119 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.819311+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-27T22:22:30.119 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.819736+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-27T22:22:30.119 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.820092+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-27T22:22:30.119 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.820451+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-27T22:22:30.119 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.820811+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-27T22:22:30.120 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.823314+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:22:30.120 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.823682+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-27T22:22:30.120 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.824014+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-27T22:22:30.120 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.824357+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-27T22:22:30.120 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: audit 2023-12-27T22:22:29.824720+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-27T22:22:30.120 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:29 smithi005 bash[111615]: cluster 2023-12-27T22:22:29.836453+0000 mon.a (mon.0) 33 : cluster [INF] Manager daemon y is now available 2023-12-27T22:22:30.120 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.821162+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-27T22:22:30.120 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.821510+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-27T22:22:30.120 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.821874+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-27T22:22:30.121 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.822232+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-27T22:22:30.121 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.822584+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-27T22:22:30.121 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.822943+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:22:30.121 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.823314+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:22:30.121 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.823682+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-27T22:22:30.121 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.824014+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-27T22:22:30.121 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.824357+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-27T22:22:30.121 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.824720+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-27T22:22:30.121 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:29.836453+0000 mon.a (mon.0) 33 : cluster [INF] Manager daemon y is now available 2023-12-27T22:22:30.122 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.809232+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-27T22:22:30.122 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.809424+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-27T22:22:30.122 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.809586+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-27T22:22:30.122 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.810930+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-27T22:22:30.122 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.811232+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-27T22:22:30.122 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.811534+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-27T22:22:30.122 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.811847+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:22:30.122 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.812136+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-27T22:22:30.122 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.812432+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-27T22:22:30.122 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.812784+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-27T22:22:30.122 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.813056+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-27T22:22:30.122 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.813335+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-27T22:22:30.122 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.813668+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-27T22:22:30.123 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.813978+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-27T22:22:30.123 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.814208+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-27T22:22:30.123 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.814725+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-27T22:22:30.123 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.815669+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-27T22:22:30.123 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.816711+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-27T22:22:30.123 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.817085+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-27T22:22:30.123 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.817460+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-27T22:22:30.123 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.817846+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi005"}]: dispatch 2023-12-27T22:22:30.123 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.818249+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi115"}]: dispatch 2023-12-27T22:22:30.123 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.818638+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-27T22:22:30.123 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.818985+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-27T22:22:30.123 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.819311+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-27T22:22:30.123 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.819736+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-27T22:22:30.123 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.820092+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-27T22:22:30.123 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.820451+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-27T22:22:30.124 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.820811+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-27T22:22:30.124 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.821162+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-27T22:22:30.124 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.821510+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-27T22:22:30.124 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.821874+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-27T22:22:30.124 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.822232+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-27T22:22:30.124 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.822584+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-27T22:22:30.124 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.822943+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-27T22:22:30.124 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.823314+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-27T22:22:30.124 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.823682+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-27T22:22:30.124 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.824014+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-27T22:22:30.124 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.824357+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-27T22:22:30.124 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: audit 2023-12-27T22:22:29.824720+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-27T22:22:30.124 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:29 smithi115 bash[108225]: cluster 2023-12-27T22:22:29.836453+0000 mon.a (mon.0) 33 : cluster [INF] Manager daemon y is now available 2023-12-27T22:22:30.245 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -e sha1=c5564c7988cbaadc3382253af5843a8595347c2d -- bash -c 'ceph orch ps' 2023-12-27T22:22:31.181 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:30 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:29.892597+0000 mon.a (mon.0) 34 : cluster [DBG] mgrmap e30: y(active, since 6s), standbys: x 2023-12-27T22:22:31.182 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:30 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.896993+0000 mgr.y (mgr.24853) 1 : audit [DBG] from='client.24847 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:22:31.182 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:30 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:29.901326+0000 mgr.y (mgr.24853) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:31.182 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:30 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.957756+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:22:31.182 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:30 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:29.959683+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:22:31.182 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:30 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:30.020853+0000 mon.c (mon.1) 79 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-27T22:22:31.182 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:30 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:30.021534+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.24853 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-27T22:22:31.182 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:30 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:30.026635+0000 mon.c (mon.1) 80 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-27T22:22:31.182 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:30 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:30.027179+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.24853 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-27T22:22:31.182 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:30 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:30.251418+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:22:31.182 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:30 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:30.282894+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:22:31.182 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:30 smithi005 bash[111615]: cluster 2023-12-27T22:22:29.892597+0000 mon.a (mon.0) 34 : cluster [DBG] mgrmap e30: y(active, since 6s), standbys: x 2023-12-27T22:22:31.183 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:30 smithi005 bash[111615]: audit 2023-12-27T22:22:29.896993+0000 mgr.y (mgr.24853) 1 : audit [DBG] from='client.24847 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:22:31.183 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:30 smithi005 bash[111615]: cluster 2023-12-27T22:22:29.901326+0000 mgr.y (mgr.24853) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:31.183 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:30 smithi005 bash[111615]: audit 2023-12-27T22:22:29.957756+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:22:31.183 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:30 smithi005 bash[111615]: audit 2023-12-27T22:22:29.959683+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:22:31.183 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:30 smithi005 bash[111615]: audit 2023-12-27T22:22:30.020853+0000 mon.c (mon.1) 79 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-27T22:22:31.183 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:30 smithi005 bash[111615]: audit 2023-12-27T22:22:30.021534+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.24853 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-27T22:22:31.183 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:30 smithi005 bash[111615]: audit 2023-12-27T22:22:30.026635+0000 mon.c (mon.1) 80 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-27T22:22:31.183 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:30 smithi005 bash[111615]: audit 2023-12-27T22:22:30.027179+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.24853 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-27T22:22:31.183 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:30 smithi005 bash[111615]: audit 2023-12-27T22:22:30.251418+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:22:31.183 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:30 smithi005 bash[111615]: audit 2023-12-27T22:22:30.282894+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:22:31.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:30 smithi115 bash[108225]: cluster 2023-12-27T22:22:29.892597+0000 mon.a (mon.0) 34 : cluster [DBG] mgrmap e30: y(active, since 6s), standbys: x 2023-12-27T22:22:31.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:30 smithi115 bash[108225]: audit 2023-12-27T22:22:29.896993+0000 mgr.y (mgr.24853) 1 : audit [DBG] from='client.24847 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:22:31.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:30 smithi115 bash[108225]: cluster 2023-12-27T22:22:29.901326+0000 mgr.y (mgr.24853) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:31.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:30 smithi115 bash[108225]: audit 2023-12-27T22:22:29.957756+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:22:31.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:30 smithi115 bash[108225]: audit 2023-12-27T22:22:29.959683+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:22:31.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:30 smithi115 bash[108225]: audit 2023-12-27T22:22:30.020853+0000 mon.c (mon.1) 79 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-27T22:22:31.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:30 smithi115 bash[108225]: audit 2023-12-27T22:22:30.021534+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.24853 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-27T22:22:31.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:30 smithi115 bash[108225]: audit 2023-12-27T22:22:30.026635+0000 mon.c (mon.1) 80 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-27T22:22:31.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:30 smithi115 bash[108225]: audit 2023-12-27T22:22:30.027179+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.24853 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-27T22:22:31.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:30 smithi115 bash[108225]: audit 2023-12-27T22:22:30.251418+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:22:31.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:30 smithi115 bash[108225]: audit 2023-12-27T22:22:30.282894+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:22:31.613 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-27T22:22:31.614 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.a smithi005 running (85s) 47s ago 5m 15.3M - 0.26.0 9f27df16978d 88b79f4a641c 2023-12-27T22:22:31.614 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.a smithi115 running (5m) 29s ago 5m 31.9M - 6.6.2 87a51ecf0b1c 8571ad765d1a 2023-12-27T22:22:31.614 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.x smithi115 *:8443 running (33s) 29s ago 8m 45.2M - 16.2.14-417-gc5564c79 4edbaf1adc50 1fb991897fc3 2023-12-27T22:22:31.614 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.y smithi005 *:8443 running (63s) 47s ago 9m 424M - 16.2.14-417-gc5564c79 4edbaf1adc50 fc4629f271e5 2023-12-27T22:22:31.614 INFO:teuthology.orchestra.run.smithi005.stdout:mon.a smithi005 starting - - - 2048M 2023-12-27T22:22:31.614 INFO:teuthology.orchestra.run.smithi005.stdout:mon.b smithi115 running (8m) 29s ago 8m 211M 2048M 15.2.0 204a01f9b0b6 cd9e61900ac7 2023-12-27T22:22:31.614 INFO:teuthology.orchestra.run.smithi005.stdout:mon.c smithi005 running (8m) 47s ago 8m 211M 2048M 15.2.0 204a01f9b0b6 fc5d3c2adcdf 2023-12-27T22:22:31.614 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.a smithi005 running (6m) 47s ago 6m 10.9M - 1.7.0 72c9c2088986 6aa886eccd9f 2023-12-27T22:22:31.614 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.b smithi115 running (6m) 29s ago 6m 10.8M - 1.7.0 72c9c2088986 1175f3b054db 2023-12-27T22:22:31.614 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (7m) 47s ago 8m 73.3M 4096M 15.2.0 204a01f9b0b6 8c4bb7ee9386 2023-12-27T22:22:31.614 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (7m) 47s ago 7m 77.4M 4096M 15.2.0 204a01f9b0b6 eb2b8d30dc83 2023-12-27T22:22:31.615 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (7m) 47s ago 7m 61.6M 4096M 15.2.0 204a01f9b0b6 ac1a0664dc38 2023-12-27T22:22:31.615 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (7m) 47s ago 7m 77.0M 4096M 15.2.0 204a01f9b0b6 e9b08505b4a9 2023-12-27T22:22:31.615 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi115 running (6m) 29s ago 7m 77.9M 4096M 15.2.0 204a01f9b0b6 ee6eb3d4fea4 2023-12-27T22:22:31.615 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi115 running (6m) 29s ago 6m 73.1M 4096M 15.2.0 204a01f9b0b6 590f336246c3 2023-12-27T22:22:31.615 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi115 running (6m) 29s ago 6m 67.7M 4096M 15.2.0 204a01f9b0b6 af0919f79f4a 2023-12-27T22:22:31.615 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi115 running (6m) 29s ago 6m 77.7M 4096M 15.2.0 204a01f9b0b6 480caad5c3db 2023-12-27T22:22:31.615 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.a smithi115 running (78s) 29s ago 6m 34.4M - 2.48.1 ea7f826b1553 f2975ccdf031 2023-12-27T22:22:31.615 INFO:teuthology.orchestra.run.smithi005.stdout:rgw.r.z.smithi005.vumxnj smithi005 running (5m) 47s ago 5m 55.4M - 15.2.0 204a01f9b0b6 44e04367b37c 2023-12-27T22:22:31.615 INFO:teuthology.orchestra.run.smithi005.stdout:rgw.r.z.smithi115.sxtabd smithi115 running (5m) 29s ago 5m 54.0M - 15.2.0 204a01f9b0b6 e646d305d982 2023-12-27T22:22:32.000 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:31 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:31.603680+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-27T22:22:32.000 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:31 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:31.604146+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-27T22:22:32.000 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:31 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:31.604504+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:32.000 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:31 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:31.604834+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:32.000 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:31 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:31.605191+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:32.000 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:31 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:31.605558+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:32.000 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:31 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:31.607320+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-27T22:22:32.000 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:31 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:31.607717+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:32.001 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:31 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:31.608075+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:32.001 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:31 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:31.608450+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:32.001 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:31 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:31.608766+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:32.001 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:31 smithi005 bash[111615]: audit 2023-12-27T22:22:31.603680+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-27T22:22:32.001 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:31 smithi005 bash[111615]: audit 2023-12-27T22:22:31.604146+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-27T22:22:32.001 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:31 smithi005 bash[111615]: audit 2023-12-27T22:22:31.604504+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:32.001 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:31 smithi005 bash[111615]: audit 2023-12-27T22:22:31.604834+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:32.001 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:31 smithi005 bash[111615]: audit 2023-12-27T22:22:31.605191+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:32.001 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:31 smithi005 bash[111615]: audit 2023-12-27T22:22:31.605558+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:32.001 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:31 smithi005 bash[111615]: audit 2023-12-27T22:22:31.607320+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-27T22:22:32.001 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:31 smithi005 bash[111615]: audit 2023-12-27T22:22:31.607717+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:32.001 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:31 smithi005 bash[111615]: audit 2023-12-27T22:22:31.608075+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:32.002 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:31 smithi005 bash[111615]: audit 2023-12-27T22:22:31.608450+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:32.002 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:31 smithi005 bash[111615]: audit 2023-12-27T22:22:31.608766+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:32.181 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:31 smithi115 bash[108225]: audit 2023-12-27T22:22:31.603680+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-27T22:22:32.181 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:31 smithi115 bash[108225]: audit 2023-12-27T22:22:31.604146+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-27T22:22:32.181 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:31 smithi115 bash[108225]: audit 2023-12-27T22:22:31.604504+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:32.181 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:31 smithi115 bash[108225]: audit 2023-12-27T22:22:31.604834+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:32.181 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:31 smithi115 bash[108225]: audit 2023-12-27T22:22:31.605191+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:32.181 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:31 smithi115 bash[108225]: audit 2023-12-27T22:22:31.605558+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:32.181 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:31 smithi115 bash[108225]: audit 2023-12-27T22:22:31.607320+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-27T22:22:32.181 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:31 smithi115 bash[108225]: audit 2023-12-27T22:22:31.607717+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:32.181 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:31 smithi115 bash[108225]: audit 2023-12-27T22:22:31.608075+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:32.181 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:31 smithi115 bash[108225]: audit 2023-12-27T22:22:31.608450+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:32.181 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:31 smithi115 bash[108225]: audit 2023-12-27T22:22:31.608766+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:32.213 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -e sha1=c5564c7988cbaadc3382253af5843a8595347c2d -- bash -c 'ceph versions' 2023-12-27T22:22:33.190 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:32 smithi115 bash[108225]: audit 2023-12-27T22:22:31.601617+0000 mgr.y (mgr.24853) 3 : audit [DBG] from='client.44136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:22:33.190 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:32 smithi115 bash[108225]: cluster 2023-12-27T22:22:31.812711+0000 mgr.y (mgr.24853) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:33.190 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:32 smithi115 bash[108225]: cluster 2023-12-27T22:22:31.904170+0000 mon.a (mon.0) 37 : cluster [DBG] mgrmap e31: y(active, since 8s), standbys: x 2023-12-27T22:22:33.361 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:32 smithi005 bash[111615]: audit 2023-12-27T22:22:31.601617+0000 mgr.y (mgr.24853) 3 : audit [DBG] from='client.44136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:22:33.361 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:32 smithi005 bash[111615]: cluster 2023-12-27T22:22:31.812711+0000 mgr.y (mgr.24853) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:33.361 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:32 smithi005 bash[111615]: cluster 2023-12-27T22:22:31.904170+0000 mon.a (mon.0) 37 : cluster [DBG] mgrmap e31: y(active, since 8s), standbys: x 2023-12-27T22:22:33.362 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:32 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:31.601617+0000 mgr.y (mgr.24853) 3 : audit [DBG] from='client.44136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:22:33.362 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:32 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:31.812711+0000 mgr.y (mgr.24853) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:33.362 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:32 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:31.904170+0000 mon.a (mon.0) 37 : cluster [DBG] mgrmap e31: y(active, since 8s), standbys: x 2023-12-27T22:22:33.535 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-12-27T22:22:33.535 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-12-27T22:22:33.535 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2, 2023-12-27T22:22:33.535 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.14-417-gc5564c79 (c5564c7988cbaadc3382253af5843a8595347c2d) pacific (stable)": 1 2023-12-27T22:22:33.535 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:22:33.535 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-12-27T22:22:33.535 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.14-417-gc5564c79 (c5564c7988cbaadc3382253af5843a8595347c2d) pacific (stable)": 2 2023-12-27T22:22:33.535 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:22:33.536 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-12-27T22:22:33.536 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-27T22:22:33.536 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:22:33.536 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": {}, 2023-12-27T22:22:33.536 INFO:teuthology.orchestra.run.smithi005.stdout: "rgw": { 2023-12-27T22:22:33.536 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-27T22:22:33.536 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:22:33.536 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-12-27T22:22:33.536 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 12, 2023-12-27T22:22:33.536 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.14-417-gc5564c79 (c5564c7988cbaadc3382253af5843a8595347c2d) pacific (stable)": 3 2023-12-27T22:22:33.536 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-12-27T22:22:33.536 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-12-27T22:22:34.053 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:33 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:33.443341+0000 mon.c (mon.1) 94 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 232364441, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:33.441300Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"1fb991897fc3\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 408105779, \"cpu_percentage\": \"38.14%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:22:33.441457Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:21:58.108234Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 84504739, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:33.441532Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79073116, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:33.441599Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73243033, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:33.441663Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83896565, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:33.441725Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 39027998, \"cpu_percentage\": \"0.67%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:33.441787Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11418992, \"cpu_percentage\": \"0.36%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:33.441849Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33543946, \"cpu_percentage\": \"0.49%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:33.441911Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54 2023-12-27T22:22:34.053 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:33 smithi005 bash[111615]: audit 2023-12-27T22:22:33.443341+0000 mon.c (mon.1) 94 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 232364441, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:33.441300Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"1fb991897fc3\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 408105779, \"cpu_percentage\": \"38.14%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:22:33.441457Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:21:58.108234Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 84504739, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:33.441532Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79073116, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:33.441599Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73243033, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:33.441663Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83896565, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:33.441725Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 39027998, \"cpu_percentage\": \"0.67%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:33.441787Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11418992, \"cpu_percentage\": \"0.36%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:33.441849Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33543946, \"cpu_percentage\": \"0.49%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:33.441911Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56906219, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:33.441972Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:46.055582Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:22:33.442094Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:22:34.053 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:33 smithi005 bash[111615]: audit 2023-12-27T22:22:33.448425+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.24853 ' entity='mgr.y' 2023-12-27T22:22:34.054 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:33 smithi005 bash[111615]: audit 2023-12-27T22:22:33.535978+0000 mon.a (mon.0) 39 : audit [DBG] from='client.44142 172.21.15.5:0/4077559227' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:22:34.054 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:33 smithi005 bash[111615]: audit 2023-12-27T22:22:33.726656+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:34.054 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:33 smithi005 bash[111615]: audit 2023-12-27T22:22:33.727059+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:34.054 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:33 smithi005 bash[111615]: audit 2023-12-27T22:22:33.727433+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:34.054 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:33 smithi005 bash[111615]: audit 2023-12-27T22:22:33.727763+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:34.054 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:33 smithi005 bash[111615]: audit 2023-12-27T22:22:33.728074+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:34.054 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:33 smithi005 bash[111615]: audit 2023-12-27T22:22:33.728391+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:34.054 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:33 smithi005 bash[111615]: audit 2023-12-27T22:22:33.728712+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:34.054 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:33 smithi005 bash[111615]: audit 2023-12-27T22:22:33.729022+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:34.054 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:33 smithi005 bash[111615]: audit 2023-12-27T22:22:33.729325+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:34.055 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:33 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56906219, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:33.441972Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:46.055582Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:22:33.442094Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:22:34.055 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:33 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:33.448425+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.24853 ' entity='mgr.y' 2023-12-27T22:22:34.055 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:33 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:33.535978+0000 mon.a (mon.0) 39 : audit [DBG] from='client.44142 172.21.15.5:0/4077559227' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:22:34.055 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:33 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:33.726656+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:34.055 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:33 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:33.727059+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:34.055 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:33 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:33.727433+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:34.055 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:33 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:33.727763+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:34.055 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:33 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:33.728074+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:34.055 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:33 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:33.728391+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:34.055 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:33 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:33.728712+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:34.055 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:33 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:33.729022+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:34.055 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:33 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:33.729325+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:34.064 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -e sha1=c5564c7988cbaadc3382253af5843a8595347c2d -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-27T22:22:34.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:33 smithi115 bash[108225]: audit 2023-12-27T22:22:33.443341+0000 mon.c (mon.1) 94 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi115","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi115\", \"container_id\": \"cd9e61900ac7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 232364441, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:33.441300Z\", \"created\": \"2023-12-27T22:14:03.938349Z\", \"started\": \"2023-12-27T22:14:03.970559Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi115\", \"container_id\": \"1fb991897fc3\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"memory_usage\": 408105779, \"cpu_percentage\": \"38.14%\", \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:22:33.441457Z\", \"created\": \"2023-12-27T22:14:16.552117Z\", \"started\": \"2023-12-27T22:21:58.108234Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi115\", \"container_id\": \"ee6eb3d4fea4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 84504739, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:33.441532Z\", \"created\": \"2023-12-27T22:15:20.082948Z\", \"started\": \"2023-12-27T22:15:33.459528Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi115\", \"container_id\": \"590f336246c3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79073116, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:33.441599Z\", \"created\": \"2023-12-27T22:15:33.718697Z\", \"started\": \"2023-12-27T22:15:46.592351Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi115\", \"container_id\": \"af0919f79f4a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73243033, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:33.441663Z\", \"created\": \"2023-12-27T22:15:46.581459Z\", \"started\": \"2023-12-27T22:15:59.748589Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi115\", \"container_id\": \"480caad5c3db\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83896565, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:33.441725Z\", \"created\": \"2023-12-27T22:15:59.857212Z\", \"started\": \"2023-12-27T22:16:01.182093Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi115\", \"container_id\": \"f2975ccdf031\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\", \"docker.io/prom/prometheus@sha256:005cc7e9258d2e2e60d69ffb676ce6958dac9871c44f54dbc1f142ea3fd3f66b\"], \"memory_usage\": 39027998, \"cpu_percentage\": \"0.67%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:33.441787Z\", \"created\": \"2023-12-27T22:16:20.509829Z\", \"started\": \"2023-12-27T22:21:13.522109Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi115\", \"container_id\": \"1175f3b054db\", \"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\": 11418992, \"cpu_percentage\": \"0.36%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:33.441849Z\", \"created\": \"2023-12-27T22:16:23.037782Z\", \"started\": \"2023-12-27T22:16:30.903634Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi115\", \"container_id\": \"8571ad765d1a\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 33543946, \"cpu_percentage\": \"0.49%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:33.441911Z\", \"created\": \"2023-12-27T22:16:52.184241Z\", \"started\": \"2023-12-27T22:16:52.293845Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi115.sxtabd\", \"daemon_name\": \"rgw.r.z.smithi115.sxtabd\", \"hostname\": \"smithi115\", \"container_id\": \"e646d305d982\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56906219, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:33.441972Z\", \"created\": \"2023-12-27T22:17:19.295738Z\", \"started\": \"2023-12-27T22:17:19.326259Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-27T22:20:45.595203Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"78d3bdf7-a178-4d87-98e5-bb7535037bf5\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"sxSBAz-3J6w-VOUd-OGxW-c6eG-xL9W-rDOV74\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aca97d96-4128-45c7-b96d-1d9b4510ada6\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"YbWylZ-kL1c-d2TO-YPVB-ioCn-p64M-vANGVB\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8db3057-7b98-4057-b672-434f1205ff40\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"P9gwyR-gVNf-42KP-2hWy-qF9y-VC1K-ed444D\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b5cd0fe3-12e9-4c78-a0b3-defc2a6613a4\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"NpsI5X-3p8K-Fz1e-ARHZ-8vrb-JZ7u-t2TxNP\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400UU400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-27T22:20:45.595212Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QYT7\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:06.394299Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:46.055582Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:30.290102Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:43.386981Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:56.571040Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:58.536722Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-27T22:21:07.288196Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:22.572957Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-27T22:16:34.979800Z\"}, \"rgw.r.z.smithi115.sxtabd\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:18.228751Z\"}}, \"last_daemon_update\": \"2023-12-27T22:22:33.442094Z\", \"last_device_update\": \"2023-12-27T22:16:02.400577Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:44.054291Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:22:34.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:33 smithi115 bash[108225]: audit 2023-12-27T22:22:33.448425+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.24853 ' entity='mgr.y' 2023-12-27T22:22:34.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:33 smithi115 bash[108225]: audit 2023-12-27T22:22:33.535978+0000 mon.a (mon.0) 39 : audit [DBG] from='client.44142 172.21.15.5:0/4077559227' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:22:34.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:33 smithi115 bash[108225]: audit 2023-12-27T22:22:33.726656+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:34.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:33 smithi115 bash[108225]: audit 2023-12-27T22:22:33.727059+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:34.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:33 smithi115 bash[108225]: audit 2023-12-27T22:22:33.727433+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:34.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:33 smithi115 bash[108225]: audit 2023-12-27T22:22:33.727763+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:34.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:33 smithi115 bash[108225]: audit 2023-12-27T22:22:33.728074+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:34.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:33 smithi115 bash[108225]: audit 2023-12-27T22:22:33.728391+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:34.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:33 smithi115 bash[108225]: audit 2023-12-27T22:22:33.728712+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:34.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:33 smithi115 bash[108225]: audit 2023-12-27T22:22:33.729022+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:34.256 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:33 smithi115 bash[108225]: audit 2023-12-27T22:22:33.729325+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:35.065 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:34 smithi005 bash[111615]: cluster 2023-12-27T22:22:33.813075+0000 mgr.y (mgr.24853) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:35.065 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:34 smithi005 bash[111615]: audit 2023-12-27T22:22:34.576796+0000 mon.c (mon.1) 104 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"af61dfc221fb\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2023-12-27T22:22:34.574759Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:22:05.277415Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"fc4629f271e5\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:22:34.574899Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:21:27.944133Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:34.574972Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:34.575038Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:34.575103Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:34.575165Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:34.575228Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\"], \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:34.575290Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"88b79f4a641c\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:34.575351Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:21:06.473676Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:34.575429Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:22:03.171843Z\"}}, \"last_daemon_update\": \"2023-12-27T22:22:34.575545Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:22:35.065 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:34 smithi005 bash[111615]: audit 2023-12-27T22:22:34.580588+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.24853 ' entity='mgr.y' 2023-12-27T22:22:35.065 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:34 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:33.813075+0000 mgr.y (mgr.24853) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:35.065 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:34 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:34.576796+0000 mon.c (mon.1) 104 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"af61dfc221fb\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2023-12-27T22:22:34.574759Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:22:05.277415Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"fc4629f271e5\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:22:34.574899Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:21:27.944133Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:34.574972Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:34.575038Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:34.575103Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:34.575165Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:34.575228Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\"], \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:34.575290Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"88b79f4a641c\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:34.575351Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:21:06.473676Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:34.575429Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:22:03.171843Z\"}}, \"last_daemon_update\": \"2023-12-27T22:22:34.575545Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:22:35.065 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:34 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:34.580588+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.24853 ' entity='mgr.y' 2023-12-27T22:22:35.130 INFO:teuthology.orchestra.run.smithi005.stdout:wait for servicemap items w/ changing names to refresh 2023-12-27T22:22:35.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:34 smithi115 bash[108225]: cluster 2023-12-27T22:22:33.813075+0000 mgr.y (mgr.24853) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:35.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:34 smithi115 bash[108225]: audit 2023-12-27T22:22:34.576796+0000 mon.c (mon.1) 104 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi005","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi005\", \"container_id\": \"af61dfc221fb\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2023-12-27T22:22:34.574759Z\", \"created\": \"2023-12-27T22:12:42.062529Z\", \"started\": \"2023-12-27T22:22:05.277415Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi005\", \"container_id\": \"fc4629f271e5\", \"container_image_id\": \"4edbaf1adc5097b6116feca283186f24b9b277e9ed73b614d12ae6b99a06d297\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580\"], \"version\": \"16.2.14-417-gc5564c79\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-27T22:22:34.574899Z\", \"created\": \"2023-12-27T22:12:46.806433Z\", \"started\": \"2023-12-27T22:21:27.944133Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi005\", \"container_id\": \"fc5d3c2adcdf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:34.574972Z\", \"created\": \"2023-12-27T22:13:52.446107Z\", \"started\": \"2023-12-27T22:13:52.476649Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi005\", \"container_id\": \"8c4bb7ee9386\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:34.575038Z\", \"created\": \"2023-12-27T22:14:27.670398Z\", \"started\": \"2023-12-27T22:14:41.208389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi005\", \"container_id\": \"eb2b8d30dc83\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:34.575103Z\", \"created\": \"2023-12-27T22:14:41.634117Z\", \"started\": \"2023-12-27T22:14:55.497321Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi005\", \"container_id\": \"ac1a0664dc38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:34.575165Z\", \"created\": \"2023-12-27T22:14:55.772833Z\", \"started\": \"2023-12-27T22:15:09.768766Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi005\", \"container_id\": \"e9b08505b4a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:34.575228Z\", \"created\": \"2023-12-27T22:15:09.847549Z\", \"started\": \"2023-12-27T22:15:11.399312Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi005\", \"container_id\": \"6aa886eccd9f\", \"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\"], \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:34.575290Z\", \"created\": \"2023-12-27T22:16:22.537086Z\", \"started\": \"2023-12-27T22:16:30.939311Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi005\", \"container_id\": \"88b79f4a641c\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:34.575351Z\", \"created\": \"2023-12-27T22:16:34.940836Z\", \"started\": \"2023-12-27T22:21:06.473676Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi005.vumxnj\", \"daemon_name\": \"rgw.r.z.smithi005.vumxnj\", \"hostname\": \"smithi005\", \"container_id\": \"44e04367b37c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-27T22:22:34.575429Z\", \"created\": \"2023-12-27T22:17:18.187963Z\", \"started\": \"2023-12-27T22:17:18.372401Z\"}}, \"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-27T22:20:45.594125Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"403e9f8a-b8a1-4b22-98ca-9d1eb9c39914\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"3xw9bk-b7LI-xtnD-I3td-tj8N-fK7i-eY06pB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2fa1e814-162a-4af5-86e8-cdee35f376e7\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"KyvLEz-cSwi-PdsE-A7I4-sxlu-lL5e-diXAks\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"503b5c13-1ad7-42a2-b7f8-115111d43309\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"TraZHD-51TX-hGa7-w3zk-9eAk-F1tq-q28XuV\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d6be5b06-20c9-49e4-954c-842278a7bbca\", \"cluster_fsid\": \"fe802a76-a504-11ee-95a5-87774f69a715\", \"block_uuid\": \"SCX3pA-0G2B-RCf1-Pmc7-eWmn-2edM-0Y91Gi\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300EW480DGN\", \"lsm_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-27T22:20:45.594136Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HQ1L\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:00.697589Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-27T22:21:15.821072Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:37.921777Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-27T22:14:51.887317Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:06.160279Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-27T22:15:08.431237Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:16:21.990378Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-27T22:21:01.554655Z\"}, \"rgw.r.z.smithi005.vumxnj\": {\"deps\": [], \"last_config\": \"2023-12-27T22:17:16.845321Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-27T22:22:03.171843Z\"}}, \"last_daemon_update\": \"2023-12-27T22:22:34.575545Z\", \"last_device_update\": \"2023-12-27T22:15:12.920792Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-27T22:13:12.898795Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-27T22:22:35.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:34 smithi115 bash[108225]: audit 2023-12-27T22:22:34.580588+0000 mon.a (mon.0) 40 : audit [INF] from='mgr.24853 ' entity='mgr.y' 2023-12-27T22:22:35.588 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -e sha1=c5564c7988cbaadc3382253af5843a8595347c2d -- bash -c 'sleep 60' 2023-12-27T22:22:36.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:35 smithi005 bash[111615]: audit 2023-12-27T22:22:34.934141+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:36.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:35 smithi005 bash[111615]: audit 2023-12-27T22:22:34.934526+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:36.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:35 smithi005 bash[111615]: audit 2023-12-27T22:22:34.934846+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:36.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:35 smithi005 bash[111615]: audit 2023-12-27T22:22:34.935145+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:36.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:35 smithi005 bash[111615]: audit 2023-12-27T22:22:34.935456+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:36.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:35 smithi005 bash[111615]: audit 2023-12-27T22:22:34.935750+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:36.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:35 smithi005 bash[111615]: audit 2023-12-27T22:22:34.936043+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:36.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:35 smithi005 bash[111615]: audit 2023-12-27T22:22:34.936337+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:36.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:35 smithi005 bash[111615]: audit 2023-12-27T22:22:34.936640+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:36.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:35 smithi005 bash[111615]: audit 2023-12-27T22:22:34.937790+0000 mon.c (mon.1) 114 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-27T22:22:36.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:35 smithi005 bash[111615]: audit 2023-12-27T22:22:34.940743+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.24853 ' entity='mgr.y' 2023-12-27T22:22:36.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:35 smithi005 bash[111615]: audit 2023-12-27T22:22:34.946215+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:22:36.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:35 smithi005 bash[111615]: audit 2023-12-27T22:22:34.947076+0000 mon.c (mon.1) 116 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-27T22:22:36.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:35 smithi005 bash[111615]: audit 2023-12-27T22:22:34.948629+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:22:36.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:35 smithi005 bash[111615]: audit 2023-12-27T22:22:34.949607+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-27T22:22:36.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:35 smithi005 bash[111615]: audit 2023-12-27T22:22:34.950186+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-27T22:22:36.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:35 smithi005 bash[111615]: cephadm 2023-12-27T22:22:34.950634+0000 mgr.y (mgr.24853) 6 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-27T22:22:36.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:35 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:34.934141+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:36.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:35 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:34.934526+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:36.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:35 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:34.934846+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:36.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:35 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:34.935145+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:36.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:35 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:34.935456+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:36.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:35 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:34.935750+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:36.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:35 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:34.936043+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:36.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:35 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:34.936337+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:36.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:35 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:34.936640+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:36.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:35 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:34.937790+0000 mon.c (mon.1) 114 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-27T22:22:36.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:35 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:34.940743+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.24853 ' entity='mgr.y' 2023-12-27T22:22:36.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:35 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:34.946215+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:22:36.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:35 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:34.947076+0000 mon.c (mon.1) 116 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-27T22:22:36.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:35 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:34.948629+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:22:36.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:35 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:34.949607+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-27T22:22:36.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:35 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:34.950186+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-27T22:22:36.116 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:35 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:34.950634+0000 mgr.y (mgr.24853) 6 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-27T22:22:36.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:35 smithi115 bash[108225]: audit 2023-12-27T22:22:34.934141+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:36.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:35 smithi115 bash[108225]: audit 2023-12-27T22:22:34.934526+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:36.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:35 smithi115 bash[108225]: audit 2023-12-27T22:22:34.934846+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:36.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:35 smithi115 bash[108225]: audit 2023-12-27T22:22:34.935145+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:36.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:35 smithi115 bash[108225]: audit 2023-12-27T22:22:34.935456+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:36.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:35 smithi115 bash[108225]: audit 2023-12-27T22:22:34.935750+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:36.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:35 smithi115 bash[108225]: audit 2023-12-27T22:22:34.936043+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:36.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:35 smithi115 bash[108225]: audit 2023-12-27T22:22:34.936337+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-27T22:22:36.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:35 smithi115 bash[108225]: audit 2023-12-27T22:22:34.936640+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-27T22:22:36.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:35 smithi115 bash[108225]: audit 2023-12-27T22:22:34.937790+0000 mon.c (mon.1) 114 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-27T22:22:36.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:35 smithi115 bash[108225]: audit 2023-12-27T22:22:34.940743+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.24853 ' entity='mgr.y' 2023-12-27T22:22:36.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:35 smithi115 bash[108225]: audit 2023-12-27T22:22:34.946215+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:22:36.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:35 smithi115 bash[108225]: audit 2023-12-27T22:22:34.947076+0000 mon.c (mon.1) 116 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-27T22:22:36.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:35 smithi115 bash[108225]: audit 2023-12-27T22:22:34.948629+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:22:36.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:35 smithi115 bash[108225]: audit 2023-12-27T22:22:34.949607+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-27T22:22:36.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:35 smithi115 bash[108225]: audit 2023-12-27T22:22:34.950186+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-27T22:22:36.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:35 smithi115 bash[108225]: cephadm 2023-12-27T22:22:34.950634+0000 mgr.y (mgr.24853) 6 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-27T22:22:37.112 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:36 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:35.813703+0000 mgr.y (mgr.24853) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:37.112 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:36 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:36.242909+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mon.c"}]: dispatch 2023-12-27T22:22:37.113 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:36 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:36.246718+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.24853 ' entity='mgr.y' 2023-12-27T22:22:37.113 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:36 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:36.247740+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:22:37.113 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:36 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:36.248386+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:22:37.113 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:36 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:36.248960+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:37.113 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:36 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:36.249881+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-27T22:22:37.113 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:36 smithi005 bash[111615]: cluster 2023-12-27T22:22:35.813703+0000 mgr.y (mgr.24853) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:37.113 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:36 smithi005 bash[111615]: audit 2023-12-27T22:22:36.242909+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mon.c"}]: dispatch 2023-12-27T22:22:37.113 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:36 smithi005 bash[111615]: audit 2023-12-27T22:22:36.246718+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.24853 ' entity='mgr.y' 2023-12-27T22:22:37.113 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:36 smithi005 bash[111615]: audit 2023-12-27T22:22:36.247740+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:22:37.113 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:36 smithi005 bash[111615]: audit 2023-12-27T22:22:36.248386+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:22:37.113 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:36 smithi005 bash[111615]: audit 2023-12-27T22:22:36.248960+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:37.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:36 smithi005 bash[111615]: audit 2023-12-27T22:22:36.249881+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-27T22:22:37.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:36 smithi115 bash[108225]: cluster 2023-12-27T22:22:35.813703+0000 mgr.y (mgr.24853) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:37.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:36 smithi115 bash[108225]: audit 2023-12-27T22:22:36.242909+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mon.c"}]: dispatch 2023-12-27T22:22:37.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:36 smithi115 bash[108225]: audit 2023-12-27T22:22:36.246718+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.24853 ' entity='mgr.y' 2023-12-27T22:22:37.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:36 smithi115 bash[108225]: audit 2023-12-27T22:22:36.247740+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:22:37.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:36 smithi115 bash[108225]: audit 2023-12-27T22:22:36.248386+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:22:37.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:36 smithi115 bash[108225]: audit 2023-12-27T22:22:36.248960+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:37.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:36 smithi115 bash[108225]: audit 2023-12-27T22:22:36.249881+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-27T22:22:37.737 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:37 smithi005 systemd[1]: Stopping Ceph mon.c for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:22:37.737 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:37 smithi005 bash[111615]: debug 2023-12-27T22:22:37.524+0000 7f0b758e3700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-27T22:22:37.737 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:37 smithi005 bash[111615]: debug 2023-12-27T22:22:37.524+0000 7f0b758e3700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-12-27T22:22:37.987 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:37 smithi005 bash[137134]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon.c 2023-12-27T22:22:38.333 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 bash[137187]: Error: no container with name or ID "ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon.c" found: no such container 2023-12-27T22:22:38.614 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@mon.c.service: Succeeded. 2023-12-27T22:22:38.614 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 systemd[1]: Stopped Ceph mon.c for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:22:38.614 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 systemd[1]: Starting Ceph mon.c for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:22:38.786 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.769+0000 7f6bfffb7880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-27T22:22:38.786 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.769+0000 7f6bfffb7880 0 ceph version 16.2.14-417-gc5564c79 (c5564c7988cbaadc3382253af5843a8595347c2d) pacific (stable), process ceph-mon, pid 7 2023-12-27T22:22:38.787 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.769+0000 7f6bfffb7880 0 pidfile_write: ignore empty --pid-file 2023-12-27T22:22:38.787 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.773+0000 7f6bfffb7880 0 load: jerasure load: lrc load: isa 2023-12-27T22:22:38.787 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: RocksDB version: 6.8.1 2023-12-27T22:22:38.787 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 2023-12-27T22:22:38.787 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-27T22:22:38.787 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Compile date Dec 27 2023 2023-12-27T22:22:38.787 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: DB SUMMARY 2023-12-27T22:22:38.787 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 2023-12-27T22:22:38.787 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: CURRENT file: CURRENT 2023-12-27T22:22:38.787 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 2023-12-27T22:22:38.787 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-27T22:22:38.787 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 2023-12-27T22:22:38.787 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 646 Bytes 2023-12-27T22:22:38.787 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 2023-12-27T22:22:38.788 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 2, files: 000020.sst 000021.sst 2023-12-27T22:22:38.788 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 2023-12-27T22:22:38.788 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000018.log size: 947526 ; 2023-12-27T22:22:38.788 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 2023-12-27T22:22:38.788 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.error_if_exists: 0 2023-12-27T22:22:38.788 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.create_if_missing: 0 2023-12-27T22:22:38.788 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.paranoid_checks: 1 2023-12-27T22:22:38.788 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.env: 0x55dab6693080 2023-12-27T22:22:38.788 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.fs: Posix File System 2023-12-27T22:22:38.788 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.info_log: 0x55dab7de5a20 2023-12-27T22:22:38.788 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-27T22:22:38.788 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.statistics: (nil) 2023-12-27T22:22:38.788 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.use_fsync: 0 2023-12-27T22:22:38.788 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.max_log_file_size: 0 2023-12-27T22:22:38.788 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-27T22:22:38.789 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-27T22:22:38.789 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-27T22:22:38.789 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-27T22:22:38.789 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.allow_fallocate: 1 2023-12-27T22:22:38.789 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-27T22:22:38.789 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-27T22:22:38.789 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.use_direct_reads: 0 2023-12-27T22:22:38.789 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-27T22:22:38.789 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-27T22:22:38.789 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.db_log_dir: 2023-12-27T22:22:38.789 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2023-12-27T22:22:38.789 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-27T22:22:38.789 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.max_subcompactions: 1 2023-12-27T22:22:38.790 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.max_background_flushes: -1 2023-12-27T22:22:38.790 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-27T22:22:38.790 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-27T22:22:38.790 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-27T22:22:38.790 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-27T22:22:38.790 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-27T22:22:38.790 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-27T22:22:38.790 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-27T22:22:38.790 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.write_buffer_manager: 0x55dab8ae2390 2023-12-27T22:22:38.790 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-27T22:22:38.790 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-27T22:22:38.790 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-27T22:22:38.790 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-27T22:22:38.790 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-27T22:22:38.790 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-27T22:22:38.790 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-27T22:22:38.791 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-27T22:22:38.791 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-27T22:22:38.791 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.unordered_write: 0 2023-12-27T22:22:38.791 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-27T22:22:38.791 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-27T22:22:38.791 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-27T22:22:38.792 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-27T22:22:38.793 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.row_cache: None 2023-12-27T22:22:38.793 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.wal_filter: None 2023-12-27T22:22:38.793 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-27T22:22:38.793 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-27T22:22:38.793 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.preserve_deletes: 0 2023-12-27T22:22:38.793 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.two_write_queues: 0 2023-12-27T22:22:38.793 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-27T22:22:38.793 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.atomic_flush: 0 2023-12-27T22:22:38.793 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-27T22:22:38.793 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-27T22:22:38.793 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-27T22:22:38.793 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.log_readahead_size: 0 2023-12-27T22:22:38.793 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-27T22:22:38.793 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.max_background_jobs: 2 2023-12-27T22:22:38.794 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.max_background_compactions: -1 2023-12-27T22:22:38.794 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-27T22:22:38.794 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-27T22:22:38.794 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-27T22:22:38.794 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-27T22:22:38.794 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-27T22:22:38.794 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-27T22:22:38.794 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-27T22:22:38.794 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-27T22:22:38.794 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.max_open_files: -1 2023-12-27T22:22:38.794 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-27T22:22:38.794 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-27T22:22:38.794 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-27T22:22:38.794 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-27T22:22:38.794 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Compression algorithms supported: 2023-12-27T22:22:38.795 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-27T22:22:38.795 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: kZSTD supported: 0 2023-12-27T22:22:38.795 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: kXpressCompression supported: 0 2023-12-27T22:22:38.795 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-27T22:22:38.795 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: kLZ4Compression supported: 1 2023-12-27T22:22:38.795 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: kBZip2Compression supported: 0 2023-12-27T22:22:38.795 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: kZlibCompression supported: 1 2023-12-27T22:22:38.795 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: kSnappyCompression supported: 1 2023-12-27T22:22:38.795 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-27T22:22:38.795 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2023-12-27T22:22:38.795 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 2023-12-27T22:22:38.795 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-27T22:22:38.795 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 2023-12-27T22:22:38.795 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-27T22:22:38.795 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.merge_operator: 2023-12-27T22:22:38.795 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.compaction_filter: None 2023-12-27T22:22:38.796 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-27T22:22:38.796 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-27T22:22:38.796 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-27T22:22:38.796 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55dab7d95d28) 2023-12-27T22:22:38.796 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cache_index_and_filter_blocks: 1 2023-12-27T22:22:38.796 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-27T22:22:38.796 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-27T22:22:38.796 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: pin_top_level_index_and_filter: 1 2023-12-27T22:22:38.796 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: index_type: 0 2023-12-27T22:22:38.796 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: data_block_index_type: 0 2023-12-27T22:22:38.796 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: index_shortening: 1 2023-12-27T22:22:38.796 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: data_block_hash_table_util_ratio: 0.750000 2023-12-27T22:22:38.796 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: hash_index_allow_collision: 1 2023-12-27T22:22:38.796 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: checksum: 1 2023-12-27T22:22:38.797 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: no_block_cache: 0 2023-12-27T22:22:38.797 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: block_cache: 0x55dab7dcaf10 2023-12-27T22:22:38.797 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: block_cache_name: BinnedLRUCache 2023-12-27T22:22:38.797 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: block_cache_options: 2023-12-27T22:22:38.797 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: capacity : 536870912 2023-12-27T22:22:38.797 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: num_shard_bits : 4 2023-12-27T22:22:38.797 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: strict_capacity_limit : 0 2023-12-27T22:22:38.797 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: high_pri_pool_ratio: 0.000 2023-12-27T22:22:38.797 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: block_cache_compressed: (nil) 2023-12-27T22:22:38.797 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: persistent_cache: (nil) 2023-12-27T22:22:38.797 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: block_size: 4096 2023-12-27T22:22:38.797 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: block_size_deviation: 10 2023-12-27T22:22:38.797 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: block_restart_interval: 16 2023-12-27T22:22:38.797 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: index_block_restart_interval: 1 2023-12-27T22:22:38.797 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: metadata_block_size: 4096 2023-12-27T22:22:38.798 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: partition_filters: 0 2023-12-27T22:22:38.798 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: use_delta_encoding: 1 2023-12-27T22:22:38.798 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-27T22:22:38.798 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: whole_key_filtering: 1 2023-12-27T22:22:38.798 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: verify_compression: 0 2023-12-27T22:22:38.798 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: read_amp_bytes_per_bit: 0 2023-12-27T22:22:38.798 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: format_version: 2 2023-12-27T22:22:38.798 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: enable_index_compression: 1 2023-12-27T22:22:38.798 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: block_align: 0 2023-12-27T22:22:38.798 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 2023-12-27T22:22:38.798 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-27T22:22:38.798 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-27T22:22:38.798 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.compression: NoCompression 2023-12-27T22:22:38.798 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-27T22:22:38.798 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-27T22:22:38.799 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-27T22:22:38.799 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.num_levels: 7 2023-12-27T22:22:38.799 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-27T22:22:38.799 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-27T22:22:38.799 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-27T22:22:38.799 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-27T22:22:38.799 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-27T22:22:38.799 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-27T22:22:38.799 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-27T22:22:38.799 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-27T22:22:38.799 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-27T22:22:38.799 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-27T22:22:38.799 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-27T22:22:38.799 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-27T22:22:38.799 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-27T22:22:38.800 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-27T22:22:38.800 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-27T22:22:38.800 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-27T22:22:38.800 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-27T22:22:38.800 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-27T22:22:38.800 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-27T22:22:38.800 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-27T22:22:38.800 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-27T22:22:38.800 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-27T22:22:38.800 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-27T22:22:38.800 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-27T22:22:38.800 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-27T22:22:38.800 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-27T22:22:38.800 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-27T22:22:38.800 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-27T22:22:38.800 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-27T22:22:38.801 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-27T22:22:38.801 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-27T22:22:38.801 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-27T22:22:38.801 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-27T22:22:38.801 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-27T22:22:38.801 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-27T22:22:38.801 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-27T22:22:38.801 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-27T22:22:38.801 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-27T22:22:38.801 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-27T22:22:38.801 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-27T22:22:38.801 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-27T22:22:38.801 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-27T22:22:38.801 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-27T22:22:38.801 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-27T22:22:38.802 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-27T22:22:38.802 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-27T22:22:38.802 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-27T22:22:38.802 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.table_properties_collectors: 2023-12-27T22:22:38.802 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.inplace_update_support: 0 2023-12-27T22:22:38.802 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-27T22:22:38.802 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-27T22:22:38.802 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-27T22:22:38.802 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-27T22:22:38.802 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.bloom_locality: 0 2023-12-27T22:22:38.802 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.max_successive_merges: 0 2023-12-27T22:22:38.802 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-27T22:22:38.802 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-27T22:22:38.802 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-27T22:22:38.803 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-27T22:22:38.803 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.ttl: 2592000 2023-12-27T22:22:38.803 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.774+0000 7f6bfffb7880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-27T22:22:38.803 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.775+0000 7f6bfffb7880 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 23, last_sequence is 9087, log_number is 18,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-27T22:22:38.803 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 2023-12-27T22:22:38.803 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.775+0000 7f6bfffb7880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 18 2023-12-27T22:22:38.803 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 2023-12-27T22:22:38.803 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.775+0000 7f6bfffb7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703715758776727, "job": 1, "event": "recovery_started", "log_files": [18]} 2023-12-27T22:22:38.803 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.775+0000 7f6bfffb7880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #18 mode 2 2023-12-27T22:22:38.803 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.776+0000 7f6bfffb7880 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-27T22:22:38.803 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.778+0000 7f6bfffb7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703715758779350, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 23, "file_size": 632149, "table_properties": {"data_size": 630362, "index_size": 777, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 197, "raw_key_size": 1135, "raw_average_key_size": 23, "raw_value_size": 628907, "raw_average_value_size": 13102, "num_data_blocks": 24, "num_entries": 48, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1703715758, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-27T22:22:38.803 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.778+0000 7f6bfffb7880 4 rocksdb: [version_set.cc:3826] Creating manifest 24 2023-12-27T22:22:38.803 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 2023-12-27T22:22:38.803 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.778+0000 7f6bfffb7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703715758779755, "job": 1, "event": "recovery_finished"} 2023-12-27T22:22:38.803 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.779+0000 7f6bfffb7880 4 rocksdb: DB pointer 0x55dab7e93800 2023-12-27T22:22:38.804 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.779+0000 7f6be6dbd700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-27T22:22:38.804 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.779+0000 7f6be6dbd700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-27T22:22:38.804 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: ** DB Stats ** 2023-12-27T22:22:38.804 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-27T22:22:38.804 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 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-27T22:22:38.804 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-27T22:22:38.804 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-27T22:22:38.804 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 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-27T22:22:38.804 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-27T22:22:38.804 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-27T22:22:38.804 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 2023-12-27T22:22:38.804 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: ** Compaction Stats [default] ** 2023-12-27T22:22:38.804 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 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-27T22:22:38.804 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-27T22:22:38.804 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: L0 1/0 617.33 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 364.5 0.00 0.00 1 0.002 0 0 2023-12-27T22:22:38.805 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: L6 2/0 69.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-27T22:22:38.805 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: Sum 3/0 69.62 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 364.5 0.00 0.00 1 0.002 0 0 2023-12-27T22:22:38.805 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 364.5 0.00 0.00 1 0.002 0 0 2023-12-27T22:22:38.805 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 2023-12-27T22:22:38.805 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: ** Compaction Stats [default] ** 2023-12-27T22:22:38.805 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 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-27T22:22:38.805 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-27T22:22:38.805 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 364.5 0.00 0.00 1 0.002 0 0 2023-12-27T22:22:38.805 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-27T22:22:38.805 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: Flush(GB): cumulative 0.001, interval 0.001 2023-12-27T22:22:38.805 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-27T22:22:38.805 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: AddFile(Total Files): cumulative 0, interval 0 2023-12-27T22:22:38.806 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-27T22:22:38.806 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: AddFile(Keys): cumulative 0, interval 0 2023-12-27T22:22:38.806 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: Cumulative compaction: 0.00 GB write, 129.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-27T22:22:38.806 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: Interval compaction: 0.00 GB write, 129.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-27T22:22:38.806 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 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-27T22:22:38.806 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 2023-12-27T22:22:38.806 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: ** File Read Latency Histogram By Level [default] ** 2023-12-27T22:22:38.806 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 2023-12-27T22:22:38.806 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: ** Compaction Stats [default] ** 2023-12-27T22:22:38.806 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 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-27T22:22:38.806 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-27T22:22:38.806 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: L0 1/0 617.33 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 364.5 0.00 0.00 1 0.002 0 0 2023-12-27T22:22:38.806 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: L6 2/0 69.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-27T22:22:38.806 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: Sum 3/0 69.62 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 364.5 0.00 0.00 1 0.002 0 0 2023-12-27T22:22:38.806 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 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-27T22:22:38.807 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 2023-12-27T22:22:38.807 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: ** Compaction Stats [default] ** 2023-12-27T22:22:38.807 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 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-27T22:22:38.807 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-27T22:22:38.807 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 364.5 0.00 0.00 1 0.002 0 0 2023-12-27T22:22:38.807 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-27T22:22:38.807 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: Flush(GB): cumulative 0.001, interval 0.000 2023-12-27T22:22:38.807 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-27T22:22:38.807 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: AddFile(Total Files): cumulative 0, interval 0 2023-12-27T22:22:38.807 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-27T22:22:38.807 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: AddFile(Keys): cumulative 0, interval 0 2023-12-27T22:22:38.807 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: Cumulative compaction: 0.00 GB write, 128.65 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-27T22:22:38.807 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 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-27T22:22:38.807 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 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-27T22:22:38.807 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 2023-12-27T22:22:38.807 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: ** File Read Latency Histogram By Level [default] ** 2023-12-27T22:22:38.808 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 2023-12-27T22:22:38.808 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.779+0000 7f6bfffb7880 0 starting mon.c rank 1 at public addrs [v2:172.21.15.5:3301/0,v1:172.21.15.5:6790/0] at bind addrs [v2:172.21.15.5:3301/0,v1:172.21.15.5:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid fe802a76-a504-11ee-95a5-87774f69a715 2023-12-27T22:22:38.808 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.780+0000 7f6bfffb7880 1 mon.c@-1(???) e3 preinit fsid fe802a76-a504-11ee-95a5-87774f69a715 2023-12-27T22:22:38.808 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.780+0000 7f6bfffb7880 0 mon.c@-1(???).mds e1 new map 2023-12-27T22:22:38.808 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.780+0000 7f6bfffb7880 0 mon.c@-1(???).mds e1 print_map 2023-12-27T22:22:38.808 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: e1 2023-12-27T22:22:38.808 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: enable_multiple, ever_enabled_multiple: 0,0 2023-12-27T22:22:38.808 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 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-27T22:22:38.808 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: legacy client fscid: -1 2023-12-27T22:22:38.808 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 2023-12-27T22:22:38.808 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: No filesystems configured 2023-12-27T22:22:38.808 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: 2023-12-27T22:22:38.808 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.780+0000 7f6bfffb7880 0 mon.c@-1(???).osd e80 crush map has features 3314933000852226048, adjusting msgr requires 2023-12-27T22:22:38.808 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.780+0000 7f6bfffb7880 0 mon.c@-1(???).osd e80 crush map has features 288514051259236352, adjusting msgr requires 2023-12-27T22:22:38.808 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.780+0000 7f6bfffb7880 0 mon.c@-1(???).osd e80 crush map has features 288514051259236352, adjusting msgr requires 2023-12-27T22:22:38.809 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.780+0000 7f6bfffb7880 0 mon.c@-1(???).osd e80 crush map has features 288514051259236352, adjusting msgr requires 2023-12-27T22:22:38.809 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:35.813703+0000 mgr.y (mgr.24853) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:38.809 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:36.242909+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:98bcceb13f3bea69b6eed6e3c8a00fe4e52f414fe3ad2a27cc690d3469b94580", "who": "mon.c"}]: dispatch 2023-12-27T22:22:38.809 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:36.246718+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.24853 ' entity='mgr.y' 2023-12-27T22:22:38.809 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:36.247740+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:22:38.809 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:36.248386+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:22:38.809 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:36.248960+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:38.809 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:36.249881+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-27T22:22:38.809 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:22:38.781+0000 7f6bfffb7880 1 mon.c@-1(???).paxosservice(auth 1..21) refresh upgraded, format 0 -> 3 2023-12-27T22:22:39.113 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 bash[137330]: ba68542fca61cf5046e7d2113d35536590b70955ca466157170d3be8968425c8 2023-12-27T22:22:39.113 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:38 smithi005 systemd[1]: Started Ceph mon.c for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:22:40.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:37.814264+0000 mgr.y (mgr.24853) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:40.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:38.990315+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-27T22:22:40.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:39.311910+0000 mon.a (mon.0) 46 : cluster [INF] mon.a calling monitor election 2023-12-27T22:22:40.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:39.324295+0000 mon.a (mon.0) 47 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-27T22:22:40.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:39.332962+0000 mon.a (mon.0) 48 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0],c=[v2:172.21.15.5:3301/0,v1:172.21.15.5:6790/0]} removed_ranks: {} 2023-12-27T22:22:40.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:39.344803+0000 mon.a (mon.0) 49 : cluster [DBG] fsmap 2023-12-27T22:22:40.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:39.344830+0000 mon.a (mon.0) 50 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-27T22:22:40.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:39.345183+0000 mon.a (mon.0) 51 : cluster [DBG] mgrmap e31: y(active, since 15s), standbys: x 2023-12-27T22:22:40.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:39.348425+0000 mon.a (mon.0) 52 : cluster [INF] overall HEALTH_OK 2023-12-27T22:22:40.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:39.350873+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:40.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:39.351924+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:22:40.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:39.353532+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:22:40.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:39.814649+0000 mgr.y (mgr.24853) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:40.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:37.814264+0000 mgr.y (mgr.24853) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:40.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:38.990315+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-27T22:22:40.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:39.311910+0000 mon.a (mon.0) 46 : cluster [INF] mon.a calling monitor election 2023-12-27T22:22:40.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:39.324295+0000 mon.a (mon.0) 47 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-27T22:22:40.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:39.332962+0000 mon.a (mon.0) 48 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0],c=[v2:172.21.15.5:3301/0,v1:172.21.15.5:6790/0]} removed_ranks: {} 2023-12-27T22:22:40.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:39.344803+0000 mon.a (mon.0) 49 : cluster [DBG] fsmap 2023-12-27T22:22:40.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:39.344830+0000 mon.a (mon.0) 50 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-27T22:22:40.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:39.345183+0000 mon.a (mon.0) 51 : cluster [DBG] mgrmap e31: y(active, since 15s), standbys: x 2023-12-27T22:22:40.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:39.348425+0000 mon.a (mon.0) 52 : cluster [INF] overall HEALTH_OK 2023-12-27T22:22:40.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:39.350873+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:40.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:39.351924+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:22:40.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:39.353532+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:22:40.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:39.814649+0000 mgr.y (mgr.24853) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:40.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:40 smithi115 bash[108225]: cluster 2023-12-27T22:22:37.814264+0000 mgr.y (mgr.24853) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:40.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:40 smithi115 bash[108225]: cluster 2023-12-27T22:22:38.990315+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-27T22:22:40.754 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:40 smithi115 bash[108225]: cluster 2023-12-27T22:22:39.311910+0000 mon.a (mon.0) 46 : cluster [INF] mon.a calling monitor election 2023-12-27T22:22:40.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:40 smithi115 bash[108225]: cluster 2023-12-27T22:22:39.324295+0000 mon.a (mon.0) 47 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-27T22:22:40.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:40 smithi115 bash[108225]: cluster 2023-12-27T22:22:39.332962+0000 mon.a (mon.0) 48 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0],c=[v2:172.21.15.5:3301/0,v1:172.21.15.5:6790/0]} removed_ranks: {} 2023-12-27T22:22:40.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:40 smithi115 bash[108225]: cluster 2023-12-27T22:22:39.344803+0000 mon.a (mon.0) 49 : cluster [DBG] fsmap 2023-12-27T22:22:40.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:40 smithi115 bash[108225]: cluster 2023-12-27T22:22:39.344830+0000 mon.a (mon.0) 50 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-27T22:22:40.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:40 smithi115 bash[108225]: cluster 2023-12-27T22:22:39.345183+0000 mon.a (mon.0) 51 : cluster [DBG] mgrmap e31: y(active, since 15s), standbys: x 2023-12-27T22:22:40.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:40 smithi115 bash[108225]: cluster 2023-12-27T22:22:39.348425+0000 mon.a (mon.0) 52 : cluster [INF] overall HEALTH_OK 2023-12-27T22:22:40.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:40 smithi115 bash[108225]: audit 2023-12-27T22:22:39.350873+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:40.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:40 smithi115 bash[108225]: audit 2023-12-27T22:22:39.351924+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:22:40.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:40 smithi115 bash[108225]: audit 2023-12-27T22:22:39.353532+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:22:40.755 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:40 smithi115 bash[108225]: cluster 2023-12-27T22:22:39.814649+0000 mgr.y (mgr.24853) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:43.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:43 smithi115 bash[108225]: cluster 2023-12-27T22:22:41.815391+0000 mgr.y (mgr.24853) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:43.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:43 smithi115 bash[108225]: audit 2023-12-27T22:22:42.200178+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:43.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:43 smithi115 bash[108225]: audit 2023-12-27T22:22:42.203846+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:43.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:43 smithi115 bash[108225]: audit 2023-12-27T22:22:42.208600+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:22:43.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:43 smithi115 bash[108225]: audit 2023-12-27T22:22:42.210443+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:22:43.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:43 smithi115 bash[108225]: audit 2023-12-27T22:22:42.211407+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-27T22:22:43.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:43 smithi115 bash[108225]: audit 2023-12-27T22:22:42.211956+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-27T22:22:43.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:43 smithi115 bash[108225]: audit 2023-12-27T22:22:43.095316+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:43.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:43 smithi115 bash[108225]: audit 2023-12-27T22:22:43.096233+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:22:43.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:43 smithi115 bash[108225]: audit 2023-12-27T22:22:43.096930+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:22:43.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:43 smithi115 bash[108225]: audit 2023-12-27T22:22:43.097689+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:43.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:43 smithi115 bash[108225]: audit 2023-12-27T22:22:43.098890+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-27T22:22:43.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:41.815391+0000 mgr.y (mgr.24853) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:43.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:42.200178+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:43.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:42.203846+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:43.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:42.208600+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:22:43.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:42.210443+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:22:43.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:42.211407+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-27T22:22:43.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:42.211956+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-27T22:22:43.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:43.095316+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:43.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:43.096233+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:22:43.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:43.096930+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:22:43.616 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:43.097689+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:43.616 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:43.098890+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-27T22:22:43.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:41.815391+0000 mgr.y (mgr.24853) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:43.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:42.200178+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:43.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:42.203846+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:43.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:42.208600+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:22:43.617 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:42.210443+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:22:43.617 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:42.211407+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-27T22:22:43.617 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:42.211956+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-27T22:22:43.617 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:43.095316+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:43.617 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:43.096233+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:22:43.617 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:43.096930+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:22:43.618 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:43.097689+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:43.618 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:43.098890+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-27T22:22:44.114 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:43.787+0000 7f60236f0700 -1 mgr.server handle_report got status from non-daemon mon.c 2023-12-27T22:22:44.163 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:43 smithi115 systemd[1]: Stopping Ceph mon.b for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:22:44.163 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:44 smithi115 bash[108225]: debug 2023-12-27T22:22:44.006+0000 7ff6d73d4700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-27T22:22:44.163 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:44 smithi115 bash[108225]: debug 2023-12-27T22:22:44.006+0000 7ff6d73d4700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2023-12-27T22:22:44.495 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:44 smithi115 bash[128611]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon.b 2023-12-27T22:22:45.222 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:44 smithi115 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@mon.b.service: Succeeded. 2023-12-27T22:22:45.222 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:44 smithi115 systemd[1]: Stopped Ceph mon.b for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:22:45.222 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 systemd[1]: Starting Ceph mon.b for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:22:45.626 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 bash[128792]: 6fda2f83ca829d59c7420eecea206181852fb62c3e890adfeae38b9921de1e60 2023-12-27T22:22:45.626 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 systemd[1]: Started Ceph mon.b for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:22:45.626 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.276+0000 7f0838e49880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-27T22:22:45.626 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.276+0000 7f0838e49880 0 ceph version 16.2.14-417-gc5564c79 (c5564c7988cbaadc3382253af5843a8595347c2d) pacific (stable), process ceph-mon, pid 7 2023-12-27T22:22:45.627 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.276+0000 7f0838e49880 0 pidfile_write: ignore empty --pid-file 2023-12-27T22:22:45.627 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.280+0000 7f0838e49880 0 load: jerasure load: lrc load: isa 2023-12-27T22:22:45.627 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: RocksDB version: 6.8.1 2023-12-27T22:22:45.627 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 2023-12-27T22:22:45.627 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-27T22:22:45.627 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Compile date Dec 27 2023 2023-12-27T22:22:45.627 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: DB SUMMARY 2023-12-27T22:22:45.627 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 2023-12-27T22:22:45.627 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: CURRENT file: CURRENT 2023-12-27T22:22:45.627 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 2023-12-27T22:22:45.627 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-27T22:22:45.627 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 2023-12-27T22:22:45.627 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 646 Bytes 2023-12-27T22:22:45.627 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 2023-12-27T22:22:45.627 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 2, files: 000020.sst 000021.sst 2023-12-27T22:22:45.628 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 2023-12-27T22:22:45.628 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000018.log size: 1539932 ; 2023-12-27T22:22:45.628 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 2023-12-27T22:22:45.628 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.error_if_exists: 0 2023-12-27T22:22:45.628 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.create_if_missing: 0 2023-12-27T22:22:45.628 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.paranoid_checks: 1 2023-12-27T22:22:45.628 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.env: 0x564ed6338080 2023-12-27T22:22:45.628 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.fs: Posix File System 2023-12-27T22:22:45.628 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.info_log: 0x564ed721ba20 2023-12-27T22:22:45.628 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-27T22:22:45.628 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.statistics: (nil) 2023-12-27T22:22:45.628 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.use_fsync: 0 2023-12-27T22:22:45.628 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.max_log_file_size: 0 2023-12-27T22:22:45.628 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-27T22:22:45.628 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-27T22:22:45.629 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-27T22:22:45.629 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-27T22:22:45.629 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.allow_fallocate: 1 2023-12-27T22:22:45.629 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-27T22:22:45.629 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-27T22:22:45.629 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.use_direct_reads: 0 2023-12-27T22:22:45.629 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-27T22:22:45.629 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-27T22:22:45.629 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.db_log_dir: 2023-12-27T22:22:45.629 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2023-12-27T22:22:45.629 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-27T22:22:45.629 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.max_subcompactions: 1 2023-12-27T22:22:45.629 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.max_background_flushes: -1 2023-12-27T22:22:45.631 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-27T22:22:45.631 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-27T22:22:45.631 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-27T22:22:45.631 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-27T22:22:45.631 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-27T22:22:45.631 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-27T22:22:45.632 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-27T22:22:45.632 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.write_buffer_manager: 0x564ed7f18390 2023-12-27T22:22:45.632 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-27T22:22:45.632 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-27T22:22:45.632 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-27T22:22:45.632 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-27T22:22:45.632 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-27T22:22:45.632 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-27T22:22:45.632 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-27T22:22:45.632 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-27T22:22:45.632 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-27T22:22:45.632 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.unordered_write: 0 2023-12-27T22:22:45.632 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-27T22:22:45.632 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-27T22:22:45.632 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-27T22:22:45.633 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-27T22:22:45.633 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.row_cache: None 2023-12-27T22:22:45.633 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.wal_filter: None 2023-12-27T22:22:45.633 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-27T22:22:45.633 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-27T22:22:45.633 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.preserve_deletes: 0 2023-12-27T22:22:45.633 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.two_write_queues: 0 2023-12-27T22:22:45.633 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-27T22:22:45.633 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.atomic_flush: 0 2023-12-27T22:22:45.633 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-27T22:22:45.633 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-27T22:22:45.633 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-27T22:22:45.633 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.log_readahead_size: 0 2023-12-27T22:22:45.633 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-27T22:22:45.633 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.max_background_jobs: 2 2023-12-27T22:22:45.634 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.max_background_compactions: -1 2023-12-27T22:22:45.634 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-27T22:22:45.634 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-27T22:22:45.634 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-27T22:22:45.634 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-27T22:22:45.634 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-27T22:22:45.634 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-27T22:22:45.634 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-27T22:22:45.634 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-27T22:22:45.634 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.max_open_files: -1 2023-12-27T22:22:45.634 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-27T22:22:45.634 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-27T22:22:45.634 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-27T22:22:45.634 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-27T22:22:45.634 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Compression algorithms supported: 2023-12-27T22:22:45.635 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-27T22:22:45.635 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: kZSTD supported: 0 2023-12-27T22:22:45.635 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: kXpressCompression supported: 0 2023-12-27T22:22:45.635 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-27T22:22:45.635 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: kLZ4Compression supported: 1 2023-12-27T22:22:45.635 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: kBZip2Compression supported: 0 2023-12-27T22:22:45.635 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: kZlibCompression supported: 1 2023-12-27T22:22:45.635 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: kSnappyCompression supported: 1 2023-12-27T22:22:45.635 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-27T22:22:45.635 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2023-12-27T22:22:45.635 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 2023-12-27T22:22:45.635 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-27T22:22:45.635 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 2023-12-27T22:22:45.635 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-27T22:22:45.635 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.merge_operator: 2023-12-27T22:22:45.635 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.compaction_filter: None 2023-12-27T22:22:45.636 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-27T22:22:45.636 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-27T22:22:45.636 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-27T22:22:45.636 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564ed71cbd28) 2023-12-27T22:22:45.636 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cache_index_and_filter_blocks: 1 2023-12-27T22:22:45.636 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-27T22:22:45.636 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-27T22:22:45.636 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: pin_top_level_index_and_filter: 1 2023-12-27T22:22:45.636 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: index_type: 0 2023-12-27T22:22:45.636 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: data_block_index_type: 0 2023-12-27T22:22:45.636 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: index_shortening: 1 2023-12-27T22:22:45.636 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: data_block_hash_table_util_ratio: 0.750000 2023-12-27T22:22:45.636 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: hash_index_allow_collision: 1 2023-12-27T22:22:45.636 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: checksum: 1 2023-12-27T22:22:45.636 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: no_block_cache: 0 2023-12-27T22:22:45.637 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: block_cache: 0x564ed7200f10 2023-12-27T22:22:45.637 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: block_cache_name: BinnedLRUCache 2023-12-27T22:22:45.637 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: block_cache_options: 2023-12-27T22:22:45.637 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: capacity : 536870912 2023-12-27T22:22:45.637 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: num_shard_bits : 4 2023-12-27T22:22:45.637 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: strict_capacity_limit : 0 2023-12-27T22:22:45.637 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: high_pri_pool_ratio: 0.000 2023-12-27T22:22:45.637 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: block_cache_compressed: (nil) 2023-12-27T22:22:45.637 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: persistent_cache: (nil) 2023-12-27T22:22:45.637 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: block_size: 4096 2023-12-27T22:22:45.637 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: block_size_deviation: 10 2023-12-27T22:22:45.637 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: block_restart_interval: 16 2023-12-27T22:22:45.637 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: index_block_restart_interval: 1 2023-12-27T22:22:45.637 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: metadata_block_size: 4096 2023-12-27T22:22:45.637 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: partition_filters: 0 2023-12-27T22:22:45.638 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: use_delta_encoding: 1 2023-12-27T22:22:45.638 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-27T22:22:45.638 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: whole_key_filtering: 1 2023-12-27T22:22:45.638 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: verify_compression: 0 2023-12-27T22:22:45.638 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: read_amp_bytes_per_bit: 0 2023-12-27T22:22:45.638 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: format_version: 2 2023-12-27T22:22:45.638 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: enable_index_compression: 1 2023-12-27T22:22:45.638 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: block_align: 0 2023-12-27T22:22:45.638 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 2023-12-27T22:22:45.638 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-27T22:22:45.638 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-27T22:22:45.638 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.compression: NoCompression 2023-12-27T22:22:45.638 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-27T22:22:45.638 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-27T22:22:45.638 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-27T22:22:45.639 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.num_levels: 7 2023-12-27T22:22:45.639 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-27T22:22:45.639 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-27T22:22:45.639 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-27T22:22:45.639 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-27T22:22:45.639 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-27T22:22:45.639 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-27T22:22:45.639 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-27T22:22:45.639 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-27T22:22:45.639 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-27T22:22:45.639 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-27T22:22:45.639 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-27T22:22:45.639 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-27T22:22:45.639 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-27T22:22:45.639 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-27T22:22:45.639 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-27T22:22:45.640 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-27T22:22:45.640 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-27T22:22:45.640 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-27T22:22:45.640 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-27T22:22:45.640 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-27T22:22:45.640 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-27T22:22:45.640 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-27T22:22:45.640 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-27T22:22:45.640 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-27T22:22:45.640 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-27T22:22:45.640 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-27T22:22:45.640 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-27T22:22:45.640 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-27T22:22:45.640 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-27T22:22:45.640 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-27T22:22:45.641 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-27T22:22:45.641 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-27T22:22:45.641 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-27T22:22:45.641 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-27T22:22:45.641 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-27T22:22:45.641 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-27T22:22:45.641 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-27T22:22:45.641 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-27T22:22:45.641 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-27T22:22:45.641 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-27T22:22:45.641 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-27T22:22:45.641 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-27T22:22:45.641 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-27T22:22:45.641 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-27T22:22:45.641 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-27T22:22:45.642 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-27T22:22:45.642 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-27T22:22:45.642 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.table_properties_collectors: 2023-12-27T22:22:45.642 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.inplace_update_support: 0 2023-12-27T22:22:45.642 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-27T22:22:45.642 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-27T22:22:45.642 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-27T22:22:45.642 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-27T22:22:45.642 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.bloom_locality: 0 2023-12-27T22:22:45.642 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.max_successive_merges: 0 2023-12-27T22:22:45.642 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-27T22:22:45.642 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-27T22:22:45.642 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-27T22:22:45.642 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-27T22:22:45.642 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.ttl: 2592000 2023-12-27T22:22:45.643 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.281+0000 7f0838e49880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-27T22:22:45.643 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.282+0000 7f0838e49880 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 23, last_sequence is 9005, log_number is 18,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-27T22:22:45.643 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 2023-12-27T22:22:45.643 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.282+0000 7f0838e49880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 18 2023-12-27T22:22:45.643 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 2023-12-27T22:22:45.643 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.282+0000 7f0838e49880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703715765283605, "job": 1, "event": "recovery_started", "log_files": [18]} 2023-12-27T22:22:45.643 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.282+0000 7f0838e49880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #18 mode 2 2023-12-27T22:22:45.643 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.284+0000 7f0838e49880 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-27T22:22:45.643 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.285+0000 7f0838e49880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703715765286981, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 23, "file_size": 998601, "table_properties": {"data_size": 996214, "index_size": 1249, "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": 1908, "raw_average_key_size": 22, "raw_value_size": 993837, "raw_average_value_size": 11973, "num_data_blocks": 40, "num_entries": 83, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1703715765, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-27T22:22:45.643 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.285+0000 7f0838e49880 4 rocksdb: [version_set.cc:3826] Creating manifest 24 2023-12-27T22:22:45.643 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 2023-12-27T22:22:45.643 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.288+0000 7f0838e49880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703715765289450, "job": 1, "event": "recovery_finished"} 2023-12-27T22:22:45.643 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.289+0000 7f0838e49880 4 rocksdb: DB pointer 0x564ed72c9800 2023-12-27T22:22:45.643 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.289+0000 7f081fc4f700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-27T22:22:45.643 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.289+0000 7f081fc4f700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-27T22:22:45.644 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: ** DB Stats ** 2023-12-27T22:22:45.644 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-27T22:22:45.644 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 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-27T22:22:45.644 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-27T22:22:45.644 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-27T22:22:45.644 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 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-27T22:22:45.644 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-27T22:22:45.644 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-27T22:22:45.644 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 2023-12-27T22:22:45.644 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: ** Compaction Stats [default] ** 2023-12-27T22:22:45.644 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 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-27T22:22:45.644 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-27T22:22:45.644 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: L0 1/0 975.20 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 464.6 0.00 0.00 1 0.002 0 0 2023-12-27T22:22:45.644 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: L6 2/0 69.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-27T22:22:45.644 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: Sum 3/0 69.97 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 464.6 0.00 0.00 1 0.002 0 0 2023-12-27T22:22:45.645 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 464.6 0.00 0.00 1 0.002 0 0 2023-12-27T22:22:45.645 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 2023-12-27T22:22:45.645 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: ** Compaction Stats [default] ** 2023-12-27T22:22:45.645 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 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-27T22:22:45.645 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-27T22:22:45.645 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 464.6 0.00 0.00 1 0.002 0 0 2023-12-27T22:22:45.645 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-27T22:22:45.645 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: Flush(GB): cumulative 0.001, interval 0.001 2023-12-27T22:22:45.645 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-27T22:22:45.645 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: AddFile(Total Files): cumulative 0, interval 0 2023-12-27T22:22:45.645 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-27T22:22:45.645 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: AddFile(Keys): cumulative 0, interval 0 2023-12-27T22:22:45.645 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: Cumulative compaction: 0.00 GB write, 124.82 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-27T22:22:45.645 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: Interval compaction: 0.00 GB write, 124.82 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-27T22:22:45.645 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 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-27T22:22:45.646 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 2023-12-27T22:22:45.646 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: ** File Read Latency Histogram By Level [default] ** 2023-12-27T22:22:45.646 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 2023-12-27T22:22:45.646 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: ** Compaction Stats [default] ** 2023-12-27T22:22:45.646 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 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-27T22:22:45.646 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-27T22:22:45.646 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: L0 1/0 975.20 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 464.6 0.00 0.00 1 0.002 0 0 2023-12-27T22:22:45.646 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: L6 2/0 69.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-27T22:22:45.646 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: Sum 3/0 69.97 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 464.6 0.00 0.00 1 0.002 0 0 2023-12-27T22:22:45.646 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 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-27T22:22:45.646 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 2023-12-27T22:22:45.646 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: ** Compaction Stats [default] ** 2023-12-27T22:22:45.646 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 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-27T22:22:45.646 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-27T22:22:45.646 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 464.6 0.00 0.00 1 0.002 0 0 2023-12-27T22:22:45.646 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-27T22:22:45.647 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: Flush(GB): cumulative 0.001, interval 0.000 2023-12-27T22:22:45.647 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-27T22:22:45.647 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: AddFile(Total Files): cumulative 0, interval 0 2023-12-27T22:22:45.647 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-27T22:22:45.647 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: AddFile(Keys): cumulative 0, interval 0 2023-12-27T22:22:45.647 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: Cumulative compaction: 0.00 GB write, 124.25 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-27T22:22:45.647 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 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-27T22:22:45.647 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 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-27T22:22:45.647 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 2023-12-27T22:22:45.647 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: ** File Read Latency Histogram By Level [default] ** 2023-12-27T22:22:45.647 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 2023-12-27T22:22:45.647 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.289+0000 7f0838e49880 0 starting mon.b rank 2 at public addrs [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] at bind addrs [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid fe802a76-a504-11ee-95a5-87774f69a715 2023-12-27T22:22:45.647 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.290+0000 7f0838e49880 1 mon.b@-1(???) e3 preinit fsid fe802a76-a504-11ee-95a5-87774f69a715 2023-12-27T22:22:45.647 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.291+0000 7f0838e49880 0 mon.b@-1(???).mds e1 new map 2023-12-27T22:22:45.647 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.291+0000 7f0838e49880 0 mon.b@-1(???).mds e1 print_map 2023-12-27T22:22:45.648 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: e1 2023-12-27T22:22:45.648 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: enable_multiple, ever_enabled_multiple: 0,0 2023-12-27T22:22:45.648 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 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-27T22:22:45.648 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: legacy client fscid: -1 2023-12-27T22:22:45.648 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 2023-12-27T22:22:45.648 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: No filesystems configured 2023-12-27T22:22:45.648 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: 2023-12-27T22:22:45.648 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.291+0000 7f0838e49880 0 mon.b@-1(???).osd e80 crush map has features 3314933000852226048, adjusting msgr requires 2023-12-27T22:22:45.648 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.291+0000 7f0838e49880 0 mon.b@-1(???).osd e80 crush map has features 288514051259236352, adjusting msgr requires 2023-12-27T22:22:45.648 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.291+0000 7f0838e49880 0 mon.b@-1(???).osd e80 crush map has features 288514051259236352, adjusting msgr requires 2023-12-27T22:22:45.648 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.291+0000 7f0838e49880 0 mon.b@-1(???).osd e80 crush map has features 288514051259236352, adjusting msgr requires 2023-12-27T22:22:45.648 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:22:41.815391+0000 mgr.y (mgr.24853) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:45.648 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:42.200178+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:45.648 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:42.203846+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:45.648 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:42.208600+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:22:45.649 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:42.210443+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:22:45.649 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:42.211407+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-27T22:22:45.649 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:42.211956+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-27T22:22:45.649 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:43.095316+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:45.649 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:43.096233+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:22:45.649 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:43.096930+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:22:45.649 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:43.097689+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:45.649 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:43.098890+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-27T22:22:45.649 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:22:45.291+0000 7f0838e49880 1 mon.b@-1(???).paxosservice(auth 1..22) refresh upgraded, format 0 -> 3 2023-12-27T22:22:45.649 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:42.212374+0000 mgr.y (mgr.24853) 13 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2023-12-27T22:22:45.649 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:43.090832+0000 mgr.y (mgr.24853) 14 : cephadm [INF] Upgrade: Updating mon.b 2023-12-27T22:22:45.649 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:45 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:43.098350+0000 mgr.y (mgr.24853) 15 : cephadm [INF] Deploying daemon mon.b on smithi115 2023-12-27T22:22:46.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:45 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:42.212374+0000 mgr.y (mgr.24853) 13 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2023-12-27T22:22:46.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:45 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:43.090832+0000 mgr.y (mgr.24853) 14 : cephadm [INF] Upgrade: Updating mon.b 2023-12-27T22:22:46.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:45 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:43.098350+0000 mgr.y (mgr.24853) 15 : cephadm [INF] Deploying daemon mon.b on smithi115 2023-12-27T22:22:46.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:45 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:42.212374+0000 mgr.y (mgr.24853) 13 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2023-12-27T22:22:46.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:45 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:43.090832+0000 mgr.y (mgr.24853) 14 : cephadm [INF] Upgrade: Updating mon.b 2023-12-27T22:22:46.114 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:45 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:43.098350+0000 mgr.y (mgr.24853) 15 : cephadm [INF] Deploying daemon mon.b on smithi115 2023-12-27T22:22:47.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:46 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:22:45.645103+0000 mon.a (mon.0) 73 : cluster [INF] overall HEALTH_OK 2023-12-27T22:22:47.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:46 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:45.645898+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-27T22:22:47.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:46 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:22:45.646114+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-27T22:22:47.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:46 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:22:45.646162+0000 mon.a (mon.0) 75 : cluster [INF] mon.a calling monitor election 2023-12-27T22:22:47.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:46 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:22:45.646261+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-27T22:22:47.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:46 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:22:45.660252+0000 mon.a (mon.0) 76 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-27T22:22:47.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:46 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:45.660985+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-27T22:22:47.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:46 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:45.661188+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-27T22:22:47.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:46 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:22:45.663388+0000 mon.a (mon.0) 79 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0],c=[v2:172.21.15.5:3301/0,v1:172.21.15.5:6790/0]} removed_ranks: {} 2023-12-27T22:22:47.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:46 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:22:45.663825+0000 mon.a (mon.0) 80 : cluster [DBG] fsmap 2023-12-27T22:22:47.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:46 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:22:45.663855+0000 mon.a (mon.0) 81 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-27T22:22:47.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:46 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:22:45.664239+0000 mon.a (mon.0) 82 : cluster [DBG] mgrmap e31: y(active, since 21s), standbys: x 2023-12-27T22:22:47.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:46 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:22:45.667516+0000 mon.a (mon.0) 83 : cluster [INF] overall HEALTH_OK 2023-12-27T22:22:47.005 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:46 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:45.669940+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:47.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:46 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:45.670957+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:22:47.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:46 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:45.672685+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:22:47.006 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:46 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:22:45.816613+0000 mgr.y (mgr.24853) 17 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:47.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:45.645103+0000 mon.a (mon.0) 73 : cluster [INF] overall HEALTH_OK 2023-12-27T22:22:47.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:45.645898+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-27T22:22:47.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:45.646114+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-27T22:22:47.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:45.646162+0000 mon.a (mon.0) 75 : cluster [INF] mon.a calling monitor election 2023-12-27T22:22:47.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:45.646261+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-27T22:22:47.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:45.660252+0000 mon.a (mon.0) 76 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-27T22:22:47.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:45.660985+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-27T22:22:47.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:45.661188+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-27T22:22:47.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:45.663388+0000 mon.a (mon.0) 79 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0],c=[v2:172.21.15.5:3301/0,v1:172.21.15.5:6790/0]} removed_ranks: {} 2023-12-27T22:22:47.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:45.663825+0000 mon.a (mon.0) 80 : cluster [DBG] fsmap 2023-12-27T22:22:47.114 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:45.663855+0000 mon.a (mon.0) 81 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-27T22:22:47.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:45.664239+0000 mon.a (mon.0) 82 : cluster [DBG] mgrmap e31: y(active, since 21s), standbys: x 2023-12-27T22:22:47.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:45.667516+0000 mon.a (mon.0) 83 : cluster [INF] overall HEALTH_OK 2023-12-27T22:22:47.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:45.669940+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:47.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:45.670957+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:22:47.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:45.672685+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:22:47.115 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:45.816613+0000 mgr.y (mgr.24853) 17 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:47.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:45.645103+0000 mon.a (mon.0) 73 : cluster [INF] overall HEALTH_OK 2023-12-27T22:22:47.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:45.645898+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-27T22:22:47.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:45.646114+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-27T22:22:47.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:45.646162+0000 mon.a (mon.0) 75 : cluster [INF] mon.a calling monitor election 2023-12-27T22:22:47.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:45.646261+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-27T22:22:47.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:45.660252+0000 mon.a (mon.0) 76 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-27T22:22:47.115 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:45.660985+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-27T22:22:47.116 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:45.661188+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-27T22:22:47.116 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:45.663388+0000 mon.a (mon.0) 79 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],b=[v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0],c=[v2:172.21.15.5:3301/0,v1:172.21.15.5:6790/0]} removed_ranks: {} 2023-12-27T22:22:47.116 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:45.663825+0000 mon.a (mon.0) 80 : cluster [DBG] fsmap 2023-12-27T22:22:47.116 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:45.663855+0000 mon.a (mon.0) 81 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-27T22:22:47.116 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:45.664239+0000 mon.a (mon.0) 82 : cluster [DBG] mgrmap e31: y(active, since 21s), standbys: x 2023-12-27T22:22:47.116 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:45.667516+0000 mon.a (mon.0) 83 : cluster [INF] overall HEALTH_OK 2023-12-27T22:22:47.116 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:45.669940+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:47.116 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:45.670957+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:22:47.116 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:45.672685+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:22:47.116 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:45.816613+0000 mgr.y (mgr.24853) 17 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:49.214 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:48 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:47.817044+0000 mgr.y (mgr.24853) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:49.214 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:48 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:48.661597+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:49.214 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:48 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:48.666988+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:49.214 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:48 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:48.670557+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:22:49.214 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:48 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:48.671342+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:22:49.214 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:48 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:48.672044+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:49.214 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:48 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:48.673081+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-27T22:22:49.214 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:48 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:47.817044+0000 mgr.y (mgr.24853) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:49.215 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:48 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:48.661597+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:49.215 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:48 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:48.666988+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:49.215 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:48 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:48.670557+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:22:49.215 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:48 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:48.671342+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:22:49.215 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:48 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:48.672044+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:49.215 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:48 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:48.673081+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-27T22:22:49.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:48 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:22:47.817044+0000 mgr.y (mgr.24853) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:49.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:48 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:48.661597+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:49.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:48 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:48.666988+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:49.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:48 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:48.670557+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:22:49.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:48 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:48.671342+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:22:49.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:48 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:48.672044+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:49.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:48 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:48.673081+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-27T22:22:50.160 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:49 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:48.670232+0000 mgr.y (mgr.24853) 19 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2023-12-27T22:22:50.161 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:49 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:48.672651+0000 mgr.y (mgr.24853) 20 : cephadm [INF] Reconfiguring daemon mon.a on smithi005 2023-12-27T22:22:50.161 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:49 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:49.575891+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:50.161 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:49 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:49.576875+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-27T22:22:50.161 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:49 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:49.577553+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-27T22:22:50.161 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:49 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:49.578212+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:50.161 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:49 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:49.579048+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2023-12-27T22:22:50.161 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:49 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:48.670232+0000 mgr.y (mgr.24853) 19 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2023-12-27T22:22:50.161 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:49 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:48.672651+0000 mgr.y (mgr.24853) 20 : cephadm [INF] Reconfiguring daemon mon.a on smithi005 2023-12-27T22:22:50.161 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:49 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:49.575891+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:50.161 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:49 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:49.576875+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-27T22:22:50.161 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:49 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:49.577553+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-27T22:22:50.162 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:49 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:49.578212+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:50.162 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:49 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:49.579048+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2023-12-27T22:22:50.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:49 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:48.670232+0000 mgr.y (mgr.24853) 19 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2023-12-27T22:22:50.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:49 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:48.672651+0000 mgr.y (mgr.24853) 20 : cephadm [INF] Reconfiguring daemon mon.a on smithi005 2023-12-27T22:22:50.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:49 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:49.575891+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:50.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:49 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:49.576875+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-27T22:22:50.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:49 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:49.577553+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-27T22:22:50.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:49 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:49.578212+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:50.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:49 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:49.579048+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2023-12-27T22:22:50.614 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:22:50 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:22:50.299+0000 7f60236f0700 -1 mgr.server handle_report got status from non-daemon mon.b 2023-12-27T22:22:51.027 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:50 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:49.576621+0000 mgr.y (mgr.24853) 21 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2023-12-27T22:22:51.027 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:50 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:49.578727+0000 mgr.y (mgr.24853) 22 : cephadm [INF] Reconfiguring daemon mgr.y on smithi005 2023-12-27T22:22:51.027 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:50 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:49.817582+0000 mgr.y (mgr.24853) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:51.027 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:50 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:50.422261+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:51.027 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:50 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:50.423208+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:22:51.027 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:50 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:50.423766+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:22:51.027 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:50 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:50.424253+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:51.027 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:50 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:50.425054+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-27T22:22:51.028 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:50 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:49.576621+0000 mgr.y (mgr.24853) 21 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2023-12-27T22:22:51.028 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:50 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:49.578727+0000 mgr.y (mgr.24853) 22 : cephadm [INF] Reconfiguring daemon mgr.y on smithi005 2023-12-27T22:22:51.028 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:50 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:49.817582+0000 mgr.y (mgr.24853) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:51.028 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:50 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:50.422261+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:51.028 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:50 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:50.423208+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:22:51.028 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:50 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:50.423766+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:22:51.028 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:50 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:50.424253+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:51.028 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:50 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:50.425054+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-27T22:22:51.256 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:50 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:49.576621+0000 mgr.y (mgr.24853) 21 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2023-12-27T22:22:51.256 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:50 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:49.578727+0000 mgr.y (mgr.24853) 22 : cephadm [INF] Reconfiguring daemon mgr.y on smithi005 2023-12-27T22:22:51.256 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:50 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:22:49.817582+0000 mgr.y (mgr.24853) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:51.257 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:50 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:50.422261+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:51.257 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:50 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:50.423208+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:22:51.257 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:50 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:50.423766+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:22:51.257 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:50 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:50.424253+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:51.257 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:50 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:50.425054+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-27T22:22:52.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:51 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:50.423004+0000 mgr.y (mgr.24853) 24 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-27T22:22:52.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:51 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:50.424743+0000 mgr.y (mgr.24853) 25 : cephadm [INF] Reconfiguring daemon mon.c on smithi005 2023-12-27T22:22:52.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:51 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:51.273636+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:52.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:51 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:51.274509+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-27T22:22:52.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:51 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:51.275044+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:52.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:51 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:51.276336+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2023-12-27T22:22:52.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:51 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:50.423004+0000 mgr.y (mgr.24853) 24 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-27T22:22:52.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:51 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:50.424743+0000 mgr.y (mgr.24853) 25 : cephadm [INF] Reconfiguring daemon mon.c on smithi005 2023-12-27T22:22:52.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:51 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:51.273636+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:52.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:51 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:51.274509+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-27T22:22:52.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:51 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:51.275044+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:52.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:51 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:51.276336+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2023-12-27T22:22:52.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:51 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:50.423004+0000 mgr.y (mgr.24853) 24 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-27T22:22:52.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:51 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:50.424743+0000 mgr.y (mgr.24853) 25 : cephadm [INF] Reconfiguring daemon mon.c on smithi005 2023-12-27T22:22:52.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:51 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:51.273636+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:52.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:51 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:51.274509+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-27T22:22:52.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:51 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:51.275044+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:52.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:51 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:51.276336+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2023-12-27T22:22:53.471 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:53 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:51.274287+0000 mgr.y (mgr.24853) 26 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2023-12-27T22:22:53.471 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:53 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:51.276022+0000 mgr.y (mgr.24853) 27 : cephadm [INF] Reconfiguring daemon osd.0 on smithi005 2023-12-27T22:22:53.471 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:53 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:51.818252+0000 mgr.y (mgr.24853) 28 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:53.471 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:53 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:52.158014+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:53.471 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:53 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:52.158695+0000 mgr.y (mgr.24853) 29 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2023-12-27T22:22:53.471 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:53 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:52.158932+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-27T22:22:53.471 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:53 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:52.159502+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:53.471 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:53 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:52.160472+0000 mgr.y (mgr.24853) 30 : cephadm [INF] Reconfiguring daemon osd.1 on smithi005 2023-12-27T22:22:53.471 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:53 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:52.160813+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2023-12-27T22:22:53.471 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:53 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:53.022257+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:53.471 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:53 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:53.023143+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-27T22:22:53.471 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:53 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:53.023687+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:53.471 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:53 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:53.024961+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2023-12-27T22:22:53.472 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:53 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:51.274287+0000 mgr.y (mgr.24853) 26 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2023-12-27T22:22:53.472 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:53 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:51.276022+0000 mgr.y (mgr.24853) 27 : cephadm [INF] Reconfiguring daemon osd.0 on smithi005 2023-12-27T22:22:53.472 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:53 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:51.818252+0000 mgr.y (mgr.24853) 28 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:53.472 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:53 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:52.158014+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:53.472 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:53 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:52.158695+0000 mgr.y (mgr.24853) 29 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2023-12-27T22:22:53.472 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:53 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:52.158932+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-27T22:22:53.472 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:53 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:52.159502+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:53.472 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:53 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:52.160472+0000 mgr.y (mgr.24853) 30 : cephadm [INF] Reconfiguring daemon osd.1 on smithi005 2023-12-27T22:22:53.472 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:53 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:52.160813+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2023-12-27T22:22:53.472 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:53 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:53.022257+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:53.472 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:53 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:53.023143+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-27T22:22:53.472 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:53 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:53.023687+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:53.473 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:53 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:53.024961+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2023-12-27T22:22:53.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:53 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:51.274287+0000 mgr.y (mgr.24853) 26 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2023-12-27T22:22:53.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:53 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:51.276022+0000 mgr.y (mgr.24853) 27 : cephadm [INF] Reconfiguring daemon osd.0 on smithi005 2023-12-27T22:22:53.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:53 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:22:51.818252+0000 mgr.y (mgr.24853) 28 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:53.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:53 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:52.158014+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:53.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:53 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:52.158695+0000 mgr.y (mgr.24853) 29 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2023-12-27T22:22:53.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:53 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:52.158932+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-27T22:22:53.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:53 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:52.159502+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:53.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:53 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:52.160472+0000 mgr.y (mgr.24853) 30 : cephadm [INF] Reconfiguring daemon osd.1 on smithi005 2023-12-27T22:22:53.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:53 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:52.160813+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2023-12-27T22:22:53.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:53 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:53.022257+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:53.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:53 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:53.023143+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-27T22:22:53.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:53 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:53.023687+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:53.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:53 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:53.024961+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2023-12-27T22:22:54.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:54 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:53.022931+0000 mgr.y (mgr.24853) 31 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2023-12-27T22:22:54.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:54 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:53.024638+0000 mgr.y (mgr.24853) 32 : cephadm [INF] Reconfiguring daemon osd.2 on smithi005 2023-12-27T22:22:54.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:54 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:53.918686+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:54.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:54 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:53.919607+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-27T22:22:54.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:54 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:53.920187+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:54.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:54 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:53.921634+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2023-12-27T22:22:54.576 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:54 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:53.022931+0000 mgr.y (mgr.24853) 31 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2023-12-27T22:22:54.576 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:54 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:53.024638+0000 mgr.y (mgr.24853) 32 : cephadm [INF] Reconfiguring daemon osd.2 on smithi005 2023-12-27T22:22:54.577 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:54 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:53.918686+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:54.577 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:54 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:53.919607+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-27T22:22:54.577 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:54 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:53.920187+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:54.577 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:54 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:53.921634+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2023-12-27T22:22:54.577 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:54 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:53.022931+0000 mgr.y (mgr.24853) 31 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2023-12-27T22:22:54.577 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:54 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:53.024638+0000 mgr.y (mgr.24853) 32 : cephadm [INF] Reconfiguring daemon osd.2 on smithi005 2023-12-27T22:22:54.577 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:54 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:53.918686+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:54.577 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:54 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:53.919607+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-27T22:22:54.577 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:54 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:53.920187+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:54.577 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:54 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:53.921634+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2023-12-27T22:22:55.477 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:55 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:53.818739+0000 mgr.y (mgr.24853) 33 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:55.477 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:55 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:53.919363+0000 mgr.y (mgr.24853) 34 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2023-12-27T22:22:55.477 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:55 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:53.921233+0000 mgr.y (mgr.24853) 35 : cephadm [INF] Reconfiguring daemon osd.3 on smithi005 2023-12-27T22:22:55.477 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:55 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:54.847817+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:55.477 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:55 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:54.848982+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi005.vumxnj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-27T22:22:55.477 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:55 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:54.849627+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi005.vumxnj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-27T22:22:55.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:55 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:54.852300+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi005.vumxnj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-27T22:22:55.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:55 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:54.855781+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:55.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:55 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:54.856365+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi005.vumxnj"}]: dispatch 2023-12-27T22:22:55.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:55 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:54.856869+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:55.478 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:55 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:54.857679+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi005.vumxnj","key": "container_image"}]: dispatch 2023-12-27T22:22:55.478 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:55 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:53.818739+0000 mgr.y (mgr.24853) 33 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:55.478 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:55 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:53.919363+0000 mgr.y (mgr.24853) 34 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2023-12-27T22:22:55.478 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:55 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:53.921233+0000 mgr.y (mgr.24853) 35 : cephadm [INF] Reconfiguring daemon osd.3 on smithi005 2023-12-27T22:22:55.478 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:55 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:54.847817+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:55.478 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:55 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:54.848982+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi005.vumxnj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-27T22:22:55.478 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:55 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:54.849627+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi005.vumxnj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-27T22:22:55.478 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:55 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:54.852300+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi005.vumxnj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-27T22:22:55.478 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:55 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:54.855781+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:55.478 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:55 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:54.856365+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi005.vumxnj"}]: dispatch 2023-12-27T22:22:55.479 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:55 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:54.856869+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:55.479 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:55 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:54.857679+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi005.vumxnj","key": "container_image"}]: dispatch 2023-12-27T22:22:55.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:55 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:22:53.818739+0000 mgr.y (mgr.24853) 33 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:55.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:55 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:53.919363+0000 mgr.y (mgr.24853) 34 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2023-12-27T22:22:55.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:55 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:53.921233+0000 mgr.y (mgr.24853) 35 : cephadm [INF] Reconfiguring daemon osd.3 on smithi005 2023-12-27T22:22:55.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:55 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:54.847817+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:55.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:55 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:54.848982+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi005.vumxnj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-27T22:22:55.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:55 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:54.849627+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi005.vumxnj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-27T22:22:55.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:55 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:54.852300+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi005.vumxnj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-27T22:22:55.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:55 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:54.855781+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:55.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:55 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:54.856365+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi005.vumxnj"}]: dispatch 2023-12-27T22:22:55.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:55 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:54.856869+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:55.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:55 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:54.857679+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi005.vumxnj","key": "container_image"}]: dispatch 2023-12-27T22:22:56.291 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:56 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:54.848727+0000 mgr.y (mgr.24853) 36 : cephadm [INF] Reconfiguring rgw.r.z.smithi005.vumxnj (monmap changed)... 2023-12-27T22:22:56.292 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:56 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:54.852833+0000 mgr.y (mgr.24853) 37 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi005.vumxnj 2023-12-27T22:22:56.292 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:56 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:54.857368+0000 mgr.y (mgr.24853) 38 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi005.vumxnj on smithi005 2023-12-27T22:22:56.292 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:56 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:55.721932+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:56.292 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:56 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:55.722847+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:22:56.292 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:56 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:55.723400+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:22:56.292 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:56 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:55.723904+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:56.292 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:56 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:55.724682+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-27T22:22:56.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:56 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:54.848727+0000 mgr.y (mgr.24853) 36 : cephadm [INF] Reconfiguring rgw.r.z.smithi005.vumxnj (monmap changed)... 2023-12-27T22:22:56.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:56 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:54.852833+0000 mgr.y (mgr.24853) 37 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi005.vumxnj 2023-12-27T22:22:56.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:56 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:54.857368+0000 mgr.y (mgr.24853) 38 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi005.vumxnj on smithi005 2023-12-27T22:22:56.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:56 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:55.721932+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:56.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:56 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:55.722847+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:22:56.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:56 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:55.723400+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:22:56.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:56 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:55.723904+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:56.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:56 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:55.724682+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-27T22:22:56.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:56 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:54.848727+0000 mgr.y (mgr.24853) 36 : cephadm [INF] Reconfiguring rgw.r.z.smithi005.vumxnj (monmap changed)... 2023-12-27T22:22:56.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:56 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:54.852833+0000 mgr.y (mgr.24853) 37 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi005.vumxnj 2023-12-27T22:22:56.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:56 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:54.857368+0000 mgr.y (mgr.24853) 38 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi005.vumxnj on smithi005 2023-12-27T22:22:56.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:56 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:55.721932+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:56.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:56 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:55.722847+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-27T22:22:56.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:56 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:55.723400+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-27T22:22:56.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:56 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:55.723904+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:56.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:56 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:55.724682+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-27T22:22:57.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:57 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:55.722637+0000 mgr.y (mgr.24853) 39 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-27T22:22:57.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:57 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:55.724370+0000 mgr.y (mgr.24853) 40 : cephadm [INF] Reconfiguring daemon mon.b on smithi115 2023-12-27T22:22:57.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:57 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:22:55.819472+0000 mgr.y (mgr.24853) 41 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:57.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:57 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:56.512438+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:57.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:57 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:56.513651+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-27T22:22:57.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:57 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:56.514585+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-27T22:22:57.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:57 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:56.515293+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:57.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:57 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:56.516413+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2023-12-27T22:22:57.613 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:57 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:55.722637+0000 mgr.y (mgr.24853) 39 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-27T22:22:57.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:57 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:55.724370+0000 mgr.y (mgr.24853) 40 : cephadm [INF] Reconfiguring daemon mon.b on smithi115 2023-12-27T22:22:57.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:57 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:55.819472+0000 mgr.y (mgr.24853) 41 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:57.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:57 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:56.512438+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:57.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:57 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:56.513651+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-27T22:22:57.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:57 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:56.514585+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-27T22:22:57.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:57 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:56.515293+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:57.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:57 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:56.516413+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2023-12-27T22:22:57.614 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:57 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:55.722637+0000 mgr.y (mgr.24853) 39 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-27T22:22:57.614 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:57 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:55.724370+0000 mgr.y (mgr.24853) 40 : cephadm [INF] Reconfiguring daemon mon.b on smithi115 2023-12-27T22:22:57.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:57 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:55.819472+0000 mgr.y (mgr.24853) 41 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:57.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:57 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:56.512438+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:57.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:57 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:56.513651+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-27T22:22:57.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:57 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:56.514585+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-27T22:22:57.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:57 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:56.515293+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:57.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:57 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:56.516413+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2023-12-27T22:22:58.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:58 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:56.513276+0000 mgr.y (mgr.24853) 42 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2023-12-27T22:22:58.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:58 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:56.515982+0000 mgr.y (mgr.24853) 43 : cephadm [INF] Reconfiguring daemon mgr.x on smithi115 2023-12-27T22:22:58.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:58 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:57.284341+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:58.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:58 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:57.285512+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-27T22:22:58.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:58 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:57.286288+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:58.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:58 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:57.288007+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2023-12-27T22:22:58.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:58 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:58.145393+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:58.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:58 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:58.146574+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-27T22:22:58.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:58 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:58.147389+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:58.255 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:58 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:58.149105+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2023-12-27T22:22:58.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:58 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:56.513276+0000 mgr.y (mgr.24853) 42 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2023-12-27T22:22:58.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:58 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:56.515982+0000 mgr.y (mgr.24853) 43 : cephadm [INF] Reconfiguring daemon mgr.x on smithi115 2023-12-27T22:22:58.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:58 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:57.284341+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:58.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:58 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:57.285512+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-27T22:22:58.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:58 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:57.286288+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:58.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:58 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:57.288007+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2023-12-27T22:22:58.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:58 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:58.145393+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:58.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:58 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:58.146574+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-27T22:22:58.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:58 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:58.147389+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:58.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:58 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:58.149105+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2023-12-27T22:22:58.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:58 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:56.513276+0000 mgr.y (mgr.24853) 42 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2023-12-27T22:22:58.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:58 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:56.515982+0000 mgr.y (mgr.24853) 43 : cephadm [INF] Reconfiguring daemon mgr.x on smithi115 2023-12-27T22:22:58.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:58 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:57.284341+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:58.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:58 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:57.285512+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-27T22:22:58.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:58 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:57.286288+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:58.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:58 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:57.288007+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2023-12-27T22:22:58.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:58 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:58.145393+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:58.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:58 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:58.146574+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-27T22:22:58.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:58 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:58.147389+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:58.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:58 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:58.149105+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2023-12-27T22:22:59.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:59 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:57.285205+0000 mgr.y (mgr.24853) 44 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2023-12-27T22:22:59.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:59 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:57.287550+0000 mgr.y (mgr.24853) 45 : cephadm [INF] Reconfiguring daemon osd.4 on smithi115 2023-12-27T22:22:59.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:59 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:22:57.819854+0000 mgr.y (mgr.24853) 46 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:59.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:59 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:58.146266+0000 mgr.y (mgr.24853) 47 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2023-12-27T22:22:59.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:59 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:58.148680+0000 mgr.y (mgr.24853) 48 : cephadm [INF] Reconfiguring daemon osd.5 on smithi115 2023-12-27T22:22:59.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:59 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:58.940997+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:59.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:59 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:58.942238+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-27T22:22:59.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:59 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:58.943049+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:59.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:22:59 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:58.944926+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2023-12-27T22:22:59.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:59 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:57.285205+0000 mgr.y (mgr.24853) 44 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2023-12-27T22:22:59.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:59 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:57.287550+0000 mgr.y (mgr.24853) 45 : cephadm [INF] Reconfiguring daemon osd.4 on smithi115 2023-12-27T22:22:59.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:59 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:57.819854+0000 mgr.y (mgr.24853) 46 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:59.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:59 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:58.146266+0000 mgr.y (mgr.24853) 47 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2023-12-27T22:22:59.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:59 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:58.148680+0000 mgr.y (mgr.24853) 48 : cephadm [INF] Reconfiguring daemon osd.5 on smithi115 2023-12-27T22:22:59.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:59 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:58.940997+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:59.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:59 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:58.942238+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-27T22:22:59.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:59 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:58.943049+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:59.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:22:59 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:58.944926+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2023-12-27T22:22:59.614 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:59 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:57.285205+0000 mgr.y (mgr.24853) 44 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2023-12-27T22:22:59.614 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:59 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:57.287550+0000 mgr.y (mgr.24853) 45 : cephadm [INF] Reconfiguring daemon osd.4 on smithi115 2023-12-27T22:22:59.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:59 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:57.819854+0000 mgr.y (mgr.24853) 46 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:22:59.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:59 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:58.146266+0000 mgr.y (mgr.24853) 47 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2023-12-27T22:22:59.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:59 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:58.148680+0000 mgr.y (mgr.24853) 48 : cephadm [INF] Reconfiguring daemon osd.5 on smithi115 2023-12-27T22:22:59.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:59 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:58.940997+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:22:59.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:59 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:58.942238+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-27T22:22:59.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:59 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:58.943049+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:22:59.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:22:59 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:58.944926+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2023-12-27T22:23:00.324 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:00 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:58.941906+0000 mgr.y (mgr.24853) 49 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2023-12-27T22:23:00.324 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:00 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:58.944353+0000 mgr.y (mgr.24853) 50 : cephadm [INF] Reconfiguring daemon osd.6 on smithi115 2023-12-27T22:23:00.324 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:00 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:59.768771+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:00.324 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:00 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:59.770023+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-27T22:23:00.324 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:00 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:59.770833+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:23:00.324 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:00 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:22:59.772537+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2023-12-27T22:23:00.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:00 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:58.941906+0000 mgr.y (mgr.24853) 49 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2023-12-27T22:23:00.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:00 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:58.944353+0000 mgr.y (mgr.24853) 50 : cephadm [INF] Reconfiguring daemon osd.6 on smithi115 2023-12-27T22:23:00.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:00 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:59.768771+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:00.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:00 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:59.770023+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-27T22:23:00.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:00 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:59.770833+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:23:00.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:00 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:22:59.772537+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2023-12-27T22:23:00.614 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:00 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:58.941906+0000 mgr.y (mgr.24853) 49 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2023-12-27T22:23:00.614 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:00 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:58.944353+0000 mgr.y (mgr.24853) 50 : cephadm [INF] Reconfiguring daemon osd.6 on smithi115 2023-12-27T22:23:00.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:00 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:59.768771+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:00.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:00 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:59.770023+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-27T22:23:00.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:00 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:59.770833+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:23:00.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:00 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:22:59.772537+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2023-12-27T22:23:01.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:01 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:59.769682+0000 mgr.y (mgr.24853) 51 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2023-12-27T22:23:01.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:01 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:22:59.772081+0000 mgr.y (mgr.24853) 52 : cephadm [INF] Reconfiguring daemon osd.7 on smithi115 2023-12-27T22:23:01.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:01 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:22:59.820435+0000 mgr.y (mgr.24853) 53 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:23:01.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:01 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:00.573747+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:01.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:01 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:00.575417+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi115.sxtabd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-27T22:23:01.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:01 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:00.576478+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi115.sxtabd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-27T22:23:01.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:01 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:00.579975+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi115.sxtabd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-27T22:23:01.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:01 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:00.586024+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:01.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:01 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:00.586865+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi115.sxtabd"}]: dispatch 2023-12-27T22:23:01.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:01 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:00.587646+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:23:01.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:01 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:00.588891+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi115.sxtabd","key": "container_image"}]: dispatch 2023-12-27T22:23:01.613 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:01 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:59.769682+0000 mgr.y (mgr.24853) 51 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2023-12-27T22:23:01.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:01 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:22:59.772081+0000 mgr.y (mgr.24853) 52 : cephadm [INF] Reconfiguring daemon osd.7 on smithi115 2023-12-27T22:23:01.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:01 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:22:59.820435+0000 mgr.y (mgr.24853) 53 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:23:01.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:01 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:00.573747+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:01.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:01 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:00.575417+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi115.sxtabd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-27T22:23:01.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:01 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:00.576478+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi115.sxtabd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-27T22:23:01.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:01 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:00.579975+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi115.sxtabd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-27T22:23:01.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:01 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:00.586024+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:01.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:01 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:00.586865+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi115.sxtabd"}]: dispatch 2023-12-27T22:23:01.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:01 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:00.587646+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:23:01.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:01 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:00.588891+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi115.sxtabd","key": "container_image"}]: dispatch 2023-12-27T22:23:01.614 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:01 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:59.769682+0000 mgr.y (mgr.24853) 51 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2023-12-27T22:23:01.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:01 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:22:59.772081+0000 mgr.y (mgr.24853) 52 : cephadm [INF] Reconfiguring daemon osd.7 on smithi115 2023-12-27T22:23:01.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:01 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:22:59.820435+0000 mgr.y (mgr.24853) 53 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:23:01.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:01 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:00.573747+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:01.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:01 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:00.575417+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi115.sxtabd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-27T22:23:01.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:01 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:00.576478+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi115.sxtabd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-27T22:23:01.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:01 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:00.579975+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi115.sxtabd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-27T22:23:01.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:01 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:00.586024+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:01.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:01 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:00.586865+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi115.sxtabd"}]: dispatch 2023-12-27T22:23:01.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:01 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:00.587646+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:23:01.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:01 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:00.588891+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi115.sxtabd","key": "container_image"}]: dispatch 2023-12-27T22:23:02.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:02 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:23:00.574978+0000 mgr.y (mgr.24853) 54 : cephadm [INF] Reconfiguring rgw.r.z.smithi115.sxtabd (monmap changed)... 2023-12-27T22:23:02.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:02 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:23:00.580627+0000 mgr.y (mgr.24853) 55 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi115.sxtabd 2023-12-27T22:23:02.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:02 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:23:00.588390+0000 mgr.y (mgr.24853) 56 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi115.sxtabd on smithi115 2023-12-27T22:23:02.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:02 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:01.379082+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:02.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:02 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:01.380886+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:23:02.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:02 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:01.383831+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:02.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:02 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:01.385506+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:02.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:02 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:01.390321+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:02.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:02 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:01.391262+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-27T22:23:02.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:02 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:01.394631+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-27T22:23:02.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:02 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:01.395479+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-27T22:23:02.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:02 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:01.398896+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-27T22:23:02.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:02 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:01.399674+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-27T22:23:02.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:02 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:01.402872+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-27T22:23:02.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:02 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:01.403982+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:02.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:02 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:01.408146+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:02.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:02 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:01.409485+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-27T22:23:02.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:23:00.574978+0000 mgr.y (mgr.24853) 54 : cephadm [INF] Reconfiguring rgw.r.z.smithi115.sxtabd (monmap changed)... 2023-12-27T22:23:02.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:23:00.580627+0000 mgr.y (mgr.24853) 55 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi115.sxtabd 2023-12-27T22:23:02.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:23:00.588390+0000 mgr.y (mgr.24853) 56 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi115.sxtabd on smithi115 2023-12-27T22:23:02.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:01.379082+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:02.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:01.380886+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:23:02.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:01.383831+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:02.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:01.385506+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:02.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:01.390321+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:02.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:01.391262+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-27T22:23:02.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:01.394631+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-27T22:23:02.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:01.395479+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-27T22:23:02.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:01.398896+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-27T22:23:02.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:01.399674+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-27T22:23:02.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:01.402872+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-27T22:23:02.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:01.403982+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:02.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:01.408146+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:02.615 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:01.409485+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-27T22:23:02.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:23:00.574978+0000 mgr.y (mgr.24853) 54 : cephadm [INF] Reconfiguring rgw.r.z.smithi115.sxtabd (monmap changed)... 2023-12-27T22:23:02.615 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:23:00.580627+0000 mgr.y (mgr.24853) 55 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi115.sxtabd 2023-12-27T22:23:02.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:23:00.588390+0000 mgr.y (mgr.24853) 56 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi115.sxtabd on smithi115 2023-12-27T22:23:02.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:01.379082+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:02.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:01.380886+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:23:02.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:01.383831+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:02.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:01.385506+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:02.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:01.390321+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:02.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:01.391262+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-27T22:23:02.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:01.394631+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-27T22:23:02.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:01.395479+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-27T22:23:02.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:01.398896+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-27T22:23:02.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:01.399674+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-27T22:23:02.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:01.402872+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-27T22:23:02.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:01.403982+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:02.616 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:01.408146+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:02.617 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:02 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:01.409485+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-27T22:23:03.248 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:03 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:23:01.386251+0000 mgr.y (mgr.24853) 57 : cephadm [INF] Upgrade: Setting container_image for all mon 2023-12-27T22:23:03.249 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:03 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:23:01.404701+0000 mgr.y (mgr.24853) 58 : cephadm [INF] Upgrade: Setting container_image for all crash 2023-12-27T22:23:03.249 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:03 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:01.409656+0000 mgr.y (mgr.24853) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-27T22:23:03.249 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:03 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:23:01.410534+0000 mgr.y (mgr.24853) 60 : cephadm [INF] Upgrade: osd.0 is safe to restart 2023-12-27T22:23:03.249 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:03 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:01.821074+0000 mgr.y (mgr.24853) 61 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:23:03.249 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:03 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:02.476832+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:03.249 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:03 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:02.477506+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-27T22:23:03.249 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:03 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:02.478012+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:23:03.249 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:03 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:02.479354+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2023-12-27T22:23:03.249 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:03 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:23:01.386251+0000 mgr.y (mgr.24853) 57 : cephadm [INF] Upgrade: Setting container_image for all mon 2023-12-27T22:23:03.250 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:03 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:23:01.404701+0000 mgr.y (mgr.24853) 58 : cephadm [INF] Upgrade: Setting container_image for all crash 2023-12-27T22:23:03.250 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:03 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:01.409656+0000 mgr.y (mgr.24853) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-27T22:23:03.250 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:03 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:23:01.410534+0000 mgr.y (mgr.24853) 60 : cephadm [INF] Upgrade: osd.0 is safe to restart 2023-12-27T22:23:03.250 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:03 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:01.821074+0000 mgr.y (mgr.24853) 61 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:23:03.250 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:03 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:02.476832+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:03.250 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:03 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:02.477506+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-27T22:23:03.250 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:03 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:02.478012+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:23:03.250 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:03 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:02.479354+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2023-12-27T22:23:03.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:03 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:23:01.386251+0000 mgr.y (mgr.24853) 57 : cephadm [INF] Upgrade: Setting container_image for all mon 2023-12-27T22:23:03.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:03 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:23:01.404701+0000 mgr.y (mgr.24853) 58 : cephadm [INF] Upgrade: Setting container_image for all crash 2023-12-27T22:23:03.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:03 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:01.409656+0000 mgr.y (mgr.24853) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-27T22:23:03.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:03 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:23:01.410534+0000 mgr.y (mgr.24853) 60 : cephadm [INF] Upgrade: osd.0 is safe to restart 2023-12-27T22:23:03.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:03 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:01.821074+0000 mgr.y (mgr.24853) 61 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:23:03.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:03 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:02.476832+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:03.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:03 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:02.477506+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-27T22:23:03.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:03 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:02.478012+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:23:03.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:03 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:02.479354+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2023-12-27T22:23:03.614 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:23:03 smithi005 bash[132698]: ts=2023-12-27T22:23:03.248Z caller=notify.go:745 level=warn component=dispatcher receiver=web.hook integration=webhook[0] aggrGroup="{}:{alertname=\"CephMgrPrometheusModuleInactive\"}" msg="Notify attempt failed, will retry later" attempts=1 err="Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2023-12-27T22:23:04.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:04 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:23:02.472462+0000 mgr.y (mgr.24853) 62 : cephadm [INF] Upgrade: Updating osd.0 2023-12-27T22:23:04.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:04 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:23:02.479000+0000 mgr.y (mgr.24853) 63 : cephadm [INF] Deploying daemon osd.0 on smithi005 2023-12-27T22:23:04.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:04 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:23:02.472462+0000 mgr.y (mgr.24853) 62 : cephadm [INF] Upgrade: Updating osd.0 2023-12-27T22:23:04.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:04 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:23:02.479000+0000 mgr.y (mgr.24853) 63 : cephadm [INF] Deploying daemon osd.0 on smithi005 2023-12-27T22:23:04.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:04 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:23:02.472462+0000 mgr.y (mgr.24853) 62 : cephadm [INF] Upgrade: Updating osd.0 2023-12-27T22:23:04.534 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:04 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:23:02.479000+0000 mgr.y (mgr.24853) 63 : cephadm [INF] Deploying daemon osd.0 on smithi005 2023-12-27T22:23:04.762 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:23:04 smithi005 systemd[1]: Stopping Ceph osd.0 for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:23:05.100 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:23:04 smithi005 bash[115531]: debug 2023-12-27T22:23:04.761+0000 7fec830f0700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-27T22:23:05.100 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:23:04 smithi005 bash[115531]: debug 2023-12-27T22:23:04.761+0000 7fec830f0700 -1 osd.0 80 *** Got signal Terminated *** 2023-12-27T22:23:05.100 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:23:04 smithi005 bash[115531]: debug 2023-12-27T22:23:04.761+0000 7fec830f0700 -1 osd.0 80 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-27T22:23:05.363 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:23:05 smithi005 bash[139021]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd.0 2023-12-27T22:23:05.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:03.821399+0000 mgr.y (mgr.24853) 64 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:23:05.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:04.801972+0000 mon.a (mon.0) 179 : cluster [DBG] osd.0 reported immediately failed by osd.7 2023-12-27T22:23:05.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:04.802006+0000 mon.a (mon.0) 180 : cluster [INF] osd.0 failed (root=default,host=smithi005) (connection refused reported by osd.7) 2023-12-27T22:23:05.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:05.002566+0000 mon.a (mon.0) 181 : cluster [DBG] osd.0 reported immediately failed by osd.5 2023-12-27T22:23:05.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:05.002658+0000 mon.a (mon.0) 182 : cluster [DBG] osd.0 reported immediately failed by osd.4 2023-12-27T22:23:05.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:05.002878+0000 mon.a (mon.0) 183 : cluster [DBG] osd.0 reported immediately failed by osd.6 2023-12-27T22:23:05.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:05.003031+0000 mon.a (mon.0) 184 : cluster [DBG] osd.0 reported immediately failed by osd.2 2023-12-27T22:23:05.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:05.003218+0000 mon.a (mon.0) 185 : cluster [DBG] osd.0 reported immediately failed by osd.7 2023-12-27T22:23:05.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:05.003374+0000 mon.a (mon.0) 186 : cluster [DBG] osd.0 reported immediately failed by osd.1 2023-12-27T22:23:05.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:05.003515+0000 mon.a (mon.0) 187 : cluster [DBG] osd.0 reported immediately failed by osd.3 2023-12-27T22:23:05.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:05.003652+0000 mon.a (mon.0) 188 : cluster [DBG] osd.0 reported immediately failed by osd.5 2023-12-27T22:23:05.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:05.003792+0000 mon.a (mon.0) 189 : cluster [DBG] osd.0 reported immediately failed by osd.4 2023-12-27T22:23:05.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:05.003934+0000 mon.a (mon.0) 190 : cluster [DBG] osd.0 reported immediately failed by osd.6 2023-12-27T22:23:05.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:05.004091+0000 mon.a (mon.0) 191 : cluster [DBG] osd.0 reported immediately failed by osd.2 2023-12-27T22:23:05.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:05.004274+0000 mon.a (mon.0) 192 : cluster [DBG] osd.0 reported immediately failed by osd.7 2023-12-27T22:23:05.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:05.004421+0000 mon.a (mon.0) 193 : cluster [DBG] osd.0 reported immediately failed by osd.1 2023-12-27T22:23:05.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:05.004552+0000 mon.a (mon.0) 194 : cluster [DBG] osd.0 reported immediately failed by osd.3 2023-12-27T22:23:05.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:05.087691+0000 mon.a (mon.0) 195 : cluster [DBG] osd.0 reported immediately failed by osd.2 2023-12-27T22:23:05.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:05.088633+0000 mon.a (mon.0) 196 : cluster [DBG] osd.0 reported immediately failed by osd.6 2023-12-27T22:23:05.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:05.089124+0000 mon.a (mon.0) 197 : cluster [DBG] osd.0 reported immediately failed by osd.5 2023-12-27T22:23:05.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:05.091522+0000 mon.a (mon.0) 198 : cluster [DBG] osd.0 reported immediately failed by osd.3 2023-12-27T22:23:05.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:05.093206+0000 mon.a (mon.0) 199 : cluster [DBG] osd.0 reported immediately failed by osd.4 2023-12-27T22:23:05.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:05.094434+0000 mon.a (mon.0) 200 : cluster [DBG] osd.0 reported immediately failed by osd.1 2023-12-27T22:23:05.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:03.821399+0000 mgr.y (mgr.24853) 64 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:23:05.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:04.801972+0000 mon.a (mon.0) 179 : cluster [DBG] osd.0 reported immediately failed by osd.7 2023-12-27T22:23:05.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:04.802006+0000 mon.a (mon.0) 180 : cluster [INF] osd.0 failed (root=default,host=smithi005) (connection refused reported by osd.7) 2023-12-27T22:23:05.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:05.002566+0000 mon.a (mon.0) 181 : cluster [DBG] osd.0 reported immediately failed by osd.5 2023-12-27T22:23:05.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:05.002658+0000 mon.a (mon.0) 182 : cluster [DBG] osd.0 reported immediately failed by osd.4 2023-12-27T22:23:05.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:05.002878+0000 mon.a (mon.0) 183 : cluster [DBG] osd.0 reported immediately failed by osd.6 2023-12-27T22:23:05.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:05.003031+0000 mon.a (mon.0) 184 : cluster [DBG] osd.0 reported immediately failed by osd.2 2023-12-27T22:23:05.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:05.003218+0000 mon.a (mon.0) 185 : cluster [DBG] osd.0 reported immediately failed by osd.7 2023-12-27T22:23:05.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:05.003374+0000 mon.a (mon.0) 186 : cluster [DBG] osd.0 reported immediately failed by osd.1 2023-12-27T22:23:05.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:05.003515+0000 mon.a (mon.0) 187 : cluster [DBG] osd.0 reported immediately failed by osd.3 2023-12-27T22:23:05.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:05.003652+0000 mon.a (mon.0) 188 : cluster [DBG] osd.0 reported immediately failed by osd.5 2023-12-27T22:23:05.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:05.003792+0000 mon.a (mon.0) 189 : cluster [DBG] osd.0 reported immediately failed by osd.4 2023-12-27T22:23:05.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:05.003934+0000 mon.a (mon.0) 190 : cluster [DBG] osd.0 reported immediately failed by osd.6 2023-12-27T22:23:05.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:05.004091+0000 mon.a (mon.0) 191 : cluster [DBG] osd.0 reported immediately failed by osd.2 2023-12-27T22:23:05.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:05.004274+0000 mon.a (mon.0) 192 : cluster [DBG] osd.0 reported immediately failed by osd.7 2023-12-27T22:23:05.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:05.004421+0000 mon.a (mon.0) 193 : cluster [DBG] osd.0 reported immediately failed by osd.1 2023-12-27T22:23:05.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:05.004552+0000 mon.a (mon.0) 194 : cluster [DBG] osd.0 reported immediately failed by osd.3 2023-12-27T22:23:05.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:05.087691+0000 mon.a (mon.0) 195 : cluster [DBG] osd.0 reported immediately failed by osd.2 2023-12-27T22:23:05.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:05.088633+0000 mon.a (mon.0) 196 : cluster [DBG] osd.0 reported immediately failed by osd.6 2023-12-27T22:23:05.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:05.089124+0000 mon.a (mon.0) 197 : cluster [DBG] osd.0 reported immediately failed by osd.5 2023-12-27T22:23:05.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:05.091522+0000 mon.a (mon.0) 198 : cluster [DBG] osd.0 reported immediately failed by osd.3 2023-12-27T22:23:05.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:05.093206+0000 mon.a (mon.0) 199 : cluster [DBG] osd.0 reported immediately failed by osd.4 2023-12-27T22:23:05.367 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:05 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:05.094434+0000 mon.a (mon.0) 200 : cluster [DBG] osd.0 reported immediately failed by osd.1 2023-12-27T22:23:05.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:05 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:03.821399+0000 mgr.y (mgr.24853) 64 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:23:05.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:05 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:04.801972+0000 mon.a (mon.0) 179 : cluster [DBG] osd.0 reported immediately failed by osd.7 2023-12-27T22:23:05.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:05 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:04.802006+0000 mon.a (mon.0) 180 : cluster [INF] osd.0 failed (root=default,host=smithi005) (connection refused reported by osd.7) 2023-12-27T22:23:05.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:05 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:05.002566+0000 mon.a (mon.0) 181 : cluster [DBG] osd.0 reported immediately failed by osd.5 2023-12-27T22:23:05.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:05 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:05.002658+0000 mon.a (mon.0) 182 : cluster [DBG] osd.0 reported immediately failed by osd.4 2023-12-27T22:23:05.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:05 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:05.002878+0000 mon.a (mon.0) 183 : cluster [DBG] osd.0 reported immediately failed by osd.6 2023-12-27T22:23:05.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:05 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:05.003031+0000 mon.a (mon.0) 184 : cluster [DBG] osd.0 reported immediately failed by osd.2 2023-12-27T22:23:05.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:05 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:05.003218+0000 mon.a (mon.0) 185 : cluster [DBG] osd.0 reported immediately failed by osd.7 2023-12-27T22:23:05.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:05 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:05.003374+0000 mon.a (mon.0) 186 : cluster [DBG] osd.0 reported immediately failed by osd.1 2023-12-27T22:23:05.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:05 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:05.003515+0000 mon.a (mon.0) 187 : cluster [DBG] osd.0 reported immediately failed by osd.3 2023-12-27T22:23:05.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:05 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:05.003652+0000 mon.a (mon.0) 188 : cluster [DBG] osd.0 reported immediately failed by osd.5 2023-12-27T22:23:05.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:05 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:05.003792+0000 mon.a (mon.0) 189 : cluster [DBG] osd.0 reported immediately failed by osd.4 2023-12-27T22:23:05.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:05 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:05.003934+0000 mon.a (mon.0) 190 : cluster [DBG] osd.0 reported immediately failed by osd.6 2023-12-27T22:23:05.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:05 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:05.004091+0000 mon.a (mon.0) 191 : cluster [DBG] osd.0 reported immediately failed by osd.2 2023-12-27T22:23:05.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:05 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:05.004274+0000 mon.a (mon.0) 192 : cluster [DBG] osd.0 reported immediately failed by osd.7 2023-12-27T22:23:05.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:05 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:05.004421+0000 mon.a (mon.0) 193 : cluster [DBG] osd.0 reported immediately failed by osd.1 2023-12-27T22:23:05.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:05 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:05.004552+0000 mon.a (mon.0) 194 : cluster [DBG] osd.0 reported immediately failed by osd.3 2023-12-27T22:23:05.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:05 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:05.087691+0000 mon.a (mon.0) 195 : cluster [DBG] osd.0 reported immediately failed by osd.2 2023-12-27T22:23:05.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:05 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:05.088633+0000 mon.a (mon.0) 196 : cluster [DBG] osd.0 reported immediately failed by osd.6 2023-12-27T22:23:05.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:05 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:05.089124+0000 mon.a (mon.0) 197 : cluster [DBG] osd.0 reported immediately failed by osd.5 2023-12-27T22:23:05.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:05 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:05.091522+0000 mon.a (mon.0) 198 : cluster [DBG] osd.0 reported immediately failed by osd.3 2023-12-27T22:23:05.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:05 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:05.093206+0000 mon.a (mon.0) 199 : cluster [DBG] osd.0 reported immediately failed by osd.4 2023-12-27T22:23:05.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:05 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:05.094434+0000 mon.a (mon.0) 200 : cluster [DBG] osd.0 reported immediately failed by osd.1 2023-12-27T22:23:06.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:06 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:05.181032+0000 mon.a (mon.0) 201 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-27T22:23:06.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:06 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:05.188706+0000 mon.a (mon.0) 202 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2023-12-27T22:23:06.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:06 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:05.189434+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' 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-27T22:23:06.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:06 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:05.193820+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-27T22:23:06.559 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:06 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:05.181032+0000 mon.a (mon.0) 201 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-27T22:23:06.559 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:06 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:05.188706+0000 mon.a (mon.0) 202 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2023-12-27T22:23:06.559 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:06 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:05.189434+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' 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-27T22:23:06.559 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:06 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:05.193820+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-27T22:23:06.559 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:06 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:05.181032+0000 mon.a (mon.0) 201 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-27T22:23:06.559 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:06 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:05.188706+0000 mon.a (mon.0) 202 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2023-12-27T22:23:06.559 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:06 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:05.189434+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' 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-27T22:23:06.559 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:06 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:05.193820+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-27T22:23:06.864 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:23:06 smithi005 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.0.service: Succeeded. 2023-12-27T22:23:06.864 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:23:06 smithi005 systemd[1]: Stopped Ceph osd.0 for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:23:07.188 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:23:06 smithi005 systemd[1]: Starting Ceph osd.0 for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:23:07.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:07 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:05.821856+0000 mgr.y (mgr.24853) 65 : cluster [DBG] pgmap v22: 129 pgs: 16 stale+active+clean, 113 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:23:07.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:07 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:06.188915+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-27T22:23:07.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:07 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:06.189074+0000 mon.a (mon.0) 206 : cluster [DBG] osdmap e82: 8 total, 7 up, 8 in 2023-12-27T22:23:07.613 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:07 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:05.821856+0000 mgr.y (mgr.24853) 65 : cluster [DBG] pgmap v22: 129 pgs: 16 stale+active+clean, 113 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:23:07.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:07 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:06.188915+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-27T22:23:07.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:07 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:06.189074+0000 mon.a (mon.0) 206 : cluster [DBG] osdmap e82: 8 total, 7 up, 8 in 2023-12-27T22:23:07.614 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:07 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:05.821856+0000 mgr.y (mgr.24853) 65 : cluster [DBG] pgmap v22: 129 pgs: 16 stale+active+clean, 113 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:23:07.614 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:07 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:06.188915+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-27T22:23:07.614 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:07 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:06.189074+0000 mon.a (mon.0) 206 : cluster [DBG] osdmap e82: 8 total, 7 up, 8 in 2023-12-27T22:23:08.114 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:23:07 smithi005 bash[139310]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-27T22:23:08.114 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:23:07 smithi005 bash[139310]: 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-27T22:23:08.114 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:23:07 smithi005 bash[139310]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-12-27T22:23:08.114 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:23:07 smithi005 bash[139310]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-27T22:23:08.114 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:23:07 smithi005 bash[139310]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2023-12-27T22:23:08.115 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:23:07 smithi005 bash[139310]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-27T22:23:08.115 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:23:07 smithi005 bash[139310]: --> ceph-volume raw activate successful for osd ID: 0 2023-12-27T22:23:08.613 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:23:08 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd-0[139587]: debug 2023-12-27T22:23:08.312+0000 7f4c90d0d700 1 -- 172.21.15.5:0/2172553216 <== mon.0 v2:172.21.15.5:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558aea4ce680 con 0x558aea495800 2023-12-27T22:23:08.613 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:23:08 smithi005 bash[139571]: 68b0e8f4dddfee6c8421265844b58f0cc484255a98f28c0ab509b12530f061a5 2023-12-27T22:23:08.613 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:23:08 smithi005 systemd[1]: Started Ceph osd.0 for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:23:09.113 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:23:08 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd-0[139587]: debug 2023-12-27T22:23:08.830+0000 7f4c98788380 -1 Falling back to public interface 2023-12-27T22:23:09.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:09 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:07.822184+0000 mgr.y (mgr.24853) 66 : cluster [DBG] pgmap v24: 129 pgs: 16 stale+active+clean, 113 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:23:09.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:09 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:08.376814+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:09.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:09 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:08.377556+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:23:09.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:09 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:08.378918+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:23:09.605 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:09 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:07.822184+0000 mgr.y (mgr.24853) 66 : cluster [DBG] pgmap v24: 129 pgs: 16 stale+active+clean, 113 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:23:09.606 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:09 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:08.376814+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:09.606 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:09 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:08.377556+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:23:09.606 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:09 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:08.378918+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:23:09.606 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:09 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:07.822184+0000 mgr.y (mgr.24853) 66 : cluster [DBG] pgmap v24: 129 pgs: 16 stale+active+clean, 113 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:23:09.606 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:09 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:08.376814+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:09.606 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:09 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:08.377556+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:23:09.606 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:09 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:08.378918+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:23:11.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:11 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:09.822550+0000 mgr.y (mgr.24853) 67 : cluster [DBG] pgmap v25: 129 pgs: 16 stale+active+clean, 113 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:23:11.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:11 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:10.996725+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:11.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:11 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:11.000123+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:11.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:11 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:11.004642+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:23:11.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:11 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:11.006496+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:11.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:11 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:11.007599+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:11.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:11 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:11.008399+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:11.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:11 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:11.009450+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-27T22:23:11.532 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:11 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:09.822550+0000 mgr.y (mgr.24853) 67 : cluster [DBG] pgmap v25: 129 pgs: 16 stale+active+clean, 113 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:23:11.532 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:11 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:10.996725+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:11.533 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:11 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:11.000123+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:11.533 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:11 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:11.004642+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:23:11.533 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:11 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:11.006496+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:11.533 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:11 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:11.007599+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:11.533 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:11 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:11.008399+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:11.533 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:11 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:11.009450+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-27T22:23:11.533 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:11 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:09.822550+0000 mgr.y (mgr.24853) 67 : cluster [DBG] pgmap v25: 129 pgs: 16 stale+active+clean, 113 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2023-12-27T22:23:11.533 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:11 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:10.996725+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:11.533 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:11 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:11.000123+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:11.533 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:11 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:11.004642+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:23:11.533 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:11 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:11.006496+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:11.533 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:11 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:11.007599+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:11.534 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:11 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:11.008399+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:11.534 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:11 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:11.009450+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-27T22:23:11.783 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:23:11 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd-0[139587]: debug 2023-12-27T22:23:11.531+0000 7f4c98788380 -1 osd.0 80 log_to_monitors {default=true} 2023-12-27T22:23:12.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:12 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:11.009591+0000 mgr.y (mgr.24853) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-27T22:23:12.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:12 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:23:11.010282+0000 mgr.y (mgr.24853) 69 : cephadm [INF] Upgrade: osd.1 is safe to restart 2023-12-27T22:23:12.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:12 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:11.536910+0000 mon.a (mon.0) 217 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/2588753740,v1:172.21.15.5:6803/2588753740]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-27T22:23:12.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:12 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:11.959102+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:12.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:12 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:11.959809+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-27T22:23:12.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:12 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:11.960344+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:23:12.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:12 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:11.961699+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2023-12-27T22:23:12.591 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:23:12 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd-0[139587]: debug 2023-12-27T22:23:12.215+0000 7f4c87c7e700 -1 osd.0 80 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-27T22:23:12.591 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:12 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:11.009591+0000 mgr.y (mgr.24853) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-27T22:23:12.591 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:12 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:23:11.010282+0000 mgr.y (mgr.24853) 69 : cephadm [INF] Upgrade: osd.1 is safe to restart 2023-12-27T22:23:12.591 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:12 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:11.536910+0000 mon.a (mon.0) 217 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/2588753740,v1:172.21.15.5:6803/2588753740]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-27T22:23:12.592 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:12 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:11.959102+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:12.592 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:12 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:11.959809+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-27T22:23:12.592 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:12 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:11.960344+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:23:12.592 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:12 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:11.961699+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2023-12-27T22:23:12.592 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:12 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:11.009591+0000 mgr.y (mgr.24853) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-27T22:23:12.592 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:12 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:23:11.010282+0000 mgr.y (mgr.24853) 69 : cephadm [INF] Upgrade: osd.1 is safe to restart 2023-12-27T22:23:12.592 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:12 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:11.536910+0000 mon.a (mon.0) 217 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/2588753740,v1:172.21.15.5:6803/2588753740]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-27T22:23:12.592 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:12 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:11.959102+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:12.592 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:12 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:11.959809+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-27T22:23:12.592 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:12 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:11.960344+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:23:12.592 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:12 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:11.961699+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2023-12-27T22:23:13.220 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:13 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:11.823267+0000 mgr.y (mgr.24853) 70 : cluster [DBG] pgmap v26: 129 pgs: 23 active+undersized+degraded, 26 active+undersized, 80 active+clean; 7.0 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 68/606 objects degraded (11.221%) 2023-12-27T22:23:13.220 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:13 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:23:11.953845+0000 mgr.y (mgr.24853) 71 : cephadm [INF] Upgrade: Updating osd.1 2023-12-27T22:23:13.221 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:13 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:23:11.961367+0000 mgr.y (mgr.24853) 72 : cephadm [INF] Deploying daemon osd.1 on smithi005 2023-12-27T22:23:13.221 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:13 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:12.193721+0000 mon.a (mon.0) 222 : cluster [WRN] Health check failed: Degraded data redundancy: 68/606 objects degraded (11.221%), 23 pgs degraded (PG_DEGRADED) 2023-12-27T22:23:13.221 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:13 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:12.203632+0000 mon.a (mon.0) 223 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/2588753740,v1:172.21.15.5:6803/2588753740]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-27T22:23:13.221 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:13 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:12.203715+0000 mon.a (mon.0) 224 : cluster [DBG] osdmap e83: 8 total, 7 up, 8 in 2023-12-27T22:23:13.221 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:13 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:12.204548+0000 mon.a (mon.0) 225 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/2588753740,v1:172.21.15.5:6803/2588753740]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:23:13.494 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:13 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:11.823267+0000 mgr.y (mgr.24853) 70 : cluster [DBG] pgmap v26: 129 pgs: 23 active+undersized+degraded, 26 active+undersized, 80 active+clean; 7.0 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 68/606 objects degraded (11.221%) 2023-12-27T22:23:13.494 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:13 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:23:11.953845+0000 mgr.y (mgr.24853) 71 : cephadm [INF] Upgrade: Updating osd.1 2023-12-27T22:23:13.494 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:13 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:23:11.961367+0000 mgr.y (mgr.24853) 72 : cephadm [INF] Deploying daemon osd.1 on smithi005 2023-12-27T22:23:13.494 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:13 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:12.193721+0000 mon.a (mon.0) 222 : cluster [WRN] Health check failed: Degraded data redundancy: 68/606 objects degraded (11.221%), 23 pgs degraded (PG_DEGRADED) 2023-12-27T22:23:13.494 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:13 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:12.203632+0000 mon.a (mon.0) 223 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/2588753740,v1:172.21.15.5:6803/2588753740]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-27T22:23:13.494 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:13 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:12.203715+0000 mon.a (mon.0) 224 : cluster [DBG] osdmap e83: 8 total, 7 up, 8 in 2023-12-27T22:23:13.494 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:13 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:12.204548+0000 mon.a (mon.0) 225 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/2588753740,v1:172.21.15.5:6803/2588753740]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:23:13.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:13 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:11.823267+0000 mgr.y (mgr.24853) 70 : cluster [DBG] pgmap v26: 129 pgs: 23 active+undersized+degraded, 26 active+undersized, 80 active+clean; 7.0 KiB data, 7.2 MiB used, 707 GiB / 715 GiB avail; 68/606 objects degraded (11.221%) 2023-12-27T22:23:13.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:13 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:23:11.953845+0000 mgr.y (mgr.24853) 71 : cephadm [INF] Upgrade: Updating osd.1 2023-12-27T22:23:13.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:13 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:23:11.961367+0000 mgr.y (mgr.24853) 72 : cephadm [INF] Deploying daemon osd.1 on smithi005 2023-12-27T22:23:13.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:13 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:12.193721+0000 mon.a (mon.0) 222 : cluster [WRN] Health check failed: Degraded data redundancy: 68/606 objects degraded (11.221%), 23 pgs degraded (PG_DEGRADED) 2023-12-27T22:23:13.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:13 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:12.203632+0000 mon.a (mon.0) 223 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/2588753740,v1:172.21.15.5:6803/2588753740]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-27T22:23:13.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:13 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:12.203715+0000 mon.a (mon.0) 224 : cluster [DBG] osdmap e83: 8 total, 7 up, 8 in 2023-12-27T22:23:13.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:13 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:12.204548+0000 mon.a (mon.0) 225 : audit [INF] from='osd.0 [v2:172.21.15.5:6802/2588753740,v1:172.21.15.5:6803/2588753740]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:23:14.015 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:23:13 smithi005 systemd[1]: Stopping Ceph osd.1 for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:23:14.015 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:23:13 smithi005 bash[117772]: debug 2023-12-27T22:23:13.827+0000 7fb2c9482700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-27T22:23:14.015 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:23:13 smithi005 bash[117772]: debug 2023-12-27T22:23:13.827+0000 7fb2c9482700 -1 osd.1 84 *** Got signal Terminated *** 2023-12-27T22:23:14.016 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:23:13 smithi005 bash[117772]: debug 2023-12-27T22:23:13.827+0000 7fb2c9482700 -1 osd.1 84 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-27T22:23:14.298 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:23:14 smithi005 bash[140631]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd.1 2023-12-27T22:23:14.298 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:13.200618+0000 mon.a (mon.0) 226 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-27T22:23:14.298 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:13.205208+0000 mon.a (mon.0) 227 : cluster [INF] osd.0 [v2:172.21.15.5:6802/2588753740,v1:172.21.15.5:6803/2588753740] boot 2023-12-27T22:23:14.298 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:13.205268+0000 mon.a (mon.0) 228 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-27T22:23:14.298 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:13.205747+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-27T22:23:14.299 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:14.076610+0000 mon.a (mon.0) 230 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-27T22:23:14.299 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:14.076651+0000 mon.a (mon.0) 231 : cluster [INF] osd.1 failed (root=default,host=smithi005) (connection refused reported by osd.6) 2023-12-27T22:23:14.299 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:14.076899+0000 mon.a (mon.0) 232 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-27T22:23:14.299 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:14.076993+0000 mon.a (mon.0) 233 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-27T22:23:14.299 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:14.077073+0000 mon.a (mon.0) 234 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-27T22:23:14.299 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:14.077185+0000 mon.a (mon.0) 235 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-27T22:23:14.299 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:14.077316+0000 mon.a (mon.0) 236 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-27T22:23:14.299 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:14.077413+0000 mon.a (mon.0) 237 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-27T22:23:14.299 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:14.077458+0000 mon.a (mon.0) 238 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-27T22:23:14.299 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:14.077556+0000 mon.a (mon.0) 239 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-27T22:23:14.299 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:14.077642+0000 mon.a (mon.0) 240 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-27T22:23:14.299 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:14.077741+0000 mon.a (mon.0) 241 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-27T22:23:14.299 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:14.077786+0000 mon.a (mon.0) 242 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-27T22:23:14.299 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:14.077904+0000 mon.a (mon.0) 243 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-27T22:23:14.299 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:14.077975+0000 mon.a (mon.0) 244 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-27T22:23:14.299 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:14.202307+0000 mon.a (mon.0) 245 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-27T22:23:14.300 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:14.206636+0000 mon.a (mon.0) 246 : cluster [DBG] osdmap e85: 8 total, 7 up, 8 in 2023-12-27T22:23:14.300 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:13.200618+0000 mon.a (mon.0) 226 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-27T22:23:14.300 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:13.205208+0000 mon.a (mon.0) 227 : cluster [INF] osd.0 [v2:172.21.15.5:6802/2588753740,v1:172.21.15.5:6803/2588753740] boot 2023-12-27T22:23:14.300 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:13.205268+0000 mon.a (mon.0) 228 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-27T22:23:14.300 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:13.205747+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-27T22:23:14.300 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:14.076610+0000 mon.a (mon.0) 230 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-27T22:23:14.300 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:14.076651+0000 mon.a (mon.0) 231 : cluster [INF] osd.1 failed (root=default,host=smithi005) (connection refused reported by osd.6) 2023-12-27T22:23:14.300 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:14.076899+0000 mon.a (mon.0) 232 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-27T22:23:14.300 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:14.076993+0000 mon.a (mon.0) 233 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-27T22:23:14.300 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:14.077073+0000 mon.a (mon.0) 234 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-27T22:23:14.300 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:14.077185+0000 mon.a (mon.0) 235 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-27T22:23:14.300 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:14.077316+0000 mon.a (mon.0) 236 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-27T22:23:14.300 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:14.077413+0000 mon.a (mon.0) 237 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-27T22:23:14.300 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:14.077458+0000 mon.a (mon.0) 238 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-27T22:23:14.301 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:14.077556+0000 mon.a (mon.0) 239 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-27T22:23:14.301 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:14.077642+0000 mon.a (mon.0) 240 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-27T22:23:14.301 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:14.077741+0000 mon.a (mon.0) 241 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-27T22:23:14.301 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:14.077786+0000 mon.a (mon.0) 242 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-27T22:23:14.301 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:14.077904+0000 mon.a (mon.0) 243 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-27T22:23:14.301 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:14.077975+0000 mon.a (mon.0) 244 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-27T22:23:14.301 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:14.202307+0000 mon.a (mon.0) 245 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-27T22:23:14.301 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:14 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:14.206636+0000 mon.a (mon.0) 246 : cluster [DBG] osdmap e85: 8 total, 7 up, 8 in 2023-12-27T22:23:14.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:14 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:13.200618+0000 mon.a (mon.0) 226 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-27T22:23:14.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:14 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:13.205208+0000 mon.a (mon.0) 227 : cluster [INF] osd.0 [v2:172.21.15.5:6802/2588753740,v1:172.21.15.5:6803/2588753740] boot 2023-12-27T22:23:14.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:14 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:13.205268+0000 mon.a (mon.0) 228 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-27T22:23:14.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:14 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:13.205747+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-27T22:23:14.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:14 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:14.076610+0000 mon.a (mon.0) 230 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-27T22:23:14.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:14 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:14.076651+0000 mon.a (mon.0) 231 : cluster [INF] osd.1 failed (root=default,host=smithi005) (connection refused reported by osd.6) 2023-12-27T22:23:14.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:14 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:14.076899+0000 mon.a (mon.0) 232 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-27T22:23:14.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:14 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:14.076993+0000 mon.a (mon.0) 233 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-27T22:23:14.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:14 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:14.077073+0000 mon.a (mon.0) 234 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-27T22:23:14.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:14 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:14.077185+0000 mon.a (mon.0) 235 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-27T22:23:14.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:14 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:14.077316+0000 mon.a (mon.0) 236 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-27T22:23:14.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:14 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:14.077413+0000 mon.a (mon.0) 237 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-27T22:23:14.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:14 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:14.077458+0000 mon.a (mon.0) 238 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-27T22:23:14.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:14 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:14.077556+0000 mon.a (mon.0) 239 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-27T22:23:14.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:14 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:14.077642+0000 mon.a (mon.0) 240 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-27T22:23:14.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:14 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:14.077741+0000 mon.a (mon.0) 241 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-27T22:23:14.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:14 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:14.077786+0000 mon.a (mon.0) 242 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-27T22:23:14.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:14 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:14.077904+0000 mon.a (mon.0) 243 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-27T22:23:14.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:14 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:14.077975+0000 mon.a (mon.0) 244 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-27T22:23:14.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:14 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:14.202307+0000 mon.a (mon.0) 245 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-27T22:23:14.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:14 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:14.206636+0000 mon.a (mon.0) 246 : cluster [DBG] osdmap e85: 8 total, 7 up, 8 in 2023-12-27T22:23:14.613 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:23:14 smithi005 bash[140686]: Error: no container with name or ID "ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd.1" found: no such container 2023-12-27T22:23:15.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:15 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:13.823772+0000 mgr.y (mgr.24853) 73 : cluster [DBG] pgmap v29: 129 pgs: 23 active+undersized+degraded, 26 active+undersized, 80 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 68/606 objects degraded (11.221%) 2023-12-27T22:23:15.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:15 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:15.207397+0000 mon.a (mon.0) 247 : cluster [DBG] osdmap e86: 8 total, 7 up, 8 in 2023-12-27T22:23:15.532 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:15 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:13.823772+0000 mgr.y (mgr.24853) 73 : cluster [DBG] pgmap v29: 129 pgs: 23 active+undersized+degraded, 26 active+undersized, 80 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 68/606 objects degraded (11.221%) 2023-12-27T22:23:15.533 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:15 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:15.207397+0000 mon.a (mon.0) 247 : cluster [DBG] osdmap e86: 8 total, 7 up, 8 in 2023-12-27T22:23:15.533 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:15 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:13.823772+0000 mgr.y (mgr.24853) 73 : cluster [DBG] pgmap v29: 129 pgs: 23 active+undersized+degraded, 26 active+undersized, 80 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 68/606 objects degraded (11.221%) 2023-12-27T22:23:15.533 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:15 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:15.207397+0000 mon.a (mon.0) 247 : cluster [DBG] osdmap e86: 8 total, 7 up, 8 in 2023-12-27T22:23:15.863 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:23:15 smithi005 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.1.service: Succeeded. 2023-12-27T22:23:15.863 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:23:15 smithi005 systemd[1]: Stopped Ceph osd.1 for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:23:15.863 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:23:15 smithi005 systemd[1]: Starting Ceph osd.1 for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:23:16.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:16 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:15.824466+0000 mgr.y (mgr.24853) 74 : cluster [DBG] pgmap v32: 129 pgs: 51 peering, 61 active+clean, 6 active+undersized, 6 active+undersized+degraded, 2 stale+active+undersized+degraded, 3 stale+active+undersized; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 29/606 objects degraded (4.785%) 2023-12-27T22:23:16.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:16 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:15.824466+0000 mgr.y (mgr.24853) 74 : cluster [DBG] pgmap v32: 129 pgs: 51 peering, 61 active+clean, 6 active+undersized, 6 active+undersized+degraded, 2 stale+active+undersized+degraded, 3 stale+active+undersized; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 29/606 objects degraded (4.785%) 2023-12-27T22:23:16.864 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:23:16 smithi005 bash[140935]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-27T22:23:16.864 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:23:16 smithi005 bash[140935]: 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-27T22:23:16.864 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:23:16 smithi005 bash[140935]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2023-12-27T22:23:16.864 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:23:16 smithi005 bash[140935]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-27T22:23:16.865 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:23:16 smithi005 bash[140935]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2023-12-27T22:23:16.865 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:23:16 smithi005 bash[140935]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-27T22:23:16.865 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:23:16 smithi005 bash[140935]: --> ceph-volume raw activate successful for osd ID: 1 2023-12-27T22:23:17.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:16 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:15.824466+0000 mgr.y (mgr.24853) 74 : cluster [DBG] pgmap v32: 129 pgs: 51 peering, 61 active+clean, 6 active+undersized, 6 active+undersized+degraded, 2 stale+active+undersized+degraded, 3 stale+active+undersized; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 29/606 objects degraded (4.785%) 2023-12-27T22:23:17.364 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:23:17 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd-1[141202]: debug 2023-12-27T22:23:17.044+0000 7fdd4040a700 1 -- 172.21.15.5:0/1846484138 <== mon.1 v2:172.21.15.5:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x563b4684c680 con 0x563b46813400 2023-12-27T22:23:17.364 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:23:17 smithi005 bash[141188]: b9c9a9568f0d8c15e61c190c1495d8c684b98c7d8f159f447e422955b7a9238e 2023-12-27T22:23:17.364 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:23:17 smithi005 systemd[1]: Started Ceph osd.1 for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:23:17.864 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:23:17 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd-1[141202]: debug 2023-12-27T22:23:17.565+0000 7fdd47e85380 -1 Falling back to public interface 2023-12-27T22:23:17.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:17 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:16.538665+0000 mon.a (mon.0) 248 : cluster [WRN] Health check failed: Reduced data availability: 8 pgs inactive, 14 pgs peering (PG_AVAILABILITY) 2023-12-27T22:23:17.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:17 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:17.092791+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:17.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:17 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:17.093542+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:23:17.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:17 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:17.337416+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:17.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:17 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:17.338307+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:23:17.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:17 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:16.538665+0000 mon.a (mon.0) 248 : cluster [WRN] Health check failed: Reduced data availability: 8 pgs inactive, 14 pgs peering (PG_AVAILABILITY) 2023-12-27T22:23:17.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:17 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:17.092791+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:17.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:17 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:17.093542+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:23:17.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:17 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:17.337416+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:17.865 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:17 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:17.338307+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:23:18.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:17 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:16.538665+0000 mon.a (mon.0) 248 : cluster [WRN] Health check failed: Reduced data availability: 8 pgs inactive, 14 pgs peering (PG_AVAILABILITY) 2023-12-27T22:23:18.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:17 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:17.092791+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:18.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:17 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:17.093542+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:23:18.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:17 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:17.337416+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:18.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:17 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:17.338307+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:23:18.864 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:17.825131+0000 mgr.y (mgr.24853) 75 : cluster [DBG] pgmap v33: 129 pgs: 51 peering, 73 active+clean, 3 active+undersized, 2 active+undersized+degraded; 7.0 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 7/606 objects degraded (1.155%) 2023-12-27T22:23:18.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:18 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:17.825131+0000 mgr.y (mgr.24853) 75 : cluster [DBG] pgmap v33: 129 pgs: 51 peering, 73 active+clean, 3 active+undersized, 2 active+undersized+degraded; 7.0 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 7/606 objects degraded (1.155%) 2023-12-27T22:23:19.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:18 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:17.825131+0000 mgr.y (mgr.24853) 75 : cluster [DBG] pgmap v33: 129 pgs: 51 peering, 73 active+clean, 3 active+undersized, 2 active+undersized+degraded; 7.0 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 7/606 objects degraded (1.155%) 2023-12-27T22:23:19.863 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:19 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:18.541049+0000 mon.a (mon.0) 253 : cluster [WRN] Health check update: Degraded data redundancy: 7/606 objects degraded (1.155%), 2 pgs degraded (PG_DEGRADED) 2023-12-27T22:23:19.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:19 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:18.541049+0000 mon.a (mon.0) 253 : cluster [WRN] Health check update: Degraded data redundancy: 7/606 objects degraded (1.155%), 2 pgs degraded (PG_DEGRADED) 2023-12-27T22:23:20.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:19 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:18.541049+0000 mon.a (mon.0) 253 : cluster [WRN] Health check update: Degraded data redundancy: 7/606 objects degraded (1.155%), 2 pgs degraded (PG_DEGRADED) 2023-12-27T22:23:20.310 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:23:20 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:23:20.072+0000 7f60236f0700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2023-12-27T22:23:20.613 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:23:20 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd-1[141202]: debug 2023-12-27T22:23:20.309+0000 7fdd47e85380 -1 osd.1 84 log_to_monitors {default=true} 2023-12-27T22:23:21.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:19.825698+0000 mgr.y (mgr.24853) 76 : cluster [DBG] pgmap v34: 129 pgs: 51 peering, 73 active+clean, 3 active+undersized, 2 active+undersized+degraded; 7.0 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 7/606 objects degraded (1.155%) 2023-12-27T22:23:21.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:20.060621+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:21.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:20.064472+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:21.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:20.068912+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:23:21.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:20.070827+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:21.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:20.071970+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:21.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:20.072816+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:21.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:20.073836+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-27T22:23:21.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:20.073970+0000 mgr.y (mgr.24853) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-27T22:23:21.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:23:20.074555+0000 mgr.y (mgr.24853) 78 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2023-12-27T22:23:21.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:20.314622+0000 mon.c (mon.1) 3 : audit [INF] from='osd.1 [v2:172.21.15.5:6810/1572539881,v1:172.21.15.5:6811/1572539881]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-27T22:23:21.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:20.314944+0000 mon.a (mon.0) 261 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-27T22:23:21.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:19.825698+0000 mgr.y (mgr.24853) 76 : cluster [DBG] pgmap v34: 129 pgs: 51 peering, 73 active+clean, 3 active+undersized, 2 active+undersized+degraded; 7.0 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 7/606 objects degraded (1.155%) 2023-12-27T22:23:21.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:20.060621+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:21.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:20.064472+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:21.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:20.068912+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:23:21.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:20.070827+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:21.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:20.071970+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:21.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:20.072816+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:21.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:20.073836+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-27T22:23:21.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:20.073970+0000 mgr.y (mgr.24853) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-27T22:23:21.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:23:20.074555+0000 mgr.y (mgr.24853) 78 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2023-12-27T22:23:21.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:20.314622+0000 mon.c (mon.1) 3 : audit [INF] from='osd.1 [v2:172.21.15.5:6810/1572539881,v1:172.21.15.5:6811/1572539881]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-27T22:23:21.366 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:20.314944+0000 mon.a (mon.0) 261 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-27T22:23:21.366 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:23:21 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd-1[141202]: debug 2023-12-27T22:23:21.090+0000 7fdd3ab82700 -1 osd.1 84 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-27T22:23:21.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:21 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:19.825698+0000 mgr.y (mgr.24853) 76 : cluster [DBG] pgmap v34: 129 pgs: 51 peering, 73 active+clean, 3 active+undersized, 2 active+undersized+degraded; 7.0 KiB data, 298 MiB used, 708 GiB / 715 GiB avail; 7/606 objects degraded (1.155%) 2023-12-27T22:23:21.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:21 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:20.060621+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:21.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:21 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:20.064472+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:21.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:21 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:20.068912+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:23:21.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:21 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:20.070827+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:21.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:21 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:20.071970+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:21.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:21 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:20.072816+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:21.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:21 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:20.073836+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-27T22:23:21.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:21 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:20.073970+0000 mgr.y (mgr.24853) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-27T22:23:21.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:21 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:23:20.074555+0000 mgr.y (mgr.24853) 78 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2023-12-27T22:23:21.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:21 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:20.314622+0000 mon.c (mon.1) 3 : audit [INF] from='osd.1 [v2:172.21.15.5:6810/1572539881,v1:172.21.15.5:6811/1572539881]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-27T22:23:21.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:21 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:20.314944+0000 mon.a (mon.0) 261 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-27T22:23:22.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:22 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:21.068245+0000 mon.a (mon.0) 262 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-27T22:23:22.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:22 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:21.068375+0000 mon.a (mon.0) 263 : cluster [DBG] osdmap e87: 8 total, 7 up, 8 in 2023-12-27T22:23:22.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:22 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:21.069562+0000 mon.c (mon.1) 4 : audit [INF] from='osd.1 [v2:172.21.15.5:6810/1572539881,v1:172.21.15.5:6811/1572539881]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:23:22.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:22 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:21.069945+0000 mon.a (mon.0) 264 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:23:22.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:22 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:21.068245+0000 mon.a (mon.0) 262 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-27T22:23:22.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:22 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:21.068375+0000 mon.a (mon.0) 263 : cluster [DBG] osdmap e87: 8 total, 7 up, 8 in 2023-12-27T22:23:22.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:22 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:21.069562+0000 mon.c (mon.1) 4 : audit [INF] from='osd.1 [v2:172.21.15.5:6810/1572539881,v1:172.21.15.5:6811/1572539881]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:23:22.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:22 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:21.069945+0000 mon.a (mon.0) 264 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:23:22.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:22 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:21.068245+0000 mon.a (mon.0) 262 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-27T22:23:22.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:22 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:21.068375+0000 mon.a (mon.0) 263 : cluster [DBG] osdmap e87: 8 total, 7 up, 8 in 2023-12-27T22:23:22.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:22 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:21.069562+0000 mon.c (mon.1) 4 : audit [INF] from='osd.1 [v2:172.21.15.5:6810/1572539881,v1:172.21.15.5:6811/1572539881]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:23:22.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:22 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:21.069945+0000 mon.a (mon.0) 264 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2023-12-27T22:23:23.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:23 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:21.826230+0000 mgr.y (mgr.24853) 79 : cluster [DBG] pgmap v36: 129 pgs: 73 active+clean, 34 active+undersized, 22 active+undersized+degraded; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 84/606 objects degraded (13.861%) 2023-12-27T22:23:23.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:23 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:22.065819+0000 mon.a (mon.0) 265 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-27T22:23:23.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:23 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:22.066216+0000 mon.a (mon.0) 266 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 14 pgs peering) 2023-12-27T22:23:23.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:23 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:22.070868+0000 mon.a (mon.0) 267 : cluster [INF] osd.1 [v2:172.21.15.5:6810/1572539881,v1:172.21.15.5:6811/1572539881] boot 2023-12-27T22:23:23.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:23 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:22.070933+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-27T22:23:23.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:23 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:22.071655+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:23:23.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:23 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:23.072295+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-27T22:23:23.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:23 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:21.826230+0000 mgr.y (mgr.24853) 79 : cluster [DBG] pgmap v36: 129 pgs: 73 active+clean, 34 active+undersized, 22 active+undersized+degraded; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 84/606 objects degraded (13.861%) 2023-12-27T22:23:23.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:23 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:22.065819+0000 mon.a (mon.0) 265 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-27T22:23:23.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:23 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:22.066216+0000 mon.a (mon.0) 266 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 14 pgs peering) 2023-12-27T22:23:23.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:23 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:22.070868+0000 mon.a (mon.0) 267 : cluster [INF] osd.1 [v2:172.21.15.5:6810/1572539881,v1:172.21.15.5:6811/1572539881] boot 2023-12-27T22:23:23.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:23 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:22.070933+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-27T22:23:23.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:23 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:22.071655+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:23:23.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:23 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:23.072295+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-27T22:23:23.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:23 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:21.826230+0000 mgr.y (mgr.24853) 79 : cluster [DBG] pgmap v36: 129 pgs: 73 active+clean, 34 active+undersized, 22 active+undersized+degraded; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 84/606 objects degraded (13.861%) 2023-12-27T22:23:23.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:23 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:22.065819+0000 mon.a (mon.0) 265 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-27T22:23:23.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:23 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:22.066216+0000 mon.a (mon.0) 266 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 14 pgs peering) 2023-12-27T22:23:23.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:23 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:22.070868+0000 mon.a (mon.0) 267 : cluster [INF] osd.1 [v2:172.21.15.5:6810/1572539881,v1:172.21.15.5:6811/1572539881] boot 2023-12-27T22:23:23.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:23 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:22.070933+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-27T22:23:23.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:23 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:22.071655+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-27T22:23:23.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:23 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:23.072295+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-27T22:23:24.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:24 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:24.100419+0000 mon.a (mon.0) 271 : cluster [WRN] Health check update: Degraded data redundancy: 78/606 objects degraded (12.871%), 21 pgs degraded (PG_DEGRADED) 2023-12-27T22:23:24.613 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:24 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:24.100419+0000 mon.a (mon.0) 271 : cluster [WRN] Health check update: Degraded data redundancy: 78/606 objects degraded (12.871%), 21 pgs degraded (PG_DEGRADED) 2023-12-27T22:23:24.614 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:24 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:24.100419+0000 mon.a (mon.0) 271 : cluster [WRN] Health check update: Degraded data redundancy: 78/606 objects degraded (12.871%), 21 pgs degraded (PG_DEGRADED) 2023-12-27T22:23:25.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:25 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:23.826892+0000 mgr.y (mgr.24853) 80 : cluster [DBG] pgmap v39: 129 pgs: 4 peering, 73 active+clean, 31 active+undersized, 21 active+undersized+degraded; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 78/606 objects degraded (12.871%) 2023-12-27T22:23:25.614 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:25 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:23.826892+0000 mgr.y (mgr.24853) 80 : cluster [DBG] pgmap v39: 129 pgs: 4 peering, 73 active+clean, 31 active+undersized, 21 active+undersized+degraded; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 78/606 objects degraded (12.871%) 2023-12-27T22:23:25.614 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:25 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:23.826892+0000 mgr.y (mgr.24853) 80 : cluster [DBG] pgmap v39: 129 pgs: 4 peering, 73 active+clean, 31 active+undersized, 21 active+undersized+degraded; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 78/606 objects degraded (12.871%) 2023-12-27T22:23:26.863 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:26 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:25.827776+0000 mgr.y (mgr.24853) 81 : cluster [DBG] pgmap v40: 129 pgs: 4 peering, 107 active+clean, 11 active+undersized, 7 active+undersized+degraded; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 30/606 objects degraded (4.950%) 2023-12-27T22:23:26.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:26 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:25.827776+0000 mgr.y (mgr.24853) 81 : cluster [DBG] pgmap v40: 129 pgs: 4 peering, 107 active+clean, 11 active+undersized, 7 active+undersized+degraded; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 30/606 objects degraded (4.950%) 2023-12-27T22:23:27.004 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:26 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:25.827776+0000 mgr.y (mgr.24853) 81 : cluster [DBG] pgmap v40: 129 pgs: 4 peering, 107 active+clean, 11 active+undersized, 7 active+undersized+degraded; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 30/606 objects degraded (4.950%) 2023-12-27T22:23:28.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:27 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:27.879168+0000 mon.a (mon.0) 272 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/606 objects degraded (4.950%), 7 pgs degraded) 2023-12-27T22:23:28.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:27 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:27.879198+0000 mon.a (mon.0) 273 : cluster [INF] Cluster is now healthy 2023-12-27T22:23:28.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:27 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:27.879168+0000 mon.a (mon.0) 272 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/606 objects degraded (4.950%), 7 pgs degraded) 2023-12-27T22:23:28.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:27 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:27.879198+0000 mon.a (mon.0) 273 : cluster [INF] Cluster is now healthy 2023-12-27T22:23:28.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:27 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:27.879168+0000 mon.a (mon.0) 272 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/606 objects degraded (4.950%), 7 pgs degraded) 2023-12-27T22:23:28.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:27 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:27.879198+0000 mon.a (mon.0) 273 : cluster [INF] Cluster is now healthy 2023-12-27T22:23:29.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:28 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:27.828382+0000 mgr.y (mgr.24853) 82 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2023-12-27T22:23:29.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:28 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:27.828382+0000 mgr.y (mgr.24853) 82 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2023-12-27T22:23:29.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:28 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:27.828382+0000 mgr.y (mgr.24853) 82 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2023-12-27T22:23:30.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:29 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:29.841519+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2023-12-27T22:23:30.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:29 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:29.841905+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2023-12-27T22:23:30.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:29 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:29.842173+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2023-12-27T22:23:30.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:29 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:29.842440+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2023-12-27T22:23:30.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:29.841519+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2023-12-27T22:23:30.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:29.841905+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2023-12-27T22:23:30.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:29.842173+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2023-12-27T22:23:30.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:29.842440+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2023-12-27T22:23:30.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:29.841519+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2023-12-27T22:23:30.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:29.841905+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2023-12-27T22:23:30.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:29.842173+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2023-12-27T22:23:30.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:29 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:29.842440+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2023-12-27T22:23:31.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:30 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:29.828947+0000 mgr.y (mgr.24853) 83 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2023-12-27T22:23:31.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:30 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:29.828947+0000 mgr.y (mgr.24853) 83 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2023-12-27T22:23:31.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:30 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:29.828947+0000 mgr.y (mgr.24853) 83 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2023-12-27T22:23:33.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:32 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:31.829764+0000 mgr.y (mgr.24853) 84 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2023-12-27T22:23:33.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:32 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:31.829764+0000 mgr.y (mgr.24853) 84 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2023-12-27T22:23:33.363 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:32 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:31.829764+0000 mgr.y (mgr.24853) 84 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2023-12-27T22:23:35.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:34 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:33.830283+0000 mgr.y (mgr.24853) 85 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2023-12-27T22:23:35.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:34 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:33.830283+0000 mgr.y (mgr.24853) 85 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2023-12-27T22:23:35.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:34 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:33.830283+0000 mgr.y (mgr.24853) 85 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2023-12-27T22:23:36.342 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:36 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:35.016736+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:36.342 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:36 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:35.077087+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-27T22:23:36.343 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:36 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:35.077319+0000 mgr.y (mgr.24853) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-27T22:23:36.343 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:36 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:23:35.078430+0000 mgr.y (mgr.24853) 87 : cephadm [INF] Upgrade: osd.2 is safe to restart 2023-12-27T22:23:36.343 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:36 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:35.016736+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:36.343 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:36 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:35.077087+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-27T22:23:36.343 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:36 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:35.077319+0000 mgr.y (mgr.24853) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-27T22:23:36.343 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:36 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:23:35.078430+0000 mgr.y (mgr.24853) 87 : cephadm [INF] Upgrade: osd.2 is safe to restart 2023-12-27T22:23:36.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:36 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:35.016736+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:36.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:36 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:35.077087+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-27T22:23:36.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:36 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:35.077319+0000 mgr.y (mgr.24853) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-27T22:23:36.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:36 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:23:35.078430+0000 mgr.y (mgr.24853) 87 : cephadm [INF] Upgrade: osd.2 is safe to restart 2023-12-27T22:23:37.192 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:37 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:35.830831+0000 mgr.y (mgr.24853) 88 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2023-12-27T22:23:37.192 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:37 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:23:36.018538+0000 mgr.y (mgr.24853) 89 : cephadm [INF] Upgrade: Updating osd.2 2023-12-27T22:23:37.192 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:37 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:36.022668+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:37.192 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:37 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:36.023371+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-27T22:23:37.192 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:37 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:36.023911+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:23:37.192 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:37 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cephadm 2023-12-27T22:23:36.024964+0000 mgr.y (mgr.24853) 90 : cephadm [INF] Deploying daemon osd.2 on smithi005 2023-12-27T22:23:37.192 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:37 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:36.025305+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2023-12-27T22:23:37.193 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:37 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:35.830831+0000 mgr.y (mgr.24853) 88 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2023-12-27T22:23:37.193 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:37 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:23:36.018538+0000 mgr.y (mgr.24853) 89 : cephadm [INF] Upgrade: Updating osd.2 2023-12-27T22:23:37.193 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:37 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:36.022668+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:37.193 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:37 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:36.023371+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-27T22:23:37.193 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:37 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:36.023911+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:23:37.193 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:37 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cephadm 2023-12-27T22:23:36.024964+0000 mgr.y (mgr.24853) 90 : cephadm [INF] Deploying daemon osd.2 on smithi005 2023-12-27T22:23:37.193 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:37 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:36.025305+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2023-12-27T22:23:37.194 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -e sha1=c5564c7988cbaadc3382253af5843a8595347c2d -- bash -c 'ceph orch ps' 2023-12-27T22:23:37.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:37 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:35.830831+0000 mgr.y (mgr.24853) 88 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2023-12-27T22:23:37.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:37 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:23:36.018538+0000 mgr.y (mgr.24853) 89 : cephadm [INF] Upgrade: Updating osd.2 2023-12-27T22:23:37.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:37 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:36.022668+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:37.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:37 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:36.023371+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-27T22:23:37.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:37 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:36.023911+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-27T22:23:37.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:37 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cephadm 2023-12-27T22:23:36.024964+0000 mgr.y (mgr.24853) 90 : cephadm [INF] Deploying daemon osd.2 on smithi005 2023-12-27T22:23:37.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:37 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:36.025305+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2023-12-27T22:23:38.100 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:23:38 smithi005 systemd[1]: Stopping Ceph osd.2 for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:23:38.364 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:23:38 smithi005 bash[120114]: debug 2023-12-27T22:23:38.099+0000 7f791186b700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-27T22:23:38.364 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:23:38 smithi005 bash[120114]: debug 2023-12-27T22:23:38.099+0000 7f791186b700 -1 osd.2 89 *** Got signal Terminated *** 2023-12-27T22:23:38.364 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:23:38 smithi005 bash[120114]: debug 2023-12-27T22:23:38.099+0000 7f791186b700 -1 osd.2 89 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-27T22:23:38.693 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:23:38 smithi005 bash[142352]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd.2 2023-12-27T22:23:39.025 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:23:38 smithi005 bash[142423]: Error: container ac1a0664dc383b0abd636ec8e195db9766ca75e44e2a37dfec76670af3a62911 does not exist in database: no such container 2023-12-27T22:23:39.028 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:37.831271+0000 mgr.y (mgr.24853) 91 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2023-12-27T22:23:39.028 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.222719+0000 mon.a (mon.0) 284 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:23:39.028 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.222763+0000 mon.a (mon.0) 285 : cluster [INF] osd.2 failed (root=default,host=smithi005) (connection refused reported by osd.0) 2023-12-27T22:23:39.028 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.225374+0000 mon.a (mon.0) 286 : cluster [DBG] osd.2 reported immediately failed by osd.3 2023-12-27T22:23:39.028 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.341769+0000 mon.a (mon.0) 287 : cluster [DBG] osd.2 reported immediately failed by osd.3 2023-12-27T22:23:39.029 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.341943+0000 mon.a (mon.0) 288 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:23:39.029 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.342090+0000 mon.a (mon.0) 289 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-27T22:23:39.029 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.342401+0000 mon.a (mon.0) 290 : cluster [DBG] osd.2 reported immediately failed by osd.6 2023-12-27T22:23:39.029 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.342478+0000 mon.a (mon.0) 291 : cluster [DBG] osd.2 reported immediately failed by osd.4 2023-12-27T22:23:39.029 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.342706+0000 mon.a (mon.0) 292 : cluster [DBG] osd.2 reported immediately failed by osd.4 2023-12-27T22:23:39.029 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.342854+0000 mon.a (mon.0) 293 : cluster [DBG] osd.2 reported immediately failed by osd.6 2023-12-27T22:23:39.029 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.342938+0000 mon.a (mon.0) 294 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:23:39.029 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.343058+0000 mon.a (mon.0) 295 : cluster [DBG] osd.2 reported immediately failed by osd.7 2023-12-27T22:23:39.029 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.343177+0000 mon.a (mon.0) 296 : cluster [DBG] osd.2 reported immediately failed by osd.3 2023-12-27T22:23:39.029 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.343235+0000 mon.a (mon.0) 297 : cluster [DBG] osd.2 reported immediately failed by osd.5 2023-12-27T22:23:39.029 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.343404+0000 mon.a (mon.0) 298 : cluster [DBG] osd.2 reported immediately failed by osd.7 2023-12-27T22:23:39.029 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.343528+0000 mon.a (mon.0) 299 : cluster [DBG] osd.2 reported immediately failed by osd.5 2023-12-27T22:23:39.029 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.343672+0000 mon.a (mon.0) 300 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-27T22:23:39.029 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.424080+0000 mon.a (mon.0) 301 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:23:39.030 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.425655+0000 mon.a (mon.0) 302 : cluster [DBG] osd.2 reported immediately failed by osd.3 2023-12-27T22:23:39.030 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.742704+0000 mon.a (mon.0) 303 : cluster [DBG] osd.2 reported immediately failed by osd.3 2023-12-27T22:23:39.030 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.742875+0000 mon.a (mon.0) 304 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:23:39.030 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.743422+0000 mon.a (mon.0) 305 : cluster [DBG] osd.2 reported immediately failed by osd.4 2023-12-27T22:23:39.030 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.743517+0000 mon.a (mon.0) 306 : cluster [DBG] osd.2 reported immediately failed by osd.6 2023-12-27T22:23:39.030 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.743713+0000 mon.a (mon.0) 307 : cluster [DBG] osd.2 reported immediately failed by osd.6 2023-12-27T22:23:39.030 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.743798+0000 mon.a (mon.0) 308 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:23:39.030 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.744050+0000 mon.a (mon.0) 309 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-27T22:23:39.030 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.744202+0000 mon.a (mon.0) 310 : cluster [DBG] osd.2 reported immediately failed by osd.3 2023-12-27T22:23:39.030 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.744344+0000 mon.a (mon.0) 311 : cluster [DBG] osd.2 reported immediately failed by osd.5 2023-12-27T22:23:39.030 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.744541+0000 mon.a (mon.0) 312 : cluster [DBG] osd.2 reported immediately failed by osd.7 2023-12-27T22:23:39.030 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.744680+0000 mon.a (mon.0) 313 : cluster [DBG] osd.2 reported immediately failed by osd.5 2023-12-27T22:23:39.031 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.744868+0000 mon.a (mon.0) 314 : cluster [DBG] osd.2 reported immediately failed by osd.7 2023-12-27T22:23:39.031 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.745063+0000 mon.a (mon.0) 315 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-27T22:23:39.031 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.745237+0000 mon.a (mon.0) 316 : cluster [DBG] osd.2 reported immediately failed by osd.4 2023-12-27T22:23:39.031 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.824669+0000 mon.a (mon.0) 317 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:23:39.031 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:38.826580+0000 mon.a (mon.0) 318 : cluster [DBG] osd.2 reported immediately failed by osd.3 2023-12-27T22:23:39.225 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-27T22:23:39.225 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.a smithi005 running (2m) 19s ago 7m 18.3M - 0.26.0 9f27df16978d 88b79f4a641c 2023-12-27T22:23:39.225 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.a smithi115 running (6m) 50s ago 6m 31.9M - 6.6.2 87a51ecf0b1c 8571ad765d1a 2023-12-27T22:23:39.225 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.x smithi115 *:8443 running (101s) 50s ago 9m 390M - 16.2.14-417-gc5564c79 4edbaf1adc50 1fb991897fc3 2023-12-27T22:23:39.226 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.y smithi005 *:8443 running (2m) 19s ago 10m 432M - 16.2.14-417-gc5564c79 4edbaf1adc50 fc4629f271e5 2023-12-27T22:23:39.226 INFO:teuthology.orchestra.run.smithi005.stdout:mon.a smithi005 running (93s) 19s ago 10m 125M 2048M 16.2.14-417-gc5564c79 4edbaf1adc50 af61dfc221fb 2023-12-27T22:23:39.226 INFO:teuthology.orchestra.run.smithi005.stdout:mon.b smithi115 running (54s) 50s ago 9m 25.5M 2048M 16.2.14-417-gc5564c79 4edbaf1adc50 6fda2f83ca82 2023-12-27T22:23:39.226 INFO:teuthology.orchestra.run.smithi005.stdout:mon.c smithi005 running (60s) 19s ago 9m 118M 2048M 16.2.14-417-gc5564c79 4edbaf1adc50 ba68542fca61 2023-12-27T22:23:39.226 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.a smithi005 running (7m) 19s ago 7m 11.0M - 1.7.0 72c9c2088986 6aa886eccd9f 2023-12-27T22:23:39.226 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.b smithi115 running (7m) 50s ago 7m 10.7M - 1.7.0 72c9c2088986 1175f3b054db 2023-12-27T22:23:39.226 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi005 running (31s) 19s ago 9m 50.2M 4096M 16.2.14-417-gc5564c79 4edbaf1adc50 68b0e8f4dddf 2023-12-27T22:23:39.226 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (22s) 19s ago 8m 13.9M 4096M 16.2.14-417-gc5564c79 4edbaf1adc50 b9c9a9568f0d 2023-12-27T22:23:39.226 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi005 running (8m) 19s ago 8m 68.9M 4096M 15.2.0 204a01f9b0b6 ac1a0664dc38 2023-12-27T22:23:39.226 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (8m) 19s ago 8m 90.1M 4096M 15.2.0 204a01f9b0b6 e9b08505b4a9 2023-12-27T22:23:39.226 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi115 running (8m) 50s ago 8m 82.0M 4096M 15.2.0 204a01f9b0b6 ee6eb3d4fea4 2023-12-27T22:23:39.226 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi115 running (7m) 50s ago 8m 76.6M 4096M 15.2.0 204a01f9b0b6 590f336246c3 2023-12-27T22:23:39.226 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi115 running (7m) 50s ago 7m 70.9M 4096M 15.2.0 204a01f9b0b6 af0919f79f4a 2023-12-27T22:23:39.226 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi115 running (7m) 50s ago 7m 81.2M 4096M 15.2.0 204a01f9b0b6 480caad5c3db 2023-12-27T22:23:39.226 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.a smithi115 running (2m) 50s ago 7m 37.5M - 2.48.1 ea7f826b1553 f2975ccdf031 2023-12-27T22:23:39.226 INFO:teuthology.orchestra.run.smithi005.stdout:rgw.r.z.smithi005.vumxnj smithi005 running (6m) 19s ago 6m 56.5M - 15.2.0 204a01f9b0b6 44e04367b37c 2023-12-27T22:23:39.227 INFO:teuthology.orchestra.run.smithi005.stdout:rgw.r.z.smithi115.sxtabd smithi115 running (6m) 50s ago 6m 54.4M - 15.2.0 204a01f9b0b6 e646d305d982 2023-12-27T22:23:39.341 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:37.831271+0000 mgr.y (mgr.24853) 91 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2023-12-27T22:23:39.341 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.222719+0000 mon.a (mon.0) 284 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:23:39.341 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.222763+0000 mon.a (mon.0) 285 : cluster [INF] osd.2 failed (root=default,host=smithi005) (connection refused reported by osd.0) 2023-12-27T22:23:39.341 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.225374+0000 mon.a (mon.0) 286 : cluster [DBG] osd.2 reported immediately failed by osd.3 2023-12-27T22:23:39.341 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.341769+0000 mon.a (mon.0) 287 : cluster [DBG] osd.2 reported immediately failed by osd.3 2023-12-27T22:23:39.341 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.341943+0000 mon.a (mon.0) 288 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:23:39.341 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.342090+0000 mon.a (mon.0) 289 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-27T22:23:39.341 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.342401+0000 mon.a (mon.0) 290 : cluster [DBG] osd.2 reported immediately failed by osd.6 2023-12-27T22:23:39.342 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.342478+0000 mon.a (mon.0) 291 : cluster [DBG] osd.2 reported immediately failed by osd.4 2023-12-27T22:23:39.342 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.342706+0000 mon.a (mon.0) 292 : cluster [DBG] osd.2 reported immediately failed by osd.4 2023-12-27T22:23:39.342 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.342854+0000 mon.a (mon.0) 293 : cluster [DBG] osd.2 reported immediately failed by osd.6 2023-12-27T22:23:39.342 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.342938+0000 mon.a (mon.0) 294 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:23:39.342 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.343058+0000 mon.a (mon.0) 295 : cluster [DBG] osd.2 reported immediately failed by osd.7 2023-12-27T22:23:39.342 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.343177+0000 mon.a (mon.0) 296 : cluster [DBG] osd.2 reported immediately failed by osd.3 2023-12-27T22:23:39.342 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.343235+0000 mon.a (mon.0) 297 : cluster [DBG] osd.2 reported immediately failed by osd.5 2023-12-27T22:23:39.342 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.343404+0000 mon.a (mon.0) 298 : cluster [DBG] osd.2 reported immediately failed by osd.7 2023-12-27T22:23:39.342 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.343528+0000 mon.a (mon.0) 299 : cluster [DBG] osd.2 reported immediately failed by osd.5 2023-12-27T22:23:39.342 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.343672+0000 mon.a (mon.0) 300 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-27T22:23:39.342 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.424080+0000 mon.a (mon.0) 301 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:23:39.342 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.425655+0000 mon.a (mon.0) 302 : cluster [DBG] osd.2 reported immediately failed by osd.3 2023-12-27T22:23:39.342 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.742704+0000 mon.a (mon.0) 303 : cluster [DBG] osd.2 reported immediately failed by osd.3 2023-12-27T22:23:39.342 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.742875+0000 mon.a (mon.0) 304 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:23:39.342 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.743422+0000 mon.a (mon.0) 305 : cluster [DBG] osd.2 reported immediately failed by osd.4 2023-12-27T22:23:39.342 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.743517+0000 mon.a (mon.0) 306 : cluster [DBG] osd.2 reported immediately failed by osd.6 2023-12-27T22:23:39.342 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.743713+0000 mon.a (mon.0) 307 : cluster [DBG] osd.2 reported immediately failed by osd.6 2023-12-27T22:23:39.343 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.743798+0000 mon.a (mon.0) 308 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:23:39.343 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.744050+0000 mon.a (mon.0) 309 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-27T22:23:39.343 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.744202+0000 mon.a (mon.0) 310 : cluster [DBG] osd.2 reported immediately failed by osd.3 2023-12-27T22:23:39.343 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.744344+0000 mon.a (mon.0) 311 : cluster [DBG] osd.2 reported immediately failed by osd.5 2023-12-27T22:23:39.343 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.744541+0000 mon.a (mon.0) 312 : cluster [DBG] osd.2 reported immediately failed by osd.7 2023-12-27T22:23:39.343 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.744680+0000 mon.a (mon.0) 313 : cluster [DBG] osd.2 reported immediately failed by osd.5 2023-12-27T22:23:39.343 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.744868+0000 mon.a (mon.0) 314 : cluster [DBG] osd.2 reported immediately failed by osd.7 2023-12-27T22:23:39.343 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.745063+0000 mon.a (mon.0) 315 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-27T22:23:39.343 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.745237+0000 mon.a (mon.0) 316 : cluster [DBG] osd.2 reported immediately failed by osd.4 2023-12-27T22:23:39.343 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.824669+0000 mon.a (mon.0) 317 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:23:39.343 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:39 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:38.826580+0000 mon.a (mon.0) 318 : cluster [DBG] osd.2 reported immediately failed by osd.3 2023-12-27T22:23:39.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:37.831271+0000 mgr.y (mgr.24853) 91 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2023-12-27T22:23:39.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.222719+0000 mon.a (mon.0) 284 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:23:39.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.222763+0000 mon.a (mon.0) 285 : cluster [INF] osd.2 failed (root=default,host=smithi005) (connection refused reported by osd.0) 2023-12-27T22:23:39.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.225374+0000 mon.a (mon.0) 286 : cluster [DBG] osd.2 reported immediately failed by osd.3 2023-12-27T22:23:39.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.341769+0000 mon.a (mon.0) 287 : cluster [DBG] osd.2 reported immediately failed by osd.3 2023-12-27T22:23:39.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.341943+0000 mon.a (mon.0) 288 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:23:39.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.342090+0000 mon.a (mon.0) 289 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-27T22:23:39.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.342401+0000 mon.a (mon.0) 290 : cluster [DBG] osd.2 reported immediately failed by osd.6 2023-12-27T22:23:39.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.342478+0000 mon.a (mon.0) 291 : cluster [DBG] osd.2 reported immediately failed by osd.4 2023-12-27T22:23:39.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.342706+0000 mon.a (mon.0) 292 : cluster [DBG] osd.2 reported immediately failed by osd.4 2023-12-27T22:23:39.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.342854+0000 mon.a (mon.0) 293 : cluster [DBG] osd.2 reported immediately failed by osd.6 2023-12-27T22:23:39.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.342938+0000 mon.a (mon.0) 294 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:23:39.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.343058+0000 mon.a (mon.0) 295 : cluster [DBG] osd.2 reported immediately failed by osd.7 2023-12-27T22:23:39.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.343177+0000 mon.a (mon.0) 296 : cluster [DBG] osd.2 reported immediately failed by osd.3 2023-12-27T22:23:39.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.343235+0000 mon.a (mon.0) 297 : cluster [DBG] osd.2 reported immediately failed by osd.5 2023-12-27T22:23:39.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.343404+0000 mon.a (mon.0) 298 : cluster [DBG] osd.2 reported immediately failed by osd.7 2023-12-27T22:23:39.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.343528+0000 mon.a (mon.0) 299 : cluster [DBG] osd.2 reported immediately failed by osd.5 2023-12-27T22:23:39.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.343672+0000 mon.a (mon.0) 300 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-27T22:23:39.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.424080+0000 mon.a (mon.0) 301 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:23:39.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.425655+0000 mon.a (mon.0) 302 : cluster [DBG] osd.2 reported immediately failed by osd.3 2023-12-27T22:23:39.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.742704+0000 mon.a (mon.0) 303 : cluster [DBG] osd.2 reported immediately failed by osd.3 2023-12-27T22:23:39.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.742875+0000 mon.a (mon.0) 304 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:23:39.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.743422+0000 mon.a (mon.0) 305 : cluster [DBG] osd.2 reported immediately failed by osd.4 2023-12-27T22:23:39.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.743517+0000 mon.a (mon.0) 306 : cluster [DBG] osd.2 reported immediately failed by osd.6 2023-12-27T22:23:39.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.743713+0000 mon.a (mon.0) 307 : cluster [DBG] osd.2 reported immediately failed by osd.6 2023-12-27T22:23:39.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.743798+0000 mon.a (mon.0) 308 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:23:39.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.744050+0000 mon.a (mon.0) 309 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-27T22:23:39.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.744202+0000 mon.a (mon.0) 310 : cluster [DBG] osd.2 reported immediately failed by osd.3 2023-12-27T22:23:39.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.744344+0000 mon.a (mon.0) 311 : cluster [DBG] osd.2 reported immediately failed by osd.5 2023-12-27T22:23:39.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.744541+0000 mon.a (mon.0) 312 : cluster [DBG] osd.2 reported immediately failed by osd.7 2023-12-27T22:23:39.506 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.744680+0000 mon.a (mon.0) 313 : cluster [DBG] osd.2 reported immediately failed by osd.5 2023-12-27T22:23:39.507 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.744868+0000 mon.a (mon.0) 314 : cluster [DBG] osd.2 reported immediately failed by osd.7 2023-12-27T22:23:39.507 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.745063+0000 mon.a (mon.0) 315 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-27T22:23:39.507 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.745237+0000 mon.a (mon.0) 316 : cluster [DBG] osd.2 reported immediately failed by osd.4 2023-12-27T22:23:39.507 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.824669+0000 mon.a (mon.0) 317 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-27T22:23:39.507 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:39 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:38.826580+0000 mon.a (mon.0) 318 : cluster [DBG] osd.2 reported immediately failed by osd.3 2023-12-27T22:23:39.730 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -e sha1=c5564c7988cbaadc3382253af5843a8595347c2d -- bash -c 'ceph versions' 2023-12-27T22:23:40.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:39.023803+0000 mon.a (mon.0) 319 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-27T22:23:40.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:39.033443+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e90: 8 total, 7 up, 8 in 2023-12-27T22:23:40.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:39.212322+0000 mgr.y (mgr.24853) 92 : audit [DBG] from='client.44160 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:23:40.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:39.214280+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-27T22:23:40.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:39.214794+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-27T22:23:40.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:39.215141+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-27T22:23:40.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:39.215519+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-27T22:23:40.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:39.215818+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-27T22:23:40.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:39.216109+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-27T22:23:40.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:39.217765+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-27T22:23:40.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:39.218065+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-27T22:23:40.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:39.218371+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-27T22:23:40.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:39.218657+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-27T22:23:40.365 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:39.219148+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-27T22:23:40.365 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:39.023803+0000 mon.a (mon.0) 319 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-27T22:23:40.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:39.033443+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e90: 8 total, 7 up, 8 in 2023-12-27T22:23:40.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:39.212322+0000 mgr.y (mgr.24853) 92 : audit [DBG] from='client.44160 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:23:40.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:39.214280+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-27T22:23:40.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:39.214794+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-27T22:23:40.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:39.215141+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-27T22:23:40.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:39.215519+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-27T22:23:40.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:39.215818+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-27T22:23:40.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:39.216109+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-27T22:23:40.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:39.217765+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-27T22:23:40.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:39.218065+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-27T22:23:40.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:39.218371+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-27T22:23:40.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:39.218657+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-27T22:23:40.366 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:40 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:39.219148+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-27T22:23:40.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:40 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:39.023803+0000 mon.a (mon.0) 319 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-27T22:23:40.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:40 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:39.033443+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e90: 8 total, 7 up, 8 in 2023-12-27T22:23:40.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:40 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:39.212322+0000 mgr.y (mgr.24853) 92 : audit [DBG] from='client.44160 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-27T22:23:40.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:40 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:39.214280+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-27T22:23:40.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:40 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:39.214794+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-27T22:23:40.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:40 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:39.215141+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-27T22:23:40.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:40 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:39.215519+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-27T22:23:40.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:40 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:39.215818+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-27T22:23:40.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:40 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:39.216109+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-27T22:23:40.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:40 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:39.217765+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-27T22:23:40.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:40 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:39.218065+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-27T22:23:40.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:40 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:39.218371+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-27T22:23:40.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:40 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:39.218657+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-27T22:23:40.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:40 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:39.219148+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-27T22:23:40.650 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:23:40 smithi005 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.2.service: Succeeded. 2023-12-27T22:23:40.650 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:23:40 smithi005 systemd[1]: Stopped Ceph osd.2 for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:23:41.036 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:23:40 smithi005 systemd[1]: Starting Ceph osd.2 for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:23:41.236 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2023-12-27T22:23:41.236 INFO:teuthology.orchestra.run.smithi005.stdout: "mon": { 2023-12-27T22:23:41.236 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.14-417-gc5564c79 (c5564c7988cbaadc3382253af5843a8595347c2d) pacific (stable)": 3 2023-12-27T22:23:41.237 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:23:41.237 INFO:teuthology.orchestra.run.smithi005.stdout: "mgr": { 2023-12-27T22:23:41.237 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.14-417-gc5564c79 (c5564c7988cbaadc3382253af5843a8595347c2d) pacific (stable)": 2 2023-12-27T22:23:41.237 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:23:41.237 INFO:teuthology.orchestra.run.smithi005.stdout: "osd": { 2023-12-27T22:23:41.237 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 5, 2023-12-27T22:23:41.237 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.14-417-gc5564c79 (c5564c7988cbaadc3382253af5843a8595347c2d) pacific (stable)": 2 2023-12-27T22:23:41.237 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:23:41.237 INFO:teuthology.orchestra.run.smithi005.stdout: "mds": {}, 2023-12-27T22:23:41.237 INFO:teuthology.orchestra.run.smithi005.stdout: "rgw": { 2023-12-27T22:23:41.237 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-27T22:23:41.237 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2023-12-27T22:23:41.237 INFO:teuthology.orchestra.run.smithi005.stdout: "overall": { 2023-12-27T22:23:41.238 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 7, 2023-12-27T22:23:41.238 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph version 16.2.14-417-gc5564c79 (c5564c7988cbaadc3382253af5843a8595347c2d) pacific (stable)": 7 2023-12-27T22:23:41.238 INFO:teuthology.orchestra.run.smithi005.stdout: } 2023-12-27T22:23:41.238 INFO:teuthology.orchestra.run.smithi005.stdout:} 2023-12-27T22:23:41.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:41 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:39.831610+0000 mgr.y (mgr.24853) 93 : cluster [DBG] pgmap v48: 129 pgs: 10 stale+active+clean, 119 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2023-12-27T22:23:41.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:41 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:40.036078+0000 mon.a (mon.0) 332 : cluster [DBG] osdmap e91: 8 total, 7 up, 8 in 2023-12-27T22:23:41.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:41 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:39.831610+0000 mgr.y (mgr.24853) 93 : cluster [DBG] pgmap v48: 129 pgs: 10 stale+active+clean, 119 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2023-12-27T22:23:41.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:41 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:40.036078+0000 mon.a (mon.0) 332 : cluster [DBG] osdmap e91: 8 total, 7 up, 8 in 2023-12-27T22:23:41.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:41 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:39.831610+0000 mgr.y (mgr.24853) 93 : cluster [DBG] pgmap v48: 129 pgs: 10 stale+active+clean, 119 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2023-12-27T22:23:41.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:41 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:40.036078+0000 mon.a (mon.0) 332 : cluster [DBG] osdmap e91: 8 total, 7 up, 8 in 2023-12-27T22:23:41.655 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fe802a76-a504-11ee-95a5-87774f69a715 -e sha1=c5564c7988cbaadc3382253af5843a8595347c2d -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-27T22:23:41.770 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:23:41 smithi005 bash[142859]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-27T22:23:41.770 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:23:41 smithi005 bash[142859]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-2 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2023-12-27T22:23:41.770 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:23:41 smithi005 bash[142859]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2023-12-27T22:23:41.770 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:23:41 smithi005 bash[142859]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-27T22:23:41.771 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:23:41 smithi005 bash[142859]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2023-12-27T22:23:41.771 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:23:41 smithi005 bash[142859]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-27T22:23:41.771 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:23:41 smithi005 bash[142859]: --> ceph-volume raw activate successful for osd ID: 2 2023-12-27T22:23:42.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:42 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:41.236966+0000 mon.a (mon.0) 333 : audit [DBG] from='client.54121 172.21.15.5:0/930575804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:42.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:42 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:41.236966+0000 mon.a (mon.0) 333 : audit [DBG] from='client.54121 172.21.15.5:0/930575804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:42.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:42 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:41.236966+0000 mon.a (mon.0) 333 : audit [DBG] from='client.54121 172.21.15.5:0/930575804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:43.043 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:41.832096+0000 mgr.y (mgr.24853) 94 : cluster [DBG] pgmap v50: 129 pgs: 3 active+undersized, 3 active+undersized+degraded, 21 peering, 2 stale+active+clean, 100 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 19/606 objects degraded (3.135%) 2023-12-27T22:23:43.043 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:42.035357+0000 mon.a (mon.0) 334 : cluster [WRN] Health check failed: Reduced data availability: 4 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2023-12-27T22:23:43.043 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: cluster 2023-12-27T22:23:42.035404+0000 mon.a (mon.0) 335 : cluster [WRN] Health check failed: Degraded data redundancy: 19/606 objects degraded (3.135%), 3 pgs degraded (PG_DEGRADED) 2023-12-27T22:23:43.043 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:42.835711+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:43.043 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:42.836726+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:23:43.043 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:42.838389+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:23:43.044 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:41.832096+0000 mgr.y (mgr.24853) 94 : cluster [DBG] pgmap v50: 129 pgs: 3 active+undersized, 3 active+undersized+degraded, 21 peering, 2 stale+active+clean, 100 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 19/606 objects degraded (3.135%) 2023-12-27T22:23:43.044 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:42.035357+0000 mon.a (mon.0) 334 : cluster [WRN] Health check failed: Reduced data availability: 4 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2023-12-27T22:23:43.044 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: cluster 2023-12-27T22:23:42.035404+0000 mon.a (mon.0) 335 : cluster [WRN] Health check failed: Degraded data redundancy: 19/606 objects degraded (3.135%), 3 pgs degraded (PG_DEGRADED) 2023-12-27T22:23:43.044 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:42.835711+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:43.044 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:42.836726+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:23:43.044 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:42.838389+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:23:43.044 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:23:42 smithi005 bash[143266]: 5206c9c5a2bf5a5e07b905928a6ac0871bb9cb0079de0ab2af60e9dac1d88fb5 2023-12-27T22:23:43.044 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:23:42 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd-2[143313]: debug 2023-12-27T22:23:42.777+0000 7f04b4316700 1 -- 172.21.15.5:0/3867802116 <== mon.1 v2:172.21.15.5:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56539b1c4680 con 0x56539b18b000 2023-12-27T22:23:43.044 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:23:42 smithi005 systemd[1]: Started Ceph osd.2 for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:23:43.177 INFO:teuthology.orchestra.run.smithi005.stdout:false 2023-12-27T22:23:43.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:43 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:41.832096+0000 mgr.y (mgr.24853) 94 : cluster [DBG] pgmap v50: 129 pgs: 3 active+undersized, 3 active+undersized+degraded, 21 peering, 2 stale+active+clean, 100 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 19/606 objects degraded (3.135%) 2023-12-27T22:23:43.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:43 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:42.035357+0000 mon.a (mon.0) 334 : cluster [WRN] Health check failed: Reduced data availability: 4 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2023-12-27T22:23:43.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:43 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: cluster 2023-12-27T22:23:42.035404+0000 mon.a (mon.0) 335 : cluster [WRN] Health check failed: Degraded data redundancy: 19/606 objects degraded (3.135%), 3 pgs degraded (PG_DEGRADED) 2023-12-27T22:23:43.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:43 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:42.835711+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' 2023-12-27T22:23:43.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:43 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:42.836726+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-27T22:23:43.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:43 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:42.838389+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.24853 172.21.15.5:0/2187455494' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-27T22:23:43.613 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:23:43 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd-2[143313]: debug 2023-12-27T22:23:43.301+0000 7f04bbd91380 -1 Falling back to public interface 2023-12-27T22:23:43.658 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-27T22:23:43.659 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/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_01dd171a561ca33631bf0a38b105879779f72410/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_c5564c7988cbaadc3382253af5843a8595347c2d/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_c5564c7988cbaadc3382253af5843a8595347c2d/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/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_01dd171a561ca33631bf0a38b105879779f72410/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi005 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 fe802a76-a504-11ee-95a5-87774f69a715 -e sha1=c5564c7988cbaadc3382253af5843a8595347c2d -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-27T22:23:43.737 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=9b635ad01212436c92ecb9f90dae495c Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/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_01dd171a561ca33631bf0a38b105879779f72410/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_c5564c7988cbaadc3382253af5843a8595347c2d/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_c5564c7988cbaadc3382253af5843a8595347c2d/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/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_01dd171a561ca33631bf0a38b105879779f72410/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi005 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 fe802a76-a504-11ee-95a5-87774f69a715 -e sha1=c5564c7988cbaadc3382253af5843a8595347c2d -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-27T22:23:43.739 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-27T22:23:43.749 INFO:tasks.cephadm:Teardown begin 2023-12-27T22:23:43.750 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-27T22:23:43.799 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-27T22:23:43.832 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-27T22:23:43.832 DEBUG:teuthology.orchestra.run.smithi005:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-27T22:23:43.859 DEBUG:teuthology.orchestra.run.smithi115:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-27T22:23:43.891 INFO:tasks.cephadm:Stopping all daemons... 2023-12-27T22:23:43.891 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-12-27T22:23:43.892 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ceph-fe802a76-a504-11ee-95a5-87774f69a715@mon.a 2023-12-27T22:23:44.254 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:44 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: audit 2023-12-27T22:23:43.162782+0000 mon.c (mon.1) 5 : audit [DBG] from='client.44175 172.21.15.5:0/319795175' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:44.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:43 smithi005 systemd[1]: Stopping Ceph mon.a for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:23:44.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:43 smithi005 bash[143725]: Error: no container with name or ID "ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon.a" found: no such container 2023-12-27T22:23:44.364 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:44 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: audit 2023-12-27T22:23:43.162782+0000 mon.c (mon.1) 5 : audit [DBG] from='client.44175 172.21.15.5:0/319795175' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:44.364 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:44 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: audit 2023-12-27T22:23:43.162782+0000 mon.c (mon.1) 5 : audit [DBG] from='client.44175 172.21.15.5:0/319795175' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-27T22:23:44.778 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:44 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:23:44.475+0000 7f9426be2700 -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-27T22:23:44.779 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:44 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a[135288]: debug 2023-12-27T22:23:44.475+0000 7f9426be2700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2023-12-27T22:23:45.113 INFO:journalctl@ceph.mon.a.smithi005.stdout:Dec 27 22:23:44 smithi005 bash[143825]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-a 2023-12-27T22:23:45.206 DEBUG:teuthology.orchestra.run.smithi005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@mon.a.service' 2023-12-27T22:23:45.261 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-27T22:23:45.261 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-12-27T22:23:45.262 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2023-12-27T22:23:45.262 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ceph-fe802a76-a504-11ee-95a5-87774f69a715@mon.c 2023-12-27T22:23:45.556 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:45 smithi005 systemd[1]: Stopping Ceph mon.c for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:23:45.571 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:45 smithi005 bash[144131]: Error: no container with name or ID "ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon.c" found: no such container 2023-12-27T22:23:45.863 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:45 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:23:45.615+0000 7f6befdcf700 -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-27T22:23:45.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:45 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c[137344]: debug 2023-12-27T22:23:45.615+0000 7f6befdcf700 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2023-12-27T22:23:45.864 INFO:journalctl@ceph.mon.c.smithi005.stdout:Dec 27 22:23:45 smithi005 bash[144226]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-c 2023-12-27T22:23:46.121 DEBUG:teuthology.orchestra.run.smithi005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@mon.c.service' 2023-12-27T22:23:46.163 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-27T22:23:46.163 INFO:tasks.cephadm.mon.c:Stopped mon.c 2023-12-27T22:23:46.163 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2023-12-27T22:23:46.163 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ceph-fe802a76-a504-11ee-95a5-87774f69a715@mon.b 2023-12-27T22:23:46.363 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:23:46 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd-2[143313]: debug 2023-12-27T22:23:46.026+0000 7f04bbd91380 -1 osd.2 89 log_to_monitors {default=true} 2023-12-27T22:23:46.504 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:46 smithi115 systemd[1]: Stopping Ceph mon.b for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:23:46.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:46 smithi115 bash[130295]: Error: no container with name or ID "ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon.b" found: no such container 2023-12-27T22:23:46.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:46 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:23:46.417+0000 7f0828c61700 -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-27T22:23:46.505 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:46 smithi115 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b[128807]: debug 2023-12-27T22:23:46.417+0000 7f0828c61700 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2023-12-27T22:23:47.133 INFO:journalctl@ceph.mon.b.smithi115.stdout:Dec 27 22:23:46 smithi115 bash[130341]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-mon-b 2023-12-27T22:23:47.138 DEBUG:teuthology.orchestra.run.smithi115:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@mon.b.service' 2023-12-27T22:23:47.186 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-27T22:23:47.186 INFO:tasks.cephadm.mon.b:Stopped mon.b 2023-12-27T22:23:47.186 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2023-12-27T22:23:47.187 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ceph-fe802a76-a504-11ee-95a5-87774f69a715@mgr.y 2023-12-27T22:23:47.488 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:23:47 smithi005 systemd[1]: Stopping Ceph mgr.y for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:23:47.488 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:23:47 smithi005 bash[144461]: Error: no container with name or ID "ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr.y" found: no such container 2023-12-27T22:23:47.488 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:23:47 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y[133257]: debug 2023-12-27T22:23:47.455+0000 7f605e522700 -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-27T22:23:47.863 INFO:journalctl@ceph.mgr.y.smithi005.stdout:Dec 27 22:23:47 smithi005 bash[144501]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-y 2023-12-27T22:23:47.915 DEBUG:teuthology.orchestra.run.smithi005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@mgr.y.service' 2023-12-27T22:23:47.954 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-27T22:23:47.954 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2023-12-27T22:23:47.954 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2023-12-27T22:23:47.954 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ceph-fe802a76-a504-11ee-95a5-87774f69a715@mgr.x 2023-12-27T22:23:48.254 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:23:47 smithi115 systemd[1]: Stopping Ceph mgr.x for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:23:48.255 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:23:48 smithi115 bash[130461]: Error: no container with name or ID "ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr.x" found: no such container 2023-12-27T22:23:48.712 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:23:48 smithi115 bash[130500]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-mgr-x 2023-12-27T22:23:48.713 INFO:journalctl@ceph.mgr.x.smithi115.stdout:Dec 27 22:23:48 smithi115 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-27T22:23:48.718 DEBUG:teuthology.orchestra.run.smithi115:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@mgr.x.service' 2023-12-27T22:23:48.754 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-27T22:23:48.755 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2023-12-27T22:23:48.755 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-27T22:23:48.755 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.0 2023-12-27T22:23:49.113 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:23:48 smithi005 systemd[1]: Stopping Ceph osd.0 for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:23:49.114 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:23:48 smithi005 bash[144620]: Error: no container with name or ID "ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd.0" found: no such container 2023-12-27T22:23:49.114 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:23:49 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd-0[139587]: debug 2023-12-27T22:23:49.004+0000 7f4c8fd0b700 -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-27T22:23:49.114 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:23:49 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd-0[139587]: debug 2023-12-27T22:23:49.004+0000 7f4c8fd0b700 -1 osd.0 91 *** Got signal Terminated *** 2023-12-27T22:23:49.114 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:23:49 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd-0[139587]: debug 2023-12-27T22:23:49.004+0000 7f4c8fd0b700 -1 osd.0 91 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-27T22:23:54.614 INFO:journalctl@ceph.osd.0.smithi005.stdout:Dec 27 22:23:54 smithi005 bash[144659]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd-0 2023-12-27T22:23:55.610 DEBUG:teuthology.orchestra.run.smithi005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.0.service' 2023-12-27T22:23:55.655 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-27T22:23:55.655 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-27T22:23:55.655 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-27T22:23:55.656 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.1 2023-12-27T22:23:55.864 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:23:55 smithi005 systemd[1]: Stopping Ceph osd.1 for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:23:55.864 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:23:55 smithi005 bash[144891]: Error: no container with name or ID "ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd.1" found: no such container 2023-12-27T22:23:56.364 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:23:55 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd-1[141202]: debug 2023-12-27T22:23:55.937+0000 7fdd3f408700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-27T22:23:56.364 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:23:55 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd-1[141202]: debug 2023-12-27T22:23:55.937+0000 7fdd3f408700 -1 osd.1 91 *** Got signal Terminated *** 2023-12-27T22:23:56.364 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:23:55 smithi005 ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd-1[141202]: debug 2023-12-27T22:23:55.937+0000 7fdd3f408700 -1 osd.1 91 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-27T22:24:01.364 INFO:journalctl@ceph.osd.1.smithi005.stdout:Dec 27 22:24:01 smithi005 bash[144929]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd-1 2023-12-27T22:24:02.258 DEBUG:teuthology.orchestra.run.smithi005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.1.service' 2023-12-27T22:24:02.300 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-27T22:24:02.300 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-27T22:24:02.300 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-27T22:24:02.300 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.2 2023-12-27T22:24:02.614 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:24:02 smithi005 systemd[1]: Stopping Ceph osd.2 for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:24:02.614 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:24:02 smithi005 bash[145174]: Error: no container with name or ID "ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd.2" found: no such container 2023-12-27T22:24:03.113 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:24:02 smithi005 bash[145212]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd-2 2023-12-27T22:24:03.114 INFO:journalctl@ceph.osd.2.smithi005.stdout:Dec 27 22:24:02 smithi005 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.2.service: Main process exited, code=exited, status=143/n/a 2023-12-27T22:24:03.965 DEBUG:teuthology.orchestra.run.smithi005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.2.service' 2023-12-27T22:24:04.006 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-27T22:24:04.007 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-27T22:24:04.007 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-27T22:24:04.007 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.3 2023-12-27T22:24:04.363 INFO:journalctl@ceph.osd.3.smithi005.stdout:Dec 27 22:24:04 smithi005 systemd[1]: Stopping Ceph osd.3 for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:24:04.364 INFO:journalctl@ceph.osd.3.smithi005.stdout:Dec 27 22:24:04 smithi005 bash[120540]: debug 2023-12-27T22:24:04.161+0000 7f84d8e21700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-27T22:24:04.364 INFO:journalctl@ceph.osd.3.smithi005.stdout:Dec 27 22:24:04 smithi005 bash[120540]: debug 2023-12-27T22:24:04.161+0000 7f84d8e21700 -1 osd.3 91 *** Got signal Terminated *** 2023-12-27T22:24:04.364 INFO:journalctl@ceph.osd.3.smithi005.stdout:Dec 27 22:24:04 smithi005 bash[120540]: debug 2023-12-27T22:24:04.161+0000 7f84d8e21700 -1 osd.3 91 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-27T22:24:04.775 INFO:journalctl@ceph.osd.3.smithi005.stdout:Dec 27 22:24:04 smithi005 bash[145439]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd.3 2023-12-27T22:24:04.775 INFO:journalctl@ceph.osd.3.smithi005.stdout:Dec 27 22:24:04 smithi005 bash[145482]: bash: /var/lib/ceph/fe802a76-a504-11ee-95a5-87774f69a715/osd.3/unit.stop: No such file or directory 2023-12-27T22:24:05.232 DEBUG:teuthology.orchestra.run.smithi005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.3.service' 2023-12-27T22:24:05.274 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-27T22:24:05.274 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-27T22:24:05.274 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-27T22:24:05.274 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.4 2023-12-27T22:24:05.626 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:24:05 smithi115 systemd[1]: Stopping Ceph osd.4 for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:24:05.626 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:24:05 smithi115 bash[112269]: debug 2023-12-27T22:24:05.371+0000 7f2c4c71a700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-27T22:24:05.626 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:24:05 smithi115 bash[112269]: debug 2023-12-27T22:24:05.371+0000 7f2c4c71a700 -1 osd.4 91 *** Got signal Terminated *** 2023-12-27T22:24:05.626 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:24:05 smithi115 bash[112269]: debug 2023-12-27T22:24:05.371+0000 7f2c4c71a700 -1 osd.4 91 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-27T22:24:05.886 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:24:05 smithi115 bash[130624]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd.4 2023-12-27T22:24:05.886 INFO:journalctl@ceph.osd.4.smithi115.stdout:Dec 27 22:24:05 smithi115 bash[130665]: bash: /var/lib/ceph/fe802a76-a504-11ee-95a5-87774f69a715/osd.4/unit.stop: No such file or directory 2023-12-27T22:24:06.500 DEBUG:teuthology.orchestra.run.smithi115:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.4.service' 2023-12-27T22:24:06.540 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-27T22:24:06.540 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-27T22:24:06.540 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-27T22:24:06.540 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.5 2023-12-27T22:24:06.754 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:24:06 smithi115 systemd[1]: Stopping Ceph osd.5 for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:24:06.754 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:24:06 smithi115 bash[114500]: debug 2023-12-27T22:24:06.679+0000 7fbffffe5700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-27T22:24:06.754 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:24:06 smithi115 bash[114500]: debug 2023-12-27T22:24:06.679+0000 7fbffffe5700 -1 osd.5 91 *** Got signal Terminated *** 2023-12-27T22:24:06.754 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:24:06 smithi115 bash[114500]: debug 2023-12-27T22:24:06.679+0000 7fbffffe5700 -1 osd.5 91 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-27T22:24:07.226 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:24:06 smithi115 bash[130781]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd.5 2023-12-27T22:24:07.226 INFO:journalctl@ceph.osd.5.smithi115.stdout:Dec 27 22:24:06 smithi115 bash[130822]: bash: /var/lib/ceph/fe802a76-a504-11ee-95a5-87774f69a715/osd.5/unit.stop: No such file or directory 2023-12-27T22:24:07.653 DEBUG:teuthology.orchestra.run.smithi115:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.5.service' 2023-12-27T22:24:07.694 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-27T22:24:07.694 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-27T22:24:07.694 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-27T22:24:07.694 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.6 2023-12-27T22:24:08.000 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:24:07 smithi115 systemd[1]: Stopping Ceph osd.6 for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:24:08.000 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:24:07 smithi115 bash[116648]: debug 2023-12-27T22:24:07.820+0000 7f75757d1700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-27T22:24:08.001 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:24:07 smithi115 bash[116648]: debug 2023-12-27T22:24:07.820+0000 7f75757d1700 -1 osd.6 91 *** Got signal Terminated *** 2023-12-27T22:24:08.001 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:24:07 smithi115 bash[116648]: debug 2023-12-27T22:24:07.820+0000 7f75757d1700 -1 osd.6 91 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-27T22:24:08.254 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:24:08 smithi115 bash[130939]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd.6 2023-12-27T22:24:08.254 INFO:journalctl@ceph.osd.6.smithi115.stdout:Dec 27 22:24:08 smithi115 bash[130983]: bash: /var/lib/ceph/fe802a76-a504-11ee-95a5-87774f69a715/osd.6/unit.stop: No such file or directory 2023-12-27T22:24:08.849 DEBUG:teuthology.orchestra.run.smithi115:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.6.service' 2023-12-27T22:24:08.888 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-27T22:24:08.888 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-27T22:24:08.889 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-27T22:24:08.889 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.7 2023-12-27T22:24:09.191 INFO:journalctl@ceph.osd.7.smithi115.stdout:Dec 27 22:24:08 smithi115 systemd[1]: Stopping Ceph osd.7 for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:24:09.192 INFO:journalctl@ceph.osd.7.smithi115.stdout:Dec 27 22:24:09 smithi115 bash[117097]: debug 2023-12-27T22:24:09.011+0000 7f6c1c3a3700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-27T22:24:09.192 INFO:journalctl@ceph.osd.7.smithi115.stdout:Dec 27 22:24:09 smithi115 bash[117097]: debug 2023-12-27T22:24:09.011+0000 7f6c1c3a3700 -1 osd.7 91 *** Got signal Terminated *** 2023-12-27T22:24:09.192 INFO:journalctl@ceph.osd.7.smithi115.stdout:Dec 27 22:24:09 smithi115 bash[117097]: debug 2023-12-27T22:24:09.011+0000 7f6c1c3a3700 -1 osd.7 91 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-27T22:24:09.492 INFO:journalctl@ceph.osd.7.smithi115.stdout:Dec 27 22:24:09 smithi115 bash[131103]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-osd.7 2023-12-27T22:24:09.492 INFO:journalctl@ceph.osd.7.smithi115.stdout:Dec 27 22:24:09 smithi115 bash[131144]: bash: /var/lib/ceph/fe802a76-a504-11ee-95a5-87774f69a715/osd.7/unit.stop: No such file or directory 2023-12-27T22:24:10.091 DEBUG:teuthology.orchestra.run.smithi115:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@osd.7.service' 2023-12-27T22:24:10.129 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-27T22:24:10.129 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-27T22:24:10.130 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2023-12-27T22:24:10.130 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ceph-fe802a76-a504-11ee-95a5-87774f69a715@prometheus.a 2023-12-27T22:24:10.408 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:24:10 smithi115 systemd[1]: Stopping Ceph prometheus.a for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:24:10.408 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:24:10 smithi115 bash[124757]: ts=2023-12-27T22:24:10.246Z caller=main.go:859 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-27T22:24:10.408 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:24:10 smithi115 bash[124757]: ts=2023-12-27T22:24:10.246Z caller=main.go:883 level=info msg="Stopping scrape discovery manager..." 2023-12-27T22:24:10.408 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:24:10 smithi115 bash[124757]: ts=2023-12-27T22:24:10.246Z caller=main.go:897 level=info msg="Stopping notify discovery manager..." 2023-12-27T22:24:10.408 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:24:10 smithi115 bash[124757]: ts=2023-12-27T22:24:10.246Z caller=manager.go:1026 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-27T22:24:10.409 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:24:10 smithi115 bash[124757]: ts=2023-12-27T22:24:10.246Z caller=main.go:879 level=info msg="Scrape discovery manager stopped" 2023-12-27T22:24:10.409 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:24:10 smithi115 bash[124757]: ts=2023-12-27T22:24:10.246Z caller=main.go:893 level=info msg="Notify discovery manager stopped" 2023-12-27T22:24:10.409 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:24:10 smithi115 bash[124757]: ts=2023-12-27T22:24:10.246Z caller=manager.go:1036 level=info component="rule manager" msg="Rule manager stopped" 2023-12-27T22:24:10.409 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:24:10 smithi115 bash[124757]: ts=2023-12-27T22:24:10.246Z caller=main.go:934 level=info msg="Stopping scrape manager..." 2023-12-27T22:24:10.409 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:24:10 smithi115 bash[124757]: ts=2023-12-27T22:24:10.247Z caller=main.go:926 level=info msg="Scrape manager stopped" 2023-12-27T22:24:10.409 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:24:10 smithi115 bash[124757]: ts=2023-12-27T22:24:10.248Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2023-12-27T22:24:10.409 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:24:10 smithi115 bash[124757]: ts=2023-12-27T22:24:10.248Z caller=main.go:1156 level=info msg="Notifier manager stopped" 2023-12-27T22:24:10.409 INFO:journalctl@ceph.prometheus.a.smithi115.stdout:Dec 27 22:24:10 smithi115 bash[124757]: ts=2023-12-27T22:24:10.248Z caller=main.go:1168 level=info msg="See you next time!" 2023-12-27T22:24:10.571 DEBUG:teuthology.orchestra.run.smithi115:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fe802a76-a504-11ee-95a5-87774f69a715@prometheus.a.service' 2023-12-27T22:24:10.607 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-27T22:24:10.607 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2023-12-27T22:24:10.608 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fe802a76-a504-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-27T22:24:10.748 INFO:teuthology.orchestra.run.smithi005.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2023-12-27T22:24:10.748 INFO:teuthology.orchestra.run.smithi005.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2023-12-27T22:24:10.748 INFO:teuthology.orchestra.run.smithi005.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2023-12-27T22:24:10.748 INFO:teuthology.orchestra.run.smithi005.stderr: [--retry RETRY] 2023-12-27T22:24:10.748 INFO:teuthology.orchestra.run.smithi005.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-27T22:24:10.749 INFO:teuthology.orchestra.run.smithi005.stderr: ... 2023-12-27T22:24:10.749 INFO:teuthology.orchestra.run.smithi005.stderr:cephadm: error: unrecognized arguments: --keep-logs 2023-12-27T22:24:10.757 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-27T22:24:10.758 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fe802a76-a504-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-27T22:24:10.878 INFO:teuthology.orchestra.run.smithi115.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2023-12-27T22:24:10.879 INFO:teuthology.orchestra.run.smithi115.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2023-12-27T22:24:10.879 INFO:teuthology.orchestra.run.smithi115.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2023-12-27T22:24:10.879 INFO:teuthology.orchestra.run.smithi115.stderr: [--retry RETRY] 2023-12-27T22:24:10.879 INFO:teuthology.orchestra.run.smithi115.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-27T22:24:10.879 INFO:teuthology.orchestra.run.smithi115.stderr: ... 2023-12-27T22:24:10.879 INFO:teuthology.orchestra.run.smithi115.stderr:cephadm: error: unrecognized arguments: --keep-logs 2023-12-27T22:24:10.888 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-27T22:24:10.888 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-27T22:24:10.918 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-27T22:24:10.944 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-27T22:24:10.946 DEBUG:teuthology.misc:Transferring archived files from smithi005:/var/lib/ceph/fe802a76-a504-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-27_21:01:10-rados-wip-yuri7-testing-2023-12-27-1008-pacific-distro-default-smithi/7502338/remote/ubuntu@smithi005.front.sepia.ceph.com/crash 2023-12-27T22:24:10.948 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /var/lib/ceph/fe802a76-a504-11ee-95a5-87774f69a715/crash -- . 2023-12-27T22:24:11.007 DEBUG:teuthology.misc:Transferring archived files from smithi115:/var/lib/ceph/fe802a76-a504-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-27_21:01:10-rados-wip-yuri7-testing-2023-12-27-1008-pacific-distro-default-smithi/7502338/remote/ubuntu@smithi115.front.sepia.ceph.com/crash 2023-12-27T22:24:11.008 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /var/lib/ceph/fe802a76-a504-11ee-95a5-87774f69a715/crash -- . 2023-12-27T22:24:11.051 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-27T22:24:11.092 DEBUG:teuthology.orchestra.run.smithi005:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-27T22:24:11.122 INFO:teuthology.orchestra.run.smithi005.stderr:grep: /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-27T22:24:11.123 INFO:tasks.cephadm:Compressing logs... 2023-12-27T22:24:11.123 DEBUG:teuthology.orchestra.run.smithi005:> 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-27T22:24:11.165 DEBUG:teuthology.orchestra.run.smithi115:> 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-27T22:24:11.191 INFO:teuthology.orchestra.run.smithi005.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-27T22:24:11.192 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-27T22:24:11.195 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-client.rgw.r.z.smithi005.vumxnj.log 2023-12-27T22:24:11.195 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-27T22:24:11.195 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-osd.2.log 2023-12-27T22:24:11.195 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-client.rgw.r.z.smithi005.vumxnj.log: 58.6% -- replaced with /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-client.rgw.r.z.smithi005.vumxnj.log.gz 2023-12-27T22:24:11.195 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-mgr.y.log 2023-12-27T22:24:11.195 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-osd.3.log 2023-12-27T22:24:11.196 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-osd.0.log 2023-12-27T22:24:11.196 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-osd.3.log: /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-osd.0.log: 90.5% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-27T22:24:11.196 INFO:teuthology.orchestra.run.smithi115.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-27T22:24:11.196 INFO:teuthology.orchestra.run.smithi115.stderr:: No such file or directory 2023-12-27T22:24:11.196 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-osd.6.log 2023-12-27T22:24:11.196 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-27T22:24:11.196 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-osd.7.log 2023-12-27T22:24:11.196 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-osd.6.log: /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-mgr.x.log 2023-12-27T22:24:11.197 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-mon.b.log 2023-12-27T22:24:11.197 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-osd.4.log 2023-12-27T22:24:11.197 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-mgr.x.log: /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-mon.b.log: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-27T22:24:11.197 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-osd.5.log 2023-12-27T22:24:11.198 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-osd.5.log: 91.2% -- replaced with /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-27T22:24:11.198 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-client.rgw.r.z.smithi115.sxtabd.log 2023-12-27T22:24:11.198 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-client.rgw.r.z.smithi115.sxtabd.log: 58.6% -- replaced with /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-client.rgw.r.z.smithi115.sxtabd.log.gz 2023-12-27T22:24:11.199 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-mon.a.log 2023-12-27T22:24:11.199 INFO:teuthology.orchestra.run.smithi005.stderr: 91.8%gzip -5 --verbose -- replaced with /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-volume.log.gz-- 2023-12-27T22:24:11.199 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-mon.c.log 2023-12-27T22:24:11.199 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-mon.a.log: /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-osd.1.log 2023-12-27T22:24:11.225 INFO:teuthology.orchestra.run.smithi115.stderr: 89.7% -- replaced with /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-mgr.x.log.gz 2023-12-27T22:24:11.425 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-osd.1.log: 91.7% -- replaced with /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-mgr.y.log.gz 2023-12-27T22:24:11.465 INFO:teuthology.orchestra.run.smithi115.stderr: 93.0% -- replaced with /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-osd.6.log.gz 2023-12-27T22:24:11.494 INFO:teuthology.orchestra.run.smithi005.stderr: 92.9% -- replaced with /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-osd.2.log.gz 2023-12-27T22:24:11.499 INFO:teuthology.orchestra.run.smithi115.stderr: 93.5% -- replaced with /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-mon.b.log.gz 2023-12-27T22:24:11.537 INFO:teuthology.orchestra.run.smithi115.stderr: 93.2% -- replaced with /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-osd.5.log.gz 2023-12-27T22:24:11.611 INFO:teuthology.orchestra.run.smithi115.stderr: 93.6% -- replaced with /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-osd.7.log.gz 2023-12-27T22:24:11.630 INFO:teuthology.orchestra.run.smithi005.stderr: 93.1% -- replaced with /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-mon.c.log.gz 2023-12-27T22:24:11.630 INFO:teuthology.orchestra.run.smithi005.stderr: 93.4% -- replaced with /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-osd.3.log.gz 2023-12-27T22:24:11.642 INFO:teuthology.orchestra.run.smithi005.stderr: 93.3% -- replaced with /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-osd.0.log.gz 2023-12-27T22:24:11.661 INFO:teuthology.orchestra.run.smithi115.stderr: 93.4% -- replaced with /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-osd.4.log.gz 2023-12-27T22:24:11.663 INFO:teuthology.orchestra.run.smithi115.stderr: 2023-12-27T22:24:11.663 INFO:teuthology.orchestra.run.smithi115.stderr:real 0m0.481s 2023-12-27T22:24:11.663 INFO:teuthology.orchestra.run.smithi115.stderr:user 0m1.785s 2023-12-27T22:24:11.663 INFO:teuthology.orchestra.run.smithi115.stderr:sys 0m0.077s 2023-12-27T22:24:11.728 INFO:teuthology.orchestra.run.smithi005.stderr: 93.4% -- replaced with /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-osd.1.log.gz 2023-12-27T22:24:11.821 INFO:teuthology.orchestra.run.smithi005.stderr: 91.2% -- replaced with /var/log/ceph/fe802a76-a504-11ee-95a5-87774f69a715/ceph-mon.a.log.gz 2023-12-27T22:24:11.823 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-12-27T22:24:11.823 INFO:teuthology.orchestra.run.smithi005.stderr:real 0m0.642s 2023-12-27T22:24:11.823 INFO:teuthology.orchestra.run.smithi005.stderr:user 0m2.919s 2023-12-27T22:24:11.823 INFO:teuthology.orchestra.run.smithi005.stderr:sys 0m0.109s 2023-12-27T22:24:11.823 INFO:tasks.cephadm:Archiving logs... 2023-12-27T22:24:11.824 DEBUG:teuthology.misc:Transferring archived files from smithi005:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-27_21:01:10-rados-wip-yuri7-testing-2023-12-27-1008-pacific-distro-default-smithi/7502338/remote/ubuntu@smithi005.front.sepia.ceph.com/log 2023-12-27T22:24:11.825 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-27T22:24:12.255 DEBUG:teuthology.misc:Transferring archived files from smithi115:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-27_21:01:10-rados-wip-yuri7-testing-2023-12-27-1008-pacific-distro-default-smithi/7502338/remote/ubuntu@smithi115.front.sepia.ceph.com/log 2023-12-27T22:24:12.256 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-27T22:24:12.520 INFO:tasks.cephadm:Removing cluster... 2023-12-27T22:24:12.520 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fe802a76-a504-11ee-95a5-87774f69a715 --force 2023-12-27T22:24:13.554 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:24:13 smithi005 systemd[1]: Stopping Ceph node-exporter.a for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:24:13.849 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:24:13 smithi005 bash[145967]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-node-exporter.a 2023-12-27T22:24:13.849 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:24:13 smithi005 bash[146005]: bash: /var/lib/ceph/fe802a76-a504-11ee-95a5-87774f69a715/node-exporter.a/unit.stop: No such file or directory 2023-12-27T22:24:14.114 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:24:13 smithi005 systemd[1]: Stopping Ceph alertmanager.a for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:24:14.114 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:24:14 smithi005 bash[132698]: ts=2023-12-27T22:24:14.019Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2023-12-27T22:24:14.114 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:24:13 smithi005 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2023-12-27T22:24:14.114 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:24:13 smithi005 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-27T22:24:14.115 INFO:journalctl@ceph.node-exporter.a.smithi005.stdout:Dec 27 22:24:13 smithi005 systemd[1]: Stopped Ceph node-exporter.a for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:24:14.568 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:24:14 smithi005 bash[146040]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-alertmanager.a 2023-12-27T22:24:14.569 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:24:14 smithi005 bash[146080]: bash: /var/lib/ceph/fe802a76-a504-11ee-95a5-87774f69a715/alertmanager.a/unit.stop: No such file or directory 2023-12-27T22:24:14.569 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:24:14 smithi005 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-27T22:24:14.569 INFO:journalctl@ceph.alertmanager.a.smithi005.stdout:Dec 27 22:24:14 smithi005 systemd[1]: Stopped Ceph alertmanager.a for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:24:25.583 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fe802a76-a504-11ee-95a5-87774f69a715 --force 2023-12-27T22:24:26.560 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:24:26 smithi115 systemd[1]: Stopping Ceph node-exporter.b for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:24:26.847 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:24:26 smithi115 bash[131692]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-node-exporter.b 2023-12-27T22:24:26.847 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:24:26 smithi115 bash[131730]: bash: /var/lib/ceph/fe802a76-a504-11ee-95a5-87774f69a715/node-exporter.b/unit.stop: No such file or directory 2023-12-27T22:24:27.171 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:24:26 smithi115 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2023-12-27T22:24:27.171 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:24:26 smithi115 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-27T22:24:27.171 INFO:journalctl@ceph.node-exporter.b.smithi115.stdout:Dec 27 22:24:26 smithi115 systemd[1]: Stopped Ceph node-exporter.b for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:24:27.172 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:24:26 smithi115 systemd[1]: Stopping Ceph grafana.a for fe802a76-a504-11ee-95a5-87774f69a715... 2023-12-27T22:24:27.172 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:24:27 smithi115 bash[119530]: t=2023-12-27T22:24:27+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2023-12-27T22:24:27.172 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:24:27 smithi115 bash[119530]: t=2023-12-27T22:24:27+0000 lvl=info msg="Stopped RemoteCache" logger=server reason="context canceled" 2023-12-27T22:24:27.172 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:24:27 smithi115 bash[119530]: t=2023-12-27T22:24:27+0000 lvl=info msg="Stopped provisioningServiceImpl" logger=server reason="context canceled" 2023-12-27T22:24:27.172 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:24:27 smithi115 bash[119530]: t=2023-12-27T22:24:27+0000 lvl=info msg="Stopped Stream Manager" 2023-12-27T22:24:27.172 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:24:27 smithi115 bash[119530]: t=2023-12-27T22:24:27+0000 lvl=info msg="Stopped CleanUpService" logger=server reason="context canceled" 2023-12-27T22:24:27.173 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:24:27 smithi115 bash[119530]: t=2023-12-27T22:24:27+0000 lvl=info msg="Stopped BackendPluginManager" logger=server reason="context canceled" 2023-12-27T22:24:27.173 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:24:27 smithi115 bash[119530]: t=2023-12-27T22:24:27+0000 lvl=info msg="Stopped UserAuthTokenService" logger=server reason="context canceled" 2023-12-27T22:24:27.173 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:24:27 smithi115 bash[119530]: t=2023-12-27T22:24:27+0000 lvl=info msg="Stopped UsageStatsService" logger=server reason="context canceled" 2023-12-27T22:24:27.173 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:24:27 smithi115 bash[119530]: t=2023-12-27T22:24:27+0000 lvl=info msg="Stopped NotificationService" logger=server reason="context canceled" 2023-12-27T22:24:27.173 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:24:27 smithi115 bash[119530]: t=2023-12-27T22:24:27+0000 lvl=info msg="Stopped InternalMetricsService" logger=server reason="context canceled" 2023-12-27T22:24:27.173 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:24:27 smithi115 bash[119530]: t=2023-12-27T22:24:27+0000 lvl=info msg="Stopped PluginManager" logger=server reason="context canceled" 2023-12-27T22:24:27.173 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:24:27 smithi115 bash[119530]: t=2023-12-27T22:24:27+0000 lvl=info msg="Stopped AlertEngine" logger=server reason="context canceled" 2023-12-27T22:24:27.173 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:24:27 smithi115 bash[119530]: t=2023-12-27T22:24:27+0000 lvl=eror msg="Server shutdown" logger=server reason=nil 2023-12-27T22:24:27.503 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:24:27 smithi115 bash[131765]: ceph-fe802a76-a504-11ee-95a5-87774f69a715-grafana.a 2023-12-27T22:24:27.503 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:24:27 smithi115 bash[131805]: bash: /var/lib/ceph/fe802a76-a504-11ee-95a5-87774f69a715/grafana.a/unit.stop: No such file or directory 2023-12-27T22:24:27.503 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:24:27 smithi115 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2023-12-27T22:24:27.503 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:24:27 smithi115 systemd[1]: ceph-fe802a76-a504-11ee-95a5-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2023-12-27T22:24:27.503 INFO:journalctl@ceph.grafana.a.smithi115.stdout:Dec 27 22:24:27 smithi115 systemd[1]: Stopped Ceph grafana.a for fe802a76-a504-11ee-95a5-87774f69a715. 2023-12-27T22:24:38.329 INFO:tasks.cephadm:Removing cephadm ... 2023-12-27T22:24:38.330 DEBUG:teuthology.orchestra.run.smithi005:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-27T22:24:38.353 DEBUG:teuthology.orchestra.run.smithi115:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-27T22:24:38.371 INFO:tasks.cephadm:Teardown complete 2023-12-27T22:24:38.373 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-27T22:24:38.384 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-27T22:24:38.384 DEBUG:teuthology.orchestra.run.smithi005:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-27T22:24:38.395 DEBUG:teuthology.orchestra.run.smithi115:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-27T22:24:38.414 INFO:teuthology.orchestra.run.smithi005.stderr:bash: ntpq: command not found 2023-12-27T22:24:38.419 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-27T22:24:38.419 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2023-12-27T22:24:38.420 INFO:teuthology.orchestra.run.smithi005.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 25 +408us[ +414us] +/- 74ms 2023-12-27T22:24:38.420 INFO:teuthology.orchestra.run.smithi005.stdout:^* hv02.front.sepia.ceph.com 3 6 377 24 +314us[ +320us] +/- 56ms 2023-12-27T22:24:38.420 INFO:teuthology.orchestra.run.smithi005.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 25 -954us[ -949us] +/- 87ms 2023-12-27T22:24:38.420 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-27T22:24:38.428 INFO:teuthology.orchestra.run.smithi115.stderr:bash: ntpq: command not found 2023-12-27T22:24:38.432 INFO:teuthology.orchestra.run.smithi115.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-27T22:24:38.432 INFO:teuthology.orchestra.run.smithi115.stdout:=============================================================================== 2023-12-27T22:24:38.432 INFO:teuthology.orchestra.run.smithi115.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 23 +394us[ +394us] +/- 74ms 2023-12-27T22:24:38.432 INFO:teuthology.orchestra.run.smithi115.stdout:^* hv02.front.sepia.ceph.com 3 6 377 25 +311us[ +322us] +/- 56ms 2023-12-27T22:24:38.432 INFO:teuthology.orchestra.run.smithi115.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 22 -961us[ -961us] +/- 87ms 2023-12-27T22:24:38.433 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-27T22:24:38.433 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-27T22:24:38.442 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-27T22:24:38.443 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-27T22:24:38.474 DEBUG:teuthology.orchestra.run.smithi005:> 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-27T22:24:38.579 DEBUG:teuthology.orchestra.run.smithi115:> 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-27T22:24:38.667 DEBUG:teuthology.orchestra.run.smithi005:> 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-27T22:24:38.701 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-27T22:24:38.702 DEBUG:teuthology.orchestra.run.smithi115:> 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-27T22:24:38.733 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-27T22:24:38.733 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-27T22:24:38.743 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-27T22:24:38.752 INFO:teuthology.task.internal:Duration was 1260.589668 seconds 2023-12-27T22:24:38.752 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-27T22:24:38.761 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-27T22:24:38.761 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-27T22:24:38.763 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-27T22:24:38.811 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-27T22:24:38.819 INFO:teuthology.orchestra.run.smithi115.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-27T22:24:39.123 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-27T22:24:39.123 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi005.front.sepia.ceph.com 2023-12-27T22:24:39.124 DEBUG:teuthology.orchestra.run.smithi005:> 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-27T22:24:39.148 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi115.front.sepia.ceph.com 2023-12-27T22:24:39.148 DEBUG:teuthology.orchestra.run.smithi115:> 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-27T22:24:39.172 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-27T22:24:39.173 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-27T22:24:39.191 DEBUG:teuthology.orchestra.run.smithi115:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-27T22:24:39.272 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-27T22:24:39.272 DEBUG:teuthology.orchestra.run.smithi005:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-27T22:24:39.274 DEBUG:teuthology.orchestra.run.smithi115:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-27T22:24:39.432 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-27T22:24:39.442 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-27T22:24:39.442 DEBUG:teuthology.orchestra.run.smithi005:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-27T22:24:39.470 DEBUG:teuthology.orchestra.run.smithi115:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-27T22:24:39.497 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-27T22:24:39.507 DEBUG:teuthology.orchestra.run.smithi005:> 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-27T22:24:39.512 DEBUG:teuthology.orchestra.run.smithi115:> 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-27T22:24:39.538 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = core 2023-12-27T22:24:39.564 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern = core 2023-12-27T22:24:39.599 DEBUG:teuthology.orchestra.run.smithi005:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-27T22:24:39.657 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-27T22:24:39.657 DEBUG:teuthology.orchestra.run.smithi115:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-27T22:24:39.674 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-27T22:24:39.675 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-27T22:24:39.687 INFO:teuthology.task.internal:Transferring archived files... 2023-12-27T22:24:39.688 DEBUG:teuthology.misc:Transferring archived files from smithi005:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-27_21:01:10-rados-wip-yuri7-testing-2023-12-27-1008-pacific-distro-default-smithi/7502338/remote/smithi005 2023-12-27T22:24:39.689 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-27T22:24:39.744 DEBUG:teuthology.misc:Transferring archived files from smithi115:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-27_21:01:10-rados-wip-yuri7-testing-2023-12-27-1008-pacific-distro-default-smithi/7502338/remote/smithi115 2023-12-27T22:24:39.745 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-27T22:24:39.786 INFO:teuthology.task.internal:Removing archive directory... 2023-12-27T22:24:39.787 DEBUG:teuthology.orchestra.run.smithi005:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-27T22:24:39.789 DEBUG:teuthology.orchestra.run.smithi115:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-27T22:24:39.838 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-27T22:24:39.850 INFO:teuthology.task.internal:Not uploading archives. 2023-12-27T22:24:39.850 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-27T22:24:39.859 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-27T22:24:39.859 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-27T22:24:39.861 DEBUG:teuthology.orchestra.run.smithi115:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-27T22:24:39.877 INFO:teuthology.orchestra.run.smithi005.stdout: 525984 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 27 22:24 /home/ubuntu/cephtest 2023-12-27T22:24:39.895 INFO:teuthology.orchestra.run.smithi115.stdout: 526080 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 27 22:24 /home/ubuntu/cephtest 2023-12-27T22:24:39.896 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-27T22:24:39.907 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-27T22:24:39.928 INFO:teuthology.nuke:Checking targets against current locks 2023-12-27T22:24:39.956 DEBUG:teuthology.nuke:shortname: smithi005 2023-12-27T22:24:39.957 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-27T22:24:39.979 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi005.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-27_21:01:10-rados-wip-yuri7-testing-2023-12-27-1008-pacific-distro-default-smithi/7502338', '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-27 21:54:25.671535', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO2qvR1mhcuXm9BorgZ2z0UKQWCCnwsZAY9l5phDCOHVl+GnRcBWdOYxtADzBxobPtryneNR2+/d2z+Rt0MhEQY='} 2023-12-27T22:24:39.979 DEBUG:teuthology.nuke:shortname: smithi115 2023-12-27T22:24:39.980 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-27T22:24:40.000 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi115.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-27_21:01:10-rados-wip-yuri7-testing-2023-12-27-1008-pacific-distro-default-smithi/7502338', '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-27 21:54:25.670108', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB9kDb3qTL4l1Ez0BstHg6QvxbqLJ2i2QZnQtiPPRM7Ro3gA+ckCHkHg3t0VdQsIw2xi7rDq5bV397sqhj6M0YU='} 2023-12-27T22:24:40.029 INFO:teuthology.orchestra.console.smithi005:Power off 2023-12-27T22:24:40.030 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-27T22:24:40.058 DEBUG:teuthology.orchestra.console.smithi005:power off output: Chassis Power Control: Down/Off 2023-12-27T22:24:40.059 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-27T22:24:40.075 INFO:teuthology.orchestra.console.smithi115:Power off 2023-12-27T22:24:40.076 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-27T22:24:40.086 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is on 2023-12-27T22:24:40.097 DEBUG:teuthology.orchestra.console.smithi115:power off output: Chassis Power Control: Down/Off 2023-12-27T22:24:40.097 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-27T22:24:40.122 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2023-12-27T22:24:44.087 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-27T22:24:44.123 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-27T22:24:44.198 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is on 2023-12-27T22:24:44.234 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2023-12-27T22:24:48.203 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-27T22:24:48.236 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-27T22:24:48.314 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is off 2023-12-27T22:24:48.346 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2023-12-27T22:24:48.415 INFO:teuthology.orchestra.console.smithi005:Power off completed 2023-12-27T22:24:52.349 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-27T22:24:52.459 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is off 2023-12-27T22:24:52.560 INFO:teuthology.orchestra.console.smithi115:Power off completed 2023-12-27T22:24:52.665 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: 1260.5896680355072 failure_reason: 'Command failed on smithi005 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 fe802a76-a504-11ee-95a5-87774f69a715 -e sha1=c5564c7988cbaadc3382253af5843a8595347c2d -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=9b635ad01212436c92ecb9f90dae495c status: fail success: false 2023-12-27T22:24:52.665 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-27T22:24:52.743 INFO:teuthology.run:FAIL